Assimilate an external methodology, harness, or specification into babysitter process definitions with skills and agents.
npx claudepluginhub a5c-ai/babysitterTarget to assimilate (e.g. repo URL, harness name, or spec path)Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md).
Use the assimilation domain processes to convert external sources into well-defined babysitter process definitions with accompanying skills/ and agents/ directories.
Run the process after formalizing it.
Available assimilation workflows:
plugins/babysitter/skills/babysit/process/specializations/domains/assimilation/workflows/methodology-assimilation.js) — Learns an external methodology from its repo and converts procedural instructions, commands, and manual flows into babysitter processes with refactored skills and agents. Supports output as methodology or specialization.plugins/babysitter/skills/babysit/process/specializations/domains/assimilation/harness/) — Integrates babysitter SDK with a specific AI coding harness (generic, codex, opencode, gemini-cli, openclaw, antigravity).During the interview phase, determine which assimilation workflow to use based on the user's target:
After successfully assimilating a methodology or harness integration, prompt the user to share it with the community. The assimilated process definitions, skills, and agents could benefit other babysitter users:
/babysitter:contrib library contribution: assimilated [methodology-name] into babysitter process definitions/babysitter:contrib library contribution: [harness-name] harness integration/babysitter:contrib bug report: assimilation of [target] failed because [description] or /babysitter:contrib feature request: [what the SDK needs to support]Even just reporting that an assimilation didn't work well helps improve babysitter for everyone.