II.
SkillArea JSON
Structured · liveskill-area:mobile-local-databases
Local Databases json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:mobile-local-databases",
"_kind": "SkillArea",
"_file": "domain/skill-areas/curated-mobile-skill-areas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Local Databases",
"description": "Persisting mobile data on-device - local relational/object stores,\nsync boundaries, migrations, and offline-first storage behavior.\n",
"domains": [
"specialization:mobile-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:mobile-local-databases",
"to": "specialization:mobile-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:mobile-local-databases",
"to": "stack-part:relational-database",
"kind": "uses_stack_part"
}
],
"incomingEdges": [
{
"from": "skill-area:ios-native",
"to": "skill-area:mobile-local-databases",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:android-native",
"to": "skill-area:mobile-local-databases",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:offline-first-mobile",
"to": "skill-area:mobile-local-databases",
"kind": "requires_skill_area"
},
{
"from": "lib-skill:mobile-development--android-room",
"to": "skill-area:mobile-local-databases",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:mobile-development--ios-persistence",
"to": "skill-area:mobile-local-databases",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:mobile-development--offline-storage",
"to": "skill-area:mobile-local-databases",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
}
]
}