II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:slash-reload-skills
/reload-skills json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}