II.
SkillArea JSON
Structured · liveskill-area:SSE-design
Server-Sent Events Design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:SSE-design",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Server-Sent Events Design",
"description": "Designing Server-Sent Events architectures — event stream\nformatting, reconnection handling, last-event-ID resumption,\nfan-out patterns, and SSE vs WebSocket tradeoff analysis.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:SSE-design",
"to": "domain:api-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:SSE-design",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": []
}