II.
Skill JSON
Structured · liveskill:babysitter-cleanup
babysitter:cleanup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill:babysitter-cleanup",
"_kind": "Skill",
"_file": "extensions/skills/skills-babysitter.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "babysitter:cleanup",
"description": "Clean up `.a5c/runs/` and `.a5c/processes/` directories. Aggregates\ninsights from completed/failed runs into\ndocs/run-history-insights.md before pruning old run data and\norphaned process files.\n",
"kind": "claude-code-skill",
"invocationMode": "model-invoked",
"entrypoint": "SKILL.md",
"domains": [
"domain:software-engineering"
],
"sourceRef": "source-ref:babysitter-codex-plugin"
},
"outgoingEdges": [
{
"from": "skill:babysitter-cleanup",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill:babysitter-cleanup",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "skill:babysitter-cleanup",
"to": "source-ref:babysitter-codex-plugin",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "skill:babysitter-cleanup",
"to": "skill-area:orchestration-loop",
"kind": "addresses",
"attributes": {}
}
],
"incomingEdges": []
}