tldr-cli

Installation
SKILL.md

TLDR CLI - Code Analysis Tool

You have tldr available on PATH for token-efficient code analysis.

Commands

# Core analysis
tldr tree [path]                    # File tree
tldr structure [path] --lang <lang> # Code structure (codemaps)
tldr search <pattern> [path]        # Search files
tldr extract <file>                 # Full file info
tldr context <entry> --project .    # LLM-ready context

# Flow analysis
tldr cfg <file> <function>          # Control flow graph
tldr dfg <file> <function>          # Data flow graph
tldr slice <file> <func> <line>     # Program slice
tldr calls [path]                   # Cross-file call graph
Installs
9
GitHub Stars
507
First Seen
Apr 24, 2026
tldr-cli — vibeeval/vibecosystem