plugins/babysitter-codex/.codex/skills/babysitter/help/SKILL.md
Help and documentation for babysitter commands, processes, skills, agents, and methodologies.
npx skillsauth add a5c-ai/babysitter babysitter:helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help and documentation system for the babysitter Codex CLI plugin.
If no arguments provided, display this welcome:
Babysitter for Codex CLI — Orchestration Plugin
Primary Commands:
/babysitter:call Start an orchestration run (interactive)
/babysitter:resume Resume an existing run
/babysitter:yolo Start a run (non-interactive, no breakpoints)
/babysitter:plan Plan a workflow without executing
/babysitter:forever Start a never-ending periodic run
Secondary Commands:
/babysitter:doctor Diagnose run health (10 checks)
/babysitter:retrospect Analyze a run and improve future processes
/babysitter:model Set/view model routing policy
/babysitter:issue Start workflow from GitHub issue
/babysitter:team-install Install team-pinned setup from lockfile
/babysitter:assimilate Assimilate external methodology
/babysitter:user-install Set up babysitter for yourself
/babysitter:project-install Onboard a project
/babysitter:observe Launch observer dashboard
Type /babysitter:help <command> for detailed help on a specific command.
If an argument is provided:
.codex/skills/babysitter/<name>/SKILL.md and display its content.a5c/processes/<name>.js and describe it
upstream/babysitter/skills/babysit/processbabysitter skill:discover --plugin-root "$CODEX_PLUGIN_ROOT" --jsonUse the skill-loader module to resolve command names:
const { getSkillContent } = require('./.codex/skill-loader');
const content = getSkillContent(args);
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.