II.
LibrarySkill JSON
Structured · livelib-skill:desktop-development--memory-leak-detector
memory-leak-detector json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:desktop-development--memory-leak-detector",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "memory-leak-detector",
"description": "Detect memory leaks in desktop applications through heap analysis and object tracking",
"libraryPath": "library/specializations/desktop-development/skills/memory-leak-detector/SKILL.md",
"specialization": "desktop-development",
"contentSummary": "# memory-leak-detector\n\nDetect memory leaks in desktop applications through heap snapshot analysis, object tracking, and growth pattern detection.\n\n## Capabilities\n\n- Capture and compare heap snapshots\n- Track object allocation growth\n- Identify retained objects\n- Detect common leak pattern"
},
"outgoingEdges": [
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "skill-area:profiling-memory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:desktop-development--memory-leak-detector",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}