II.
LibrarySkill JSON
Structured · livelib-skill:shared--smart-routing
smart-routing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--smart-routing",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "smart-routing",
"description": "Complexity-based task routing with Q-Learning optimization, Agent Booster WASM fast-path, and Mixture-of-Experts model selection.",
"libraryPath": "library/methodologies/ruflo/skills/smart-routing/SKILL.md",
"contentSummary": "- When tasks range from simple transforms to complex multi-file changes\n- Reducing latency for common code transformations\n- Learning from routing history to improve future decisions\n\n## Routing Tiers\n\n| Tier | Target | Latency | Cost |\n|------|--------|---------|------|\n| Agent Booster | Si"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--smart-routing",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--smart-routing",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--smart-routing",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--smart-routing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--smart-routing",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--smart-routing",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--smart-routing",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}