II.
FrontmatterField JSON
Structured · livefrontmatter-field:skill-agent
Skill frontmatter: agent json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:skill-agent",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/claude-code-skill-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Skill frontmatter: agent",
"name": "agent",
"valueType": "string",
"required": "no",
"appliesTo": "skill",
"description": "Subagent reference to dispatch when this skill is invoked."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-platform-impl:claude-code.platform@1.x",
"to": "frontmatter-field:skill-agent",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}