Agent skill

babysitter

Orchestrate complex multi-step workflows using babysitter SDK

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/babysitter

SKILL.md

Babysitter Orchestration

Use this skill to orchestrate complex, multi-step coding workflows through babysitter's process-driven execution engine.

How It Works

  1. Babysitter creates a run from a process definition (JavaScript file with tasks)
  2. Each iteration produces effects (tasks to execute)
  3. You execute the effects and post results back
  4. The loop continues until the run completes

Starting a Run

Use the SDK bridge directly (imported from the extension):

  • createNewRun() to create a run
  • iterate() to advance the orchestration
  • postResult() to report effect outcomes

Effect Types

Kind Action
agent Execute as sub-agent task
node Run Node.js script
shell Run shell command
breakpoint Ask user for approval
sleep Wait until timestamp
skill Expand and execute skill

Completion

When the run completes, the SDK returns a completion proof. Output it wrapped in <promise>PROOF_VALUE</promise> tags.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results