II.
LibrarySkill JSON
Structured · livelib-skill:algorithms-optimization--segment-tree-builder
segment-tree-builder json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:algorithms-optimization--segment-tree-builder",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "segment-tree-builder",
"description": "Generate customized segment tree implementations",
"libraryPath": "library/specializations/algorithms-optimization/skills/segment-tree-builder/SKILL.md",
"specialization": "algorithms-optimization",
"contentSummary": "# Segment Tree Builder Skill\n\n## Purpose\n\nGenerate customized segment tree implementations for various merge functions, with support for lazy propagation and advanced variants.\n\n## Capabilities\n\n- Generate segment tree for custom merge functions\n- Lazy propagation template generation\n- Persistent se"
},
"outgoingEdges": [
{
"from": "lib-skill:algorithms-optimization--segment-tree-builder",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--segment-tree-builder",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--segment-tree-builder",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--segment-tree-builder",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--segment-tree-builder",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--segment-tree-builder",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}