context-manager
Installation
SKILL.md
Context Manager
Manage the scarcest resource in the LLM OS: context window (RAM).
Usage Template
Prompt
Use context-manager for this task. Estimate token budget, choose what to keep, what to summarize, and what to drop.
Use Case
- Preparing a long task, large document set, or multi-step agent workflow without overrunning context.
Expected Result
- The agent produces a context budget, priority order, truncation plan, and cost-aware prompt assembly.
Output Example
- A table of keep/summarize/drop decisions with estimated tokens and retrieval priority.