From agent-team
Cleans session context and re-anchors to key index files for controller and worker sessions. Use when drifting, phase changes occur, or resuming needs file-first recovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-team:context-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- controller
agent-team context-cleanup.agent-team/rules/index.md first.worker.yaml first..agent-team/rules/index.md, then the current workflow/task artifacts.task.yaml after worker.yaml, then context.md and referenced materials only when needed.worker-recovery for routine worker task resume when the problem is simply recovering the current assignment.npx claudepluginhub jsonlee12138/agent-team --plugin agent-teamOptimizes agent context by deciding what to load, drop, and how to recover when output quality degrades. Use for complex multi-file tasks, not trivial single-file work.
Monitors context window health during multi-step agent tasks to ride peak quality for high-fidelity output and prevent drift in long-running sessions or complex refactors.
Saves session state—goals, decisions, tasks, files—to .agents/session_ledger.md for recovery after crashes, /clear reloads, or context switches in long-running workflows.