II.
Capability JSON
Structured · livecapability:supports-skill-frontmatter-paths-glob
Supports skill paths glob frontmatter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-skill-frontmatter-paths-glob",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports skill paths glob frontmatter",
"description": "SKILL.md `paths:` frontmatter glob list scopes the skill to specific\nrepo paths — the skill is only auto-invocable when the active file\nmatches the glob.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentRuntimeImpl"
],
"category": "skills"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:supports-skill-frontmatter-paths-glob",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
}
]
}