What problem does it solve?
This skill helps manage large volumes of context that exceed the model's token limit, providing efficient storage and retrieval strategies using the filesystem.
Core Features & Use Cases
- Dynamic Context Discovery: Only include minimal static pointers in context and load full content on demand.
- Scratch Pad Pattern: Offload large outputs to files, returning compact summaries for context.
- Plan Persistence: Write plans to the filesystem to maintain long-horizon task awareness.
- Sub-Agent Communication: Use file-based communication for multi-agent coordination.
- Dynamic Skill Loading: Store skills as files and load them dynamically based on task requirements.
- Terminal and Log Persistence: Capture terminal output for selective retrieval.
- Self-Modification: Agents can write learned preferences to their own instruction files.
- Filesystem Search Techniques: Combine
ls, glob, grep, and read_file for context discovery.
- Use Case: An agent needs to manage a complex project with multiple tasks, each requiring large datasets. This skill can be used to store and retrieve relevant data efficiently.
Quick Start
To use the filesystem-context skill, load it with the command 'use filesystem-context'.