The TLDR Code Intelligence skill integrates the tldr CLI into your workflow, enabling Claude to perform deep static analysis on complex repositories without exhausting token limits. It provides high-level structural overviews, detailed control and data flow graphs, and cross-file call mapping for languages like Python, TypeScript, Go, and Rust. By generating LLM-ready context and detecting dead code or architectural layers, this tool significantly accelerates codebase exploration, debugging, and refactoring tasks for developers working in large-scale environments.
Características Principales
011 GitHub stars
02Token-efficient codebase navigation and file tree visualization
03Advanced flow analysis including Control Flow (CFG) and Data Flow (DFG) graphs
04Automated dead code detection and architectural layer mapping
05Cross-file call graphs and function-level impact analysis
06LLM-optimized context extraction for specific code entries
Casos de Uso
01Reducing token costs during debugging by extracting high-signal, relevant code context
02Performing impact analysis to identify affected components before refactoring critical functions
03Rapidly onboarding to large, unfamiliar repositories by mapping dependencies and structure