II.
Topic JSON
Structured · livetopic:atomic-design
Atomic Design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:atomic-design",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Atomic Design",
"description": "Atomic Design as a cross-cutting topic - organizing interface systems into\natoms, molecules, organisms, templates, and pages.\n"
},
"outgoingEdges": [
{
"from": "topic:atomic-design",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:web-development",
"to": "topic:atomic-design",
"kind": "contains"
},
{
"from": "lib-process:web-development--tailwind-design-system",
"to": "topic:atomic-design",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--design-tokens",
"to": "topic:atomic-design",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}