II.
SkillArea JSON
Structured · liveskill-area:server-components
Server Components json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:server-components",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Server Components",
"description": "React Server Components and equivalent paradigms — server/client\ncomponent boundaries, streaming rendering, zero-bundle server\nlogic, and hybrid architectures that blend server and client.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:server-components",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:server-components",
"to": "skill-area:streaming-SSR",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:server-components",
"to": "skill-area:react-components",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": []
}