II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:slash-plugin
/plugin json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:slash-plugin",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/claude-code-slash-commands-extended.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "/plugin",
"description": "Install / list / uninstall plugins. Plugin commands are namespaced\nplugin-name:command-name once installed.\n",
"kind": "slash-command",
"surface": "slash-command",
"category": "interaction-primitive-category:configuration",
"availableInModes": [
"chat"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:slash-plugin",
"to": "interaction-primitive-category:configuration",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-plugin",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:slash-plugin",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/plugin"
}
}
}
]
}