·recursive-handoff
</>

recursive-handoff

sebastiaanwouters/dotagents

Execute the same task repeatedly with clean context via handoff. Triggers on: recursive loop, repeat until, keep doing until, loop until done. REQUIRES a finish condition to stop.

10Installs·0Trend·@sebastiaanwouters

Installation

$npx skills add https://github.com/sebastiaanwouters/dotagents --skill recursive-handoff

SKILL.md

Run the same prompt repeatedly with fresh context until a finish condition is met.

You MUST get a finish condition from the user before starting.

The condition must be verifiable programmatically (file check, command output, grep result, API response, etc.)

Execute the same task repeatedly with clean context via handoff. Triggers on: recursive loop, repeat until, keep doing until, loop until done. REQUIRES a finish condition to stop. Source: sebastiaanwouters/dotagents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sebastiaanwouters/dotagents --skill recursive-handoff
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is recursive-handoff?

Execute the same task repeatedly with clean context via handoff. Triggers on: recursive loop, repeat until, keep doing until, loop until done. REQUIRES a finish condition to stop. Source: sebastiaanwouters/dotagents.

How do I install recursive-handoff?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastiaanwouters/dotagents --skill recursive-handoff Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sebastiaanwouters/dotagents