II.
LibrarySkill JSON
Structured · livelib-skill:algorithms-optimization--solution-comparator
solution-comparator json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:algorithms-optimization--solution-comparator",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "solution-comparator",
"description": "Compare multiple solutions for correctness and performance",
"libraryPath": "library/specializations/algorithms-optimization/skills/solution-comparator/SKILL.md",
"specialization": "algorithms-optimization",
"contentSummary": "# Solution Comparator Skill\n\n## Purpose\n\nCompare multiple algorithm solutions against the same test cases to verify correctness and benchmark performance.\n\n## Capabilities\n\n- Run solutions against same test cases\n- Performance benchmarking and comparison\n- Output diff analysis\n- Find minimal failing"
},
"outgoingEdges": [
{
"from": "lib-skill:algorithms-optimization--solution-comparator",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--solution-comparator",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--solution-comparator",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--solution-comparator",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:algorithms-optimization--solution-comparator",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:algorithms-optimization--solution-comparator",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}