tldr-code
✓Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.
Installation
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.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill tldr-code- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tldr-code?
Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings. Source: parcadei/continuous-claude-v3.
How do I install tldr-code?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/parcadei/continuous-claude-v3 --skill tldr-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/parcadei/continuous-claude-v3
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01