iiRecord
Agentic AI Atlas · babysitter:forever
skill:babysitter-forevera5c.ai
II.
Skill JSON

skill:babysitter-forever

Structured · live

babysitter:forever json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/skills/skills-babysitter.yamlCluster · extensions
Record JSON
{
  "id": "skill:babysitter-forever",
  "_kind": "Skill",
  "_file": "extensions/skills/skills-babysitter.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "babysitter:forever",
    "description": "Start a never-ending babysitter run. Builds a process that uses an\ninfinite loop with ctx.sleep — typical use is a daily process that\npulls support tickets, resolves them, sleeps 4h, and repeats.\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-forever",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "skill:babysitter-forever",
      "to": "extension-interface:reflection",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "skill:babysitter-forever",
      "to": "source-ref:babysitter-codex-plugin",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "skill:babysitter-forever",
      "to": "skill-area:orchestration-loop",
      "kind": "addresses",
      "attributes": {}
    },
    {
      "from": "skill:babysitter-forever",
      "to": "skill-area:agentic-loops",
      "kind": "addresses",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}