II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-skill-remove
amux skill remove json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-skill-remove",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-auth-extensions.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux skill remove",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "skill remove",
"flags": [
"--global:0:remove from user scope",
"--project:0:remove from project scope (default)"
],
"subcommandExitCodes": [
"0:success:skill removed",
"1:general-error:NOT_FOUND",
"2:usage-error:missing skill name/agent"
],
"description": "Remove a skill folder by name. Source:\npackages/agent-mux/cli/src/commands/skill.ts:178-197.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-skill-remove",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-skill-remove",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}