Automatic context management with graceful handoff to continuation subagent. Triggers: context pressure, 80% threshold, auto-clear, context full, continuation, session state, checkpoint Use when: Context usage approaches 80% during long-running tasks. This skill enables automatic continuation without manual /clear. The key insight: Subagents have fresh context windows. By delegating remaining work to a continuation subagent, we achieve effective "auto-clear" without stopping the workflow.
6.0
Rating
0
Installs
AI & LLM
Category
Well-documented skill for automatic context management through subagent delegation. The Description clearly explains the trigger conditions (80% threshold) and core mechanism (handoff to continuation subagent). The SKILL.md provides comprehensive step-by-step workflows, configuration options, integration patterns, and troubleshooting. Structure is good with clear sections and references to modules/session-state.md for additional details. The skill addresses a real workflow problem (context exhaustion) with a creative subagent delegation pattern. However, novelty is moderate since the core solution is fairly straightforward delegation plus state serialization, which a CLI agent could accomplish with sufficient prompting, though this skill does reduce token overhead and codifies best practices. Minor deductions for structure due to some verbosity that could be moved to referenced modules.
Loading SKILL.md…

Skill Author