{"id":"a5c-ai-babysit","name":"babysit","summary":"@babysitterでオーケストレーション。このスキルは、ランのベビーシッターを頼まれたときや、あるいは明確に呼ばれたときに使ってください。","body":"# babysit\n\nOrchestrate `.a5c/runs/<runId>/` through iterative execution.\n\nSubagents that need a scratch checkout or working directory must create it under\n`/tmp/<descriptive-name>/`, not under `.a5c/runs/<runId>/work`. Before returning\ndeliverables, validate that no run-dir worktree was left behind, for example:\n\n```bash\nfind .a5c/runs -maxdepth 3 -name work -type d -print\n```\n\nThat command should print nothing. If it prints a non-empty work directory, move\nor remove only the scratch data you created before returning.\n\n## Dependencies\n\n### Babysitter SDK and CLI\n\nRead the SDK version from `versions.json` to ensure version compatibility:\n\n```bash\nSDK_VERSION=$(node -e \"try{console.log(JSON.parse(require('fs').readFileSync('${CODEX_PLUGIN_ROOT}/versions.json','utf8')).sdkVersion||'latest')}catch{console.log('latest')}\")\n```\n\nUse an installed `babysitter` command only after proving it can execute:\n\n```bash\nif command -v babysitter >/dev/null 2>&1 && babysitter --version >/dev/null 2>&1; then\n  CLI=\"babysitter\"\nelse\n  CLI=\"npm exec --yes --package @a5c-ai/babysitter-sdk@$SDK_VERSION -- babysitter\"\nfi\n```\n\nIf a stale or broken global shim fails with `MODULE_NOT_FOUND`, repair it with `npm rm -g @a5c-ai/babysitter @a5c-ai/babysitter-sdk && npm i -g @a5c-ai/babysitter-sdk@$SDK_VERSION`, then re-run `babysitter --version`.\n\n### jq\n\nMake sure `jq` is installed and available in the path. If not, install it.\n\n## Instructions\n\nRun the following command to get full orchestration instructions:\n\n```bash\n$CLI instructions:babysit-skill --harness codex --interactive\n```\n\nFor non-interactive runs (e.g., with `-p` flag or no question tool):\n\n```bash\n$CLI instructions:babysit-skill --harness codex --no-interactive\n```\n\nFollow the instructions returned by the command above to orchestrate the run.","author":"@a5c-ai","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/a5c-ai/babysitter/tree/main/.codex/skills/babysit","license":"MIT","category":"productivity","lang":"en","tokens":481,"stars":0,"calls30d":2,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}