What problem does it solve?
This Skill provides strategies to overcome the limitations of fixed context windows by leveraging the filesystem for dynamic context loading, state persistence, and efficient information retrieval.
Core Features & Use Cases
- Offload Large Outputs: Store massive tool outputs (e.g., search results, logs) in files instead of the context window.
- Persistent Plans: Save and reload multi-step plans to maintain task continuity across long interactions.
- Dynamic Skill Loading: Load skill instructions only when needed, reducing static context bloat.
- Sub-Agent Communication: Enable agents to share information via a shared filesystem workspace.
- Use Case: When a web search returns thousands of tokens, this skill saves the output to a file and provides a summary and path, allowing the agent to retrieve specific details on demand without exceeding context limits.
Quick Start
Use the filesystem-context skill to save large tool outputs to files for later retrieval.