tldr-code
✓通過 5 層堆棧(AST、調用圖、CFG、DFG、PDG)進行令牌高效的代碼分析。節省 95% 的代幣。
SKILL.md
| File tree | tldr tree src/ | | Code structure | tldr structure . --lang python | | Search code | tldr search "pattern" . | | Call graph | tldr calls src/ | | Who calls X? | tldr impact funcname . | | Control flow | tldr cfg file.py func | | Data flow | tldr dfg file.py func | | Program slice | tldr slice file.py func 42 | | Dead code | tldr dead src/ |
| Architecture | tldr arch src/ | | Imports | tldr imports file.py | | Who imports X? | tldr importers modulename . | | Affected tests | tldr change-impact --git | | Type check | tldr diagnostics file.py | | Semantic search | tldr semantic search "auth flow" |
The daemon holds indexes in memory for instant repeated queries.
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/namesreallyblank/clorch --skill tldr-code- 分類
- {}資料分析
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 tldr-code?
通過 5 層堆棧(AST、調用圖、CFG、DFG、PDG)進行令牌高效的代碼分析。節省 95% 的代幣。 來源:namesreallyblank/clorch。
如何安裝 tldr-code?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/namesreallyblank/clorch --skill tldr-code 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/namesreallyblank/clorch
詳情
- 分類
- {}資料分析
- 來源
- skills.sh
- 收錄時間
- 2026-02-01