II.
SkillArea JSON
Structured · liveskill-area:filesystem-design
Filesystem Design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:filesystem-design",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Filesystem Design",
"description": "Designing and implementing filesystems — journaling, copy-on-write\nsemantics, extent-based allocation, snapshot support, FUSE\nimplementations, and performance tuning for specific workloads.\n",
"expertiseLevels": [
"expert",
"authoritative"
]
},
"outgoingEdges": [
{
"from": "skill-area:filesystem-design",
"to": "domain:systems-programming",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:filesystem-design",
"to": "skill-area:kernel-development",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:filesystem-design",
"to": "skill-area:write-ahead-logging",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": [
{
"from": "specialization:operating-systems",
"to": "skill-area:filesystem-design",
"kind": "contains"
}
]
}