II.
SkillArea JSON
Structured · liveskill-area:mobile-offline-sync
Mobile Offline Sync json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:mobile-offline-sync",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-mobile.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mobile Offline Sync",
"description": "Offline-first architectures — local-first data stores, conflict\nresolution, sync engines, and background fetch.\n",
"domains": [
"specialization:mobile-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:mobile-offline-sync",
"to": "specialization:mobile-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:offline-mode-testing",
"to": "skill-area:mobile-offline-sync",
"kind": "requires_skill_area"
},
{
"from": "skill-area:offline-first-design",
"to": "skill-area:mobile-offline-sync",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:ios-native",
"to": "skill-area:mobile-offline-sync",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:android-native",
"to": "skill-area:mobile-offline-sync",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:restaurant-pos-system",
"to": "skill-area:mobile-offline-sync",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:offline-first-mobile",
"to": "skill-area:mobile-offline-sync",
"kind": "requires_skill_area"
},
{
"from": "lib-agent:mobile-development--mobile-backend-expert",
"to": "skill-area:mobile-offline-sync",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:mobile-development--react-native-expert",
"to": "skill-area:mobile-offline-sync",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--offline-first-architecture",
"to": "skill-area:mobile-offline-sync",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-skill:mobile-development--offline-storage",
"to": "skill-area:mobile-offline-sync",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}