recursive-handoff
Installation
SKILL.md
Recursive Handoff
Run the same prompt repeatedly with fresh context until a finish condition is met.
When to Use
- Long-running tasks that would exhaust context
- Repetitive operations (process items one by one, migrate in batches)
- Polling/waiting for external state changes
- Any task where "keep doing X until Y" applies