tldr-code

Installation
SKILL.md

TLDR-Code: Complete Reference

Token-efficient code analysis. 95% savings vs raw file reads.

Quick Reference

Task Command
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 func_name .
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
Related skills
Installs
332
GitHub Stars
3.8K
First Seen
Jan 22, 2026