Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/a5c-ai/babysitter-pi --skill contrib명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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