context-manager
SKILL.md
Context Manager Skill (CMS)
Triggers: "compile context", "update context", "cms compile", "cms update", "refresh context"
Purpose
Maintain a set of compiled context artifacts so any agent can spawn stateless and still get deep, up-to-date understanding without rereading the entire repo.
CMS produces:
- BOOT_CONTEXT - stable, curated project brain
- DELTA_CONTEXT - what changed since last compile
- Feature bundles - compartmentalized working sets for parallel agents
- MANIFEST - hashes, pointers, provenance for deterministic rehydration
Agents consume these artifacts on startup instead of scanning the repo.
Output Artifacts
All artifacts live in .claude/compiled/: