II.
SkillArea JSON
Structured · liveskill-area:cache-optimization
CPU Cache Optimization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:cache-optimization",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-networking-perf.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CPU Cache Optimization",
"description": "Data layout for cache locality, false-sharing avoidance, and\nmeasuring cache misses with hardware counters.\n",
"domains": [
"specialization:performance-optimization"
],
"expertiseLevels": [
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:cache-optimization",
"to": "specialization:performance-optimization",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:performance-monitoring-profiling",
"to": "skill-area:cache-optimization",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-part:cache",
"to": "skill-area:cache-optimization",
"kind": "stack_part_used_by",
"attributes": {}
},
{
"from": "lib-agent:performance-optimization--caching-architect",
"to": "skill-area:cache-optimization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:performance-optimization--distributed-caching",
"to": "skill-area:cache-optimization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
}
]
}