II.
SkillArea JSON
Structured · liveskill-area:color-theory
Color Theory for UI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:color-theory",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-docs-design.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Color Theory for UI",
"description": "Applied color theory for product UI — palettes, contrast,\nperceptual color spaces, and accessible color systems.\n",
"domains": [
"specialization:ux-ui-design"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:color-theory",
"to": "specialization:ux-ui-design",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:visual-design",
"to": "skill-area:color-theory",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-agent:ux-ui-design--color-contrast-analyzer",
"to": "skill-area:color-theory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ux-ui-design--color-palette-generator",
"to": "skill-area:color-theory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ux-ui-design--contrast-checker",
"to": "skill-area:color-theory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "role:product-designer",
"to": "skill-area:color-theory",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:brand-designer",
"to": "skill-area:color-theory",
"kind": "requires_expertise",
"attributes": {}
}
]
}