II.
Topic JSON
Structured · livetopic:kradle-agent-skill
Kradle Agent Skill json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:kradle-agent-skill",
"_kind": "Topic",
"_file": "domain/products/kradle-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kradle Agent Skill",
"description": "Skill declaration that references the babysitter skill registry. Binds\na named skill (SKILL.md content plus trigger metadata) into an agent\nstack so the agent can invoke it during sessions. Skills carry scope\nprecedence (enterprise > personal > project > plugin) and support\ndynamic context injection at invoke time.\n"
},
"outgoingEdges": [
{
"from": "topic:kradle-agent-skill",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-skill",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-skill",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-skill",
"to": "topic:kradle-agent-stack",
"kind": "requires",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:kradle-agent-stack",
"to": "topic:kradle-agent-skill",
"kind": "related_to",
"attributes": {}
}
]
}