π¦ ClawHub
Nm Conserve Clear Context
by @athola
Automatic context management with graceful handoff to a continuation subagent at 80% usage
β‘ When to Use
π‘ Examples
When context pressure reaches critical levels (80%+), invoke this skill to: 1. Save current session state 2. Delegate continuation to a fresh subagent 3. Continue work without manual intervention
Skill(conserve:clear-context)
π Tips & Best Practices
1. Checkpoint Frequently: During long tasks, save state at natural breakpoints 2. Clear Instructions: Continuation agent needs specific, actionable guidance 3. Verify Handoff: Ensure state file is written before spawning subagent 4. Monitor Recursion: Continuation agents can also hit limits - design for chaining
TERMINAL
clawhub install nm-conserve-clear-context