What problem does it solve? Large codebases and verbose tool outputs quickly exhaust an AI assistant's context window, causing lost information, higher token costs, and degraded reasoning quality. ## Core Features & Use Cases - AST-Aware Reading: Query symbols, methods, and exports from large files instead of loading entire file contents into context. - Selective File Loading: Restrict file reads to only those directly relevant to the current implementation task. - Context Lifecycle Management: Periodically summarize findings and clear stale diagnostic logs or verbose system output from memory. - Use Case: When refactoring a large repository, use this Skill to inspect only the relevant function definitions and filter repetitive shell output, keeping the working context small and focused. ## Quick Start Apply lean context practices to analyze this repository by reading only the symbols and files relevant to my current task.