{
"id": "skill-area:sdk-codegen",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-sdk-arch.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SDK Code Generation",
"description": "Generating SDKs from OpenAPI/GraphQL/Protobuf specs — language\ncustomization, idiomatic shapes, and release pipelines.\n",
"domains": [
"specialization:sdk-platform-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:sdk-codegen",
"to": "specialization:sdk-platform-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:sdk-codegen",
"to": "tool:openapi-generator",
"kind": "uses_tool"
},
{
"from": "skill-area:sdk-codegen",
"to": "tool:graphql-codegen",
"kind": "uses_tool"
}
],
"incomingEdges": [
{
"from": "tool:openapi-generator",
"to": "skill-area:sdk-codegen",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:graphql-codegen",
"to": "skill-area:sdk-codegen",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "workflow:sdk-adoption-tracking",
"to": "skill-area:sdk-codegen",
"kind": "requires_skill_area",
"attributes": {}
}
]
}