원클릭으로
contrib
Submit feedback or contribute to babysitter project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Submit feedback or contribute to babysitter project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute via @babysitter. Use this skill when asked to babysit a task, do anything that is structured process-driven (even a loop) or whenever it is called explicitly. (babysit, babysitter, with a process, orchestrate, orchestrate a run, workflow, loop until, etc.)
manage Babysitter blueprints. Use this command to list installed blueprints, browse marketplaces, install, update, uninstall, configure, or create a new blueprint.
Orchestrate a babysitter run. use this command to start babysitting a complex workflow.
Pre-deploy gate that scans built JS chunks for forbidden substring markers (saga-era / obsolete code paths) listed in a project-local forbidden-markers.txt
Clean up .a5c/runs and .a5c/processes directories. Aggregates insights from completed/failed runs into docs/run-history-insights.md, then removes old run data and orphaned process files.
Diagnose babysitter run health - journal integrity, state cache, effects, locks, sessions, logs, and disk usage
| name | contrib |
| description | Submit feedback or contribute to babysitter project |
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md).
Contribution processes live under the active process library's cradle/ directory. Resolve the active library root with babysitter process-library:active --json and route based on arguments:
cradle/bug-report.js#process — Report a bug in the SDK, CLI, process library, etc.cradle/feature-request.js#process — Request a new feature or enhancementcradle/documentation-question.js#process — Ask about undocumented behavior or missing docscradle/bugfix.js#process — User already has the fix for a bugcradle/feature-implementation-contribute.js#process — User already has a feature implementationcradle/feature-harness-integration-contribute.js#process — User has a harness (CI/CD, IDE, editor) integrationcradle/library-contribution.js#process — New or improved process/skill/subagent for the librarycradle/documentation-contribute-answer.js#process — User has an answer for an unanswered docs questioncradle/contribute.js#process — Explains contribution types and routes to the specific processcontribute.js router process to show options and route accordingly