filesystem-context-patterns
Installation
SKILL.md
Filesystem Context Patterns
Specialized expertise in using the filesystem to extend, persist, and share agent context beyond the conversation window. The filesystem is the most reliable mechanism for managing state across long sessions, between agents, and across session boundaries.
When to Use This Skill
Use this skill for:
- Tool outputs exceeding ~2,000 tokens (write to file instead of keeping in context)
- Tasks spanning multiple turns or sessions
- Multi-agent coordination requiring shared state
- Loading skills or configuration on demand
- Persisting plans, decisions, or analysis results
- Agent self-improvement through instruction updates
Trigger phrases: "write to file", "save context", "share between agents", "persist state", "scratch pad", "session file", "agent communication", "dynamic loading", "filesystem patterns"