This is process orchestration for multi-step Claude runs. When you need Claude to execute something that involves multiple iterations or coordinated steps, this skill hands off to a babysitter process that manages the workflow through the `.a5c/runs/` directory structure. It installs the babysitter SDK globally, then pulls dynamic instructions based on whether you're running interactively or headless. The architecture is interesting because it separates execution orchestration from the actual skill logic, which makes sense for complex workflows but adds a dependency layer. You'll mostly invoke this when explicitly asked to babysit a run or when a task needs workflow management rather than single-shot execution.
npx skills add https://github.com/a5c-ai/babysitter --skill babysit