Most agents hit context limits faster than you'd expect, and this skill treats the filesystem as overflow storage instead of cramming everything into the prompt. Write tool outputs to scratch files, persist plans across long tasks, let sub-agents communicate through shared directories, and load skill instructions dynamically instead of bloating your system prompt. The core insight is simple: static context is expensive real estate, so keep pointers in the prompt and pull full content on demand with grep and targeted reads. Works well for terminal output persistence and cross-session state. The self-modifying agent pattern (writing learned preferences back to instruction files) is interesting but needs guardrails. If you're building anything that runs longer than a few turns or coordinates multiple agents, you'll need this approach.
npx -y skills add muratcankoylan/agent-skills-for-context-engineering --skill filesystem-context --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot