II.
LibrarySkill JSON
Structured · livelib-skill:algorithms-optimization--graph-modeler
graph-modeler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:algorithms-optimization--graph-modeler",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "graph-modeler",
"description": "Convert problem descriptions into graph representations",
"libraryPath": "library/specializations/algorithms-optimization/skills/graph-modeler/SKILL.md",
"specialization": "algorithms-optimization",
"contentSummary": "# Graph Modeler Skill\n\n## Purpose\n\nConvert problem descriptions into appropriate graph representations, identifying entities as nodes and relationships as edges.\n\n## Capabilities\n\n- Entity-to-node mapping from problem text\n- Relationship-to-edge mapping\n- Graph property detection (bipartite, DAG, tr"
},
"outgoingEdges": [
{
"from": "lib-skill:algorithms-optimization--graph-modeler",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--graph-modeler",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--graph-modeler",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--graph-modeler",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--graph-modeler",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}