II.
SkillArea JSON
Structured · liveskill-area:save-load-systems
Save and Load Systems json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:save-load-systems",
"_kind": "SkillArea",
"_file": "domain/skill-areas/curated-domain-task-skill-areas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Save and Load Systems",
"description": "Designing durable player-state persistence - serialization boundaries,\ncheckpoints, migration, corruption recovery, and slot management.\n",
"domains": [
"specialization:game-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:save-load-systems",
"to": "specialization:game-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:game-engine-development",
"to": "skill-area:save-load-systems",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:game-development--save-load-systems",
"to": "skill-area:save-load-systems",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}