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

Required Parameters

1. Finish Condition

Related skills
Installs
14
GitHub Stars
1
First Seen
Jan 23, 2026