II.
LibrarySkill JSON
Structured · livelib-skill:algorithms-optimization--code-profiler
code-profiler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:algorithms-optimization--code-profiler",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "code-profiler",
"description": "Profile code performance and identify bottlenecks",
"libraryPath": "library/specializations/algorithms-optimization/skills/code-profiler/SKILL.md",
"specialization": "algorithms-optimization",
"contentSummary": "# Code Profiler Skill\n\n## Purpose\n\nProfile algorithm implementations to identify performance bottlenecks and optimization opportunities.\n\n## Capabilities\n\n- Runtime profiling\n- Memory profiling\n- Cache miss analysis\n- Hot spot identification\n- Optimization suggestions\n- Comparative benchmarking\n\n## "
},
"outgoingEdges": [
{
"from": "lib-skill:algorithms-optimization--code-profiler",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--code-profiler",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--code-profiler",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--code-profiler",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--code-profiler",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--code-profiler",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}