plugins/babysitter-codex/.codex/skills/babysitter/assimilate/SKILL.md
Assimilate an external methodology, harness, or specification into babysitter process definitions.
npx skillsauth add a5c-ai/babysitter babysitter:assimilateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert external sources into well-defined babysitter process definitions with accompanying skills/ and agents/ directories.
Determine which workflow to use based on the target:
Learns an external methodology from its repo and converts procedural instructions, commands, and manual flows into babysitter processes with refactored skills and agents.
.a5c/processes/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 harnessAdapts the methodology-assimilation workflow for specification documents (RFC, API spec, design doc).
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
/babysitter:assimilate https://github.com/org/methodology-repo
/babysitter:assimilate harness codex
/babysitter:assimilate ./specs/api-design.md
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.