II.
SkillArea JSON
Structured · liveskill-area:typography
UI Typography json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:typography",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-docs-design.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "UI Typography",
"description": "Typography for product UI — type scales, line-height, vertical\nrhythm, web-font loading, and variable fonts.\n",
"domains": [
"specialization:ux-ui-design"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:typography",
"to": "specialization:ux-ui-design",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:visual-design",
"to": "skill-area:typography",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-agent:ux-ui-design--typography-system",
"to": "skill-area:typography",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ux-ui-design--typography-calculator",
"to": "skill-area:typography",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "role:product-designer",
"to": "skill-area:typography",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:brand-designer",
"to": "skill-area:typography",
"kind": "requires_expertise",
"attributes": {}
}
]
}