iiRecord
Agentic AI Atlas · /reload-skills
interaction-primitive:slash-reload-skillsa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:slash-reload-skills

Structured · live

/reload-skills 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-reload-skills",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/claude-code-slash-commands-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "/reload-skills",
    "description": "Re-scan installed Skills without restarting the Claude Code session.\nAdded in Claude Code v2.1.152; SessionStart hook output can also request\nthe same behavior with reloadSkills: true.\n",
    "kind": "slash-command",
    "surface": "slash-command",
    "category": "interaction-primitive-category:context",
    "availableInModes": [
      "chat",
      "plan"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:slash-reload-skills",
      "to": "interaction-primitive-category:context",
      "kind": "in_category",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:slash-reload-skills",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}