library/methodologies/ruflo/skills/smart-routing/SKILL.md
Complexity-based task routing with Q-Learning optimization, Agent Booster WASM fast-path, and Mixture-of-Experts model selection.
npx skillsauth add a5c-ai/babysitter smart-routingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Intelligent task routing using Q-Learning to select optimal execution paths. Simple tasks route to Agent Booster (WASM, <1ms, $0), medium tasks to efficient models, and complex tasks to Opus + multi-agent swarms.
| Tier | Target | Latency | Cost | |------|--------|---------|------| | Agent Booster | Simple transforms (var-to-const, add-types) | <1ms | $0 | | Medium | Standard coding tasks | ~500ms | Low | | Complex | Multi-agent swarm coordination | 2-5s | Higher |
var-to-const - Variable declaration modernizationadd-types - TypeScript type annotation insertionadd-error-handling - Try/catch wrapper insertionasync-await - Promise chain to async/await conversionextract-function - Code block extraction to named functionsadd-jsdoc - Documentation generationagents/optimizer/ - Performance and cost optimizationagents/architect/ - Complex task decompositionInvoke via babysitter process: methodologies/ruflo/ruflo-task-routing
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.