iiRecord
Agentic AI Atlas · /theme
interaction-primitive:slash-themea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:slash-theme

Structured · live

/theme json

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

File · agent-stack/interaction-primitives/claude-code-slash-commands-extended.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:slash-theme",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/claude-code-slash-commands-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "/theme",
    "description": "Change the color theme — light/dark/auto/colorblind/ANSI/custom.\n",
    "kind": "slash-command",
    "surface": "slash-command",
    "category": "interaction-primitive-category:configuration",
    "availableInModes": [
      "chat"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:slash-theme",
      "to": "interaction-primitive-category:configuration",
      "kind": "in_category",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:slash-theme",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:claude-code.ui@current",
      "to": "interaction-primitive:slash-theme",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "slash-command",
          "invocationToken": "/theme"
        }
      }
    }
  ]
}