II.
SkillDiscoveryScope JSON
Structured · liveskill-discovery-scope:claude-code-plugin
Plugin skill discovery scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-discovery-scope:claude-code-plugin",
"_kind": "SkillDiscoveryScope",
"_file": "extensions/skill-discovery-scopes/claude-code-scopes.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Plugin skill discovery scope",
"scope": "plugin",
"precedence": 4,
"description": "Skills bundled inside installed plugins (`<plugin>/skills/`).\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "skill-discovery-scope:claude-code-plugin",
"kind": "discovers_skills_in_scope",
"attributes": {}
}
]
}