npx claudepluginhub a5c-ai/babysitterImplementation of the babysitter technique - continuous orchestration loops for deterministic development. Run Claude in a loop with orchestration steps based on the babysitter-sdk and technique.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Enforce obedience to agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.
https://github.com/user-attachments/assets/8c3b0078-9396-48e8-aa43-5f40da30c20b
Babysitter enforces obedience to agentic workforces, enabling them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration. Define your workflow in code - Babysitter enforces every step, ensures quality gates pass before progression, requires human approval at breakpoints, and records every decision in an immutable journal. Your agents do exactly what the process permits, nothing more.
Babysitter supports multiple AI coding harnesses. Install the plugin for your harness of choice:
Native marketplace install:
claude plugin marketplace add a5c-ai/babysitter
claude plugin install --scope user babysitter@a5c.ai
Restart Claude Code, then type /skills to verify "babysit" appears.
After cloning this repo, From within the Codex CLI:
codex
> /plugins
Navigate to the "babysitter" entry and select "Install".
Via the Cursor marketplace or npm:
npm install -g @a5c-ai/babysitter-cursor
npm install -g @a5c-ai/babysitter-gemini
babysitter-gemini install --global
Via the GitHub Copilot CLI marketplace, or:
npm install -g @a5c-ai/babysitter-github
Native Pi plugin install:
pi install npm:@a5c-ai/babysitter-pi
Native omp plugin install:
omp plugin install @a5c-ai/babysitter-omp
npm install -g @a5c-ai/babysitter-opencode
The postinstall script copies the plugin to .opencode/plugins/babysitter/ automatically.
Babysitter ships with a built-in internal harness that runs processes programmatically without any external AI coding agent. This is useful for CI/CD pipelines, scripts, automated testing, and headless orchestration:
npm install -g @a5c-ai/babysitter-sdk
# Run a process definition using the internal harness
babysitter harness:call --harness internal --process .a5c/processes/my-process.js#process --workspace .
# Or run a free-form prompt
babysitter harness:call --harness internal --prompt "run lint and tests" --workspace .
The internal harness uses the SDK's built-in Pi execution engine directly. It supports all capabilities (Programmatic, SessionBinding, StopHook, HeadlessPrompt) and requires no external CLI.