contrib

Solid

Submit feedback or contribute to babysitter project

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# contrib Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). ## Process Routing 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: ### Issue-based (opens a GitHub issue in a5c-ai/babysitter) * **Bug report** → `cradle/bug-report.js#process` — Report a bug in the SDK, CLI, process library, etc. * **Feature request** → `cradle/feature-request.js#process` — Request a new feature or enhancement * **Documentation question** → `cradle/documentation-question.js#process` — Ask about undocumented behavior or missing docs ### PR-based (forks repo, creates branch, submits PR to a5c-ai/babysitter) * **Bugfix** → `cradle/bugfix.js#process` — User already has the fix for a bug * **Feature implementation** → `cradle/feature-implementation-contribute.js#process` — User already has a feature implementation * **Harness integration** → `cradle/feature-harness-integration-contribute.js#process` — User has a harness (CI/CD, IDE, editor) integration * **Library contribution** → `cradle/library-contribution.js#process` — New or improved process/skill/subagent for the library * **Documentation answer** → `cradle/documentation-contribute-answer.js#process` — User has an answer for an unanswered docs question ### Router (when arguments are empty or general) * **Contribute** → `cradle/contribute.js#p...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills