Agent skill
babysitter:assimilate
Assimilate an external methodology, harness, or specification into babysitter process definitions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/assimilate
SKILL.md
babysitter:assimilate
Convert external sources into well-defined babysitter process definitions with accompanying skills/ and agents/ directories.
Assimilation Workflows
Determine which workflow to use based on the target:
Methodology Assimilation (repo URL or methodology name)
Learns an external methodology from its repo and converts procedural instructions, commands, and manual flows into babysitter processes with refactored skills and agents.
- Clone or fetch the target repo
- Analyze the methodology's structure, commands, and workflows
- Map manual steps to babysitter task definitions
- Generate process .js files, SKILL.md files, and AGENT.md files
- Store output in
.a5c/processes/
Harness Integration (harness name)
Integrates babysitter SDK with a specific AI coding harness. Available targets:
codex— OpenAI Codex CLIopencode— OpenCode (Bun-based)gemini-cli— Google Gemini CLIopenclaw— OpenClaw daemonantigravity— Google Antigravitygeneric— Generic AI harness
Specification Assimilation (spec path)
Adapts the methodology-assimilation workflow for specification documents (RFC, API spec, design doc).
Output
For each assimilation, generate:
.a5c/processes/
├── <name>.js # Process definition
├── <name>-inputs.json # Default inputs
├── skills/ # Extracted skills
│ └── <skill>/SKILL.md
└── agents/ # Extracted agents
└── <agent>/AGENT.md
Usage
/babysitter:assimilate https://github.com/org/methodology-repo
/babysitter:assimilate harness codex
/babysitter:assimilate ./specs/api-design.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?