assimilate

Solid

Assimilate an external methodology, harness, or specification into babysitter process definitions with skills and agents.

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

# assimilate Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Use the assimilation domain processes from the active process library to convert external sources into well-defined babysitter process definitions with accompanying skills/ and agents/ directories. If the workspace does not already have an active process-library binding, initialize it first through the shared global SDK binding: ```bash babysitter process-library:active --json ``` Run the process after formalizing it. Available assimilation workflows: - **methodology-assimilation** (`specializations/meta/assimilation/workflows/methodology-assimilation`) - 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. - **harness integration** (`specializations/meta/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: - If the target is a **repo URL or methodology name** then use the methodology-assimilation workflow. - If the target is a **harness name** (e.g. codex, opencode, antigravity) then use the matching harness process. - If the target is a **specification or other source** then adapt the methodology-a...

Details

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

Related Skills