II.
Topic JSON
Structured · livetopic:agent-plugin-system
Agent Plugin System json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:agent-plugin-system",
"_kind": "Topic",
"_file": "domain/topics/topics-agent-orchestration.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Agent Plugin System",
"description": "Agent Plugin System as a cross-cutting topic - the plugin architecture\nfor extending agent capabilities through installable packages. Covers\nplugin components: skills (slash-command units), agents (sub-agent\ndefinitions), commands (custom CLI commands), hooks (lifecycle\ninterception), and MCP servers (external tool integration). Plugins\nare distributed as .claude-plugin packages via npm registries and\ninstalled via install.md manifests. The plugin.json manifest declares\ncomponents, harness targets, template variables, and extra file sets.\nSupports per-harness install surfaces for cross-agent compatibility.\n"
},
"outgoingEdges": [
{
"from": "topic:agent-plugin-system",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:ml-ai",
"to": "topic:agent-plugin-system",
"kind": "contains",
"attributes": {}
},
{
"from": "tool:micro-skills",
"to": "topic:agent-plugin-system",
"kind": "relates_to_topic",
"attributes": {}
}
]
}