II.
SkillArea JSON
Structured · liveskill-area:technical-mentoring
Technical Mentoring json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:technical-mentoring",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Technical Mentoring",
"description": "Mentoring engineers through deliberate practice — conducting structured\ncode reviews, pairing on challenging problems, designing stretch\nassignments, and creating feedback loops that accelerate skill growth\nwhile maintaining psychological safety.\n",
"expertiseLevels": [
"practitioner",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:technical-mentoring",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:technical-mentoring",
"to": "domain:education",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": []
}