view --main babysit-skill-orkestrovka-i-avtomatizatsiya-protsessov.md
babysit Skill: оркестровка и автоматизация процессов
SKILL.md
readonly
--- lines
---
name: babysit
description: Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
allowed-tools: Read, Grep, Write, Task, Bash, Edit, Grep, Glob, WebFetch, WebSearch, Search, AskUserQuestion, TodoWrite, TodoRead, Skill, BashOutput, KillShell, MultiEdit, LS
version: 0.1.3
---
# babysit
Orchestrate `.a5c/runs/<runId>/` through iterative execution.
## Dependencies
### Babysitter SDK and CLI
Read the SDK version from `versions.json` to ensure version compatibility:
```bash
SDK_VERSION=$(node -e "try{console.log(JSON.parse(require('fs').readFileSync('${CLAUDE_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:
```bash
babysitter instructions:babysit-skill --harness claude-code --interactive
```
For non-interactive mode (running with `-p` flag or no AskUserQuestion tool):
```bash
babysitter instructions:babysit-skill --harness claude-code --no-interactive
```
Follow the instructions returned by the command above to orchestrate the run.
Инициализация мануала...
//
$ ls -R related_skills/
2026-03-29
⭐ 3556
gitcode-repo-daily — Автоматизированная архивация и отчеты по Clawhub
2026-03-30
⭐ 3588
okx-dex-swap — Автоматизация обмена на OKX DEX Aggregator
2026-04-09
⭐ 402
software-security: Скилл для безопасной разработки кода
2026-03-29
⭐ 28236
akf-trust-metadata — Управление метаданными для AI в геймдеве
package.json
$ install --global
skills.sh
npx skills add https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter/skills/babysit
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы