II.
SkillArea JSON
Structured · liveskill-area:progressive-enhancement
Progressive Enhancement json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:progressive-enhancement",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-frontend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Progressive Enhancement",
"description": "Building experiences that function with HTML/CSS first and layer\non JS — resilient forms, graceful degradation, no-JS fallbacks.\n",
"domains": [
"specialization:web-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:progressive-enhancement",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:frontend-development",
"to": "skill-area:progressive-enhancement",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:progressive-web-app",
"to": "skill-area:progressive-enhancement",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:remix-prisma-stack",
"to": "skill-area:progressive-enhancement",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:htmx-go-stack",
"to": "skill-area:progressive-enhancement",
"kind": "requires_skill_area"
},
{
"from": "lib-skill:web-development--progressive-enhancement",
"to": "skill-area:progressive-enhancement",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}