II.
SkillArea JSON
Structured · liveskill-area:developer-documentation
Developer Documentation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:developer-documentation",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Developer Documentation",
"description": "Writing effective developer docs — tutorials, how-to guides,\nreference docs, explanation pages (Diataxis framework), code\nsamples, and docs-as-code CI/CD pipelines.\n",
"expertiseLevels": [
"beginner",
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:developer-documentation",
"to": "specialization:technical-documentation",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:developer-documentation",
"to": "specialization:sdk-platform-development",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:developer-documentation",
"to": "skill-area:reference-docs",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:developer-documentation",
"to": "skill-area:tutorial-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": []
}