Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/a5c-ai/babysitter

Works with Git. The repository opens in your current directory.

🤖
AI EngineeringJavaScript

Babysitter

by a5c-ai

Builds dependency-aware, batched dispatch queues for parallel execution of multiple AI agents, grouping features into non-conflicting batches while respecting concurrency limits.

1.6K stars94 forksAdded 2026/07/20
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-agentsai-automationbabysitterclaude-codeclaude-code-skillsclaude-code-workflowsclaude-skillsclaude-workflowscodex-plugincodex-skillscodex-workflowhermes-pluginpi-extensiontrustworthy-aivibe-coding

Documentation

README

Agent Dispatch

Build dependency-aware, batched dispatch queues for parallel agent execution.

Agent

Feature Planner - automaker-feature-planner

Workflow

  1. Analyze inter-feature dependencies
  2. Build directed acyclic graph (DAG)
  3. Generate topologically sorted execution order
  4. Group features into batches respecting concurrency limits
  5. Ensure no batch contains interdependent features
  6. Assign agent types to each feature

Inputs

  • projectName - Project name
  • orderedPlans - Feature plans in dependency order
  • maxParallel - Maximum concurrent agents
  • dependencyGraph - Feature dependency graph

Outputs

  • Batched dispatch queue with agent assignments

Process Files

  • automaker-feature-pipeline.js - Stage 5
  • automaker-orchestrator.js - Phase 3 (batching)

More from a5c-ai

Other Claude Code skills by this author in the directory.

🔍
1w ago

Assimilate Popular Workflows

Searches public GitHub repositories for SKILL.md files, classifies repos by archetype, and extracts transferable processes and plugin ideas. Use when researching external AI agent workflows or finding extractable procedural patterns.
AI Engineering
+1%1.6K94
🤖
1w ago

Babysit Babysitter Issues

Fetches open issues assigned to a specific agent and orchestrates their resolution sequentially using predefined skills. Useful for automated issue processing in agentic workflows.
Automation
+1%1.6K94
🗂️
1w ago

Catalog Babysitter Users

Discover public codebases that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those projects. Excludes any project named "babysitter". Run this to find, catalog, or refresh lists of projects using babysitter.
Automation
+1%1.6K94
🛠️
1w ago

Fix Failing Pipelines

Automatically identify and fix failing CI workflows on the staging branch using the babysitter agent. Diagnoses the most recent pipeline failure, invokes an AI agent to apply repairs directly to the staging branch, and verifies the fix.
DevOps
+1%1.6K94
🏗️
1w ago

Process Builder

Scaffold new process definitions for the babysitter event-sourced orchestration framework. Guides a 3-phase workflow from research to implementation, following SDK patterns and best practices.
AI Engineering
+1%1.6K94
🔍
1w ago

Retrospect External Babysitter Run

Analyzes a babysitter run in an external public repository, producing a retrospective with concrete suggestions for process improvement. Use when reviewing how someone else used a babysitter process or when examining committed run logs.
AI Engineering
+1%1.6K94