II.
LibrarySkill JSON
Structured · livelib-skill:performance-optimization--lock-free-data-structures
lock-free-data-structures json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:performance-optimization--lock-free-data-structures",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "lock-free-data-structures",
"description": "Design and implement lock-free data structures — CAS-based queues, hazard pointers, epoch reclamation, and wait-free algorithms for concurrent systems.",
"libraryPath": "library/specializations/performance-optimization/skills/lock-free-data-structures/SKILL.md",
"specialization": "performance-optimization",
"contentSummary": "# Lock-Free Data Structures Skill\n\n> Stub — implementation pending."
},
"outgoingEdges": [
{
"from": "lib-skill:performance-optimization--lock-free-data-structures",
"to": "skill-area:lock-free-data-structures",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:performance-optimization--lock-free-data-structures",
"to": "domain:systems-programming",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:performance-optimization--lock-free-data-structures",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:performance-optimization--lock-free-data-structures",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}