Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
a5c-ai avatar

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 babysit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs222
repo stars1.6k
Last updatedAugust 5, 2026
Repositorya5c-ai/babysitter

What it does

For development and infrastructure management.

Files

SKILL.mdMarkdownGitHub ↗

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 system

then 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 --interactive

For non-interactive runs (e.g., with -p flag or no question tool):

babysitter instructions:babysit-skill --harness codex --no-interactive

Follow the instructions returned by the command above to orchestrate the run.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.