What problem does it solve?
This Skill provides strategies to optimize token usage and manage the context window for long-running sessions, multi-agent orchestration, and large codebases.
Core Features & Use Cases
- Progressive Disclosure: load information just-in-time to avoid context bloat.
- U-Shaped Attention: place critical info at the start or end of context to maximize retention.
- Observation Masking: summarize verbose outputs and reference only relevant excerpts.
- Compaction Safety: safeguard important context during history consolidation.
- Multi-Agent Context Isolation: delegate heavy reads to specialized agents to keep main context lean.
- Tool Optimization: craft concise tool descriptions and efficient batch operations.
Quick Start
Describe a plan to maintain context efficiency during a long coding session: load only the next needed files, summarize results periodically, and delegate heavy reads to sub-agents as appropriate.