II.
SkillArea JSON
Structured · liveskill-area:polyglot-development
Polyglot Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:polyglot-development",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-technical-depth.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Polyglot Development",
"description": "Working effectively across multiple programming languages — FFI\nboundaries, WASM interop, language-specific idiom translation,\nand choosing the right language for performance, safety, and\nteam-capability constraints.\n",
"domains": [
"specialization:programming-languages"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:polyglot-development",
"to": "specialization:programming-languages",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:software-development",
"to": "skill-area:polyglot-development",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-agent:code-migration-modernization--code-translation-agent",
"to": "skill-area:polyglot-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--code-template-manager",
"to": "skill-area:polyglot-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-skill:algorithms-optimization--micro-optimizer",
"to": "skill-area:polyglot-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
}
]
}