| name | util-tldr |
| description | Token-efficient code analysis reference. Use when analyzing large codebases or needing structured code intelligence.
|
| metadata | {"source-plugin":"util","source-skill":"tldr"} |
TLDR CLI Reference
Token-efficient code analysis tool. Available on PATH as tldr.
Core Commands
tldr tree [path]
tldr structure [path] --lang <lang>
tldr search <pattern> [path]
tldr extract <file>
tldr context <entry> --project .
Flow Analysis
tldr cfg <file> <function>
tldr dfg <file> <function>
tldr slice <file> <func> <line>
tldr calls [path]
Codebase Analysis
tldr impact <func> [path]
tldr dead [path]
tldr arch [path]
tldr imports <file>
tldr importers <module> [path]
Quality
tldr diagnostics <path>
tldr change-impact [files...]
Supports: python, typescript, go, rust