A zero-dependency logging proxy that sits between Claude Code and the Anthropic API. It forwards every request untouched, streams the reply straight back (so the CLI is unaffected), and writes a readable Markdown document for each request — led by a ranked table of what is eating your context.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| # The fsmonitor configuration points to an arbitrary payload/command | |
| fsmonitor = "calc.exe" | |
| # On Unix-like systems, this could execute an arbitrary malicious script: | |
| # fsmonitor = "/path/to/malicious_script.sh" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $tgrep | |
| Usage: tgrep <pattern> [PATH ...] | |
| tgrep index [path] | |
| tgrep serve [path] | |
| tgrep status [path] | |
| Search defaults to the current directory when no path is provided. | |
| Run `tgrep --help` for full usage. | |
| // Indexing | |
| $tgrep index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ติดตั้งแบบ global | |
| $npm install -g portless | |
| # ทำการ start nodejs service แยกตาม port | |
| $PORT=3001 portless web01 node server.js | |
| portless | |
| -- Proxy is running | |
| -- web01.localhost (auto-resolves to 127.0.0.1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $go-modern-guidelines | |
| go-modern-guidelines provides modern Go coding guidelines for AI agents, so they can write up-to-date Go code despite their knowledge cutoff. | |
| Commands: | |
| list [--go-version <version> | --file-path <path> | <path>] | |
| Return short modern Go coding guidelines supported by the resolved Go version, | |
| ordered newest first. | |
| explain [--guideline-id <id>]... <id>... | |
| Return detailed guidance and before/after examples for specific guideline ids. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $claude plugin marketplace add anthropics/claude-plugins-community | |
| $claude plugin install eli5@claude-community |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lineColor = '#000'; | |
| styled = `color:#e11d48;font-family:-apple-system, BlinkMacSystemFont, sans-serif | |
| ;font-size:72px;font-weight:bold;-webkit-text-stroke:1px ${lineColor};line-height:2;`; | |
| text = ` | |
| หยุด หยุดชีวิต หยุดกับคนนี้ | |
| แม้ว่าใครจะดีสักแค่ไหน | |
| `; | |
| console.log(`%c${text}`, styled); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ณInstall in MacOS | |
| $brew trust docker/tap | |
| $brew install docker/tap/sbx | |
| # Login with Docker account | |
| $sbx login | |
| # ใช้งานกับ claude code และกำหนด network policy ของ sandboxes ได้เลย ขึ้นอยู๋กับความต้องการของเรา | |
| $cd <your project> | |
| $sbx run claude |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Result from dom-testid | |
| # document "Vite + React" | |
| body | |
| div id="root" | |
| div | |
| h1 data-testid="message_text" | |
| #text "Call REST API 2026/06/04 Update !!" | |
| center | |
| div data-testid="message_box" | |
| p data-testid="hello_text" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "permissions": { | |
| "defaultMode": "auto", | |
| "allow": [ | |
| "Read", | |
| "Grep", | |
| "WebSearch" | |
| ], | |
| "ask": [ | |
| "Bash" |
NewerOlder