tldr-overview
Get a token-efficient overview of any project using the TLDR stack
By parcadei · 481 installs
npx skills add parcadei/continuous-claude-v3 --skill tldr-overview
Source repository · Upstream listing
TLDR Project Overview
Get a token efficient overview of any project using the TLDR stack.
Trigger
/overview or /tldr overview
"give me an overview of this project"
"what's in this codebase"
Starting work on an unfamiliar project
Execution
1. File Tree (Navigation Map)
2. Code Structure (What Exists)
Returns: functions, classes, imports per file
3. Call Graph Entry Points (Architecture)
Returns: cross file relationships, main entry points
4. Key Function Complexity (Hot Spots)
For each entry point found:
Output Format
When NOT to Use
Already familiar with the project
Working on a specific file (use targeted tldr commands instead)
Test files (need full context)
Programmatic Usage