II.
SkillArea JSON
Structured · liveskill-area:offline-first-design
Offline-First Design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:offline-first-design",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Offline-First Design",
"description": "Building applications that work offline by default — local-first\ndata stores, sync engines, conflict resolution, service workers\nfor caching, and progressive connectivity strategies.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:offline-first-design",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:offline-first-design",
"to": "specialization:mobile-development",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:offline-first-design",
"to": "skill-area:CRDTs",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:offline-first-design",
"to": "skill-area:mobile-offline-sync",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": [
{
"from": "skill-area:PWA-architecture",
"to": "skill-area:offline-first-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
]
}