
Babysit
- 222 installs
- 1.6k repo stars
- Updated August 5, 2026
- a5c-ai/babysitter
For development and infrastructure management.
About
babysit is an AI coding tool that enhances development workflows. Builders use it for infrastructure, integration, and platform development within the catalog ecosystem.
- babysit
- Development
Babysit by the numbers
- 222 all-time installs (skills.sh)
- Ranked #1,755 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/a5c-ai/babysitter --skill babysitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 222 |
|---|---|
| repo stars | ★ 1.6k |
| Last updated | August 5, 2026 |
| Repository | a5c-ai/babysitter ↗ |
What it does
For development and infrastructure management.
Files
babysit
Orchestrate .a5c/runs/<runId>/ through iterative execution.
Dependencies
Babysitter SDK and CLI
Read the SDK version from versions.json to ensure version compatibility:
SDK_VERSION=$(node -e "try{console.log(JSON.parse(require('fs').readFileSync('${CODEX_PLUGIN_ROOT}/versions.json','utf8')).sdkVersion||'latest')}catch{console.log('latest')}")
sudo npm i -g @a5c-ai/babysitter-sdk@$SDK_VERSION
# sudo is depending on the env and systemthen use the CLI alias: CLI="babysitter"
Alternatively, use the CLI alias: CLI="npx -y @a5c-ai/babysitter-sdk@$SDK_VERSION"
jq
make sure you have jq installed and available in the path. if not, install it.
Instructions
Run the following command to get full orchestration instructions:
babysitter instructions:babysit-skill --harness codex --interactiveFor non-interactive runs (e.g., with -p flag or no question tool):
babysitter instructions:babysit-skill --harness codex --no-interactiveFollow the instructions returned by the command above to orchestrate the run.