plugins/babysitter-codex/.codex/skills/babysitter/resume/SKILL.md
Resume orchestrating an existing babysitter run.
npx skillsauth add a5c-ai/babysitter babysitter:resumeInstall 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.
Resume an existing babysitter orchestration run that was paused, interrupted, or left incomplete.
If a selector is provided, use the session index:
recent -> most recently updated sessiontag:<tag> -> latest session tagged with <tag>search:<query> -> latest session matching alias/tag/session idlist -> return indexed sessionsname <alias> -> set alias on most recent sessiontag +<tag> / tag -<tag> -> add/remove tag on most recent sessionIf no selector is provided, default to recent.
For fallback/manual mode, discover incomplete runs:
babysitter run:status --runs-dir .a5c/runs --json
Look for runs with status: "waiting" or status: "executed" (not completed/failed). Suggest the most recent incomplete run.
babysitter session:resume \
--session-id "${CODEX_THREAD_ID:-$CODEX_SESSION_ID}" \
--state-dir "$CODEX_PLUGIN_ROOT/skills/babysitter/state" \
--run-id <runId> \
--runs-dir .a5c/runs \
--json
Resume iterating from the current state:
babysitter run:iterate .a5c/runs/<runId> --json --iteration <n> --plugin-root "$CODEX_PLUGIN_ROOT"
Handle pending effects as in /babysitter:call:
task:postWhen completionProof is emitted, return it wrapped in <promise>PROOF</promise>.
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.