II.
SkillArea JSON
Structured · liveskill-area:SDK-design
SDK Design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:SDK-design",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SDK Design",
"description": "Designing language-idiomatic SDKs — client generation from OpenAPI,\nergonomic error handling, pagination abstractions, retry policies,\nand consistent patterns across language targets.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:SDK-design",
"to": "specialization:sdk-platform-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:SDK-design",
"to": "domain:api-development",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:SDK-design",
"to": "skill-area:api-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:SDK-design",
"to": "skill-area:sdk-codegen",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": [
{
"from": "skill-area:API-ergonomics",
"to": "skill-area:SDK-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
]
}