library/methodologies/ruflo/skills/agent-booster/SKILL.md
WASM-based instant code transforms for simple tasks, achieving 352x speedup over LLM inference with zero cost.
npx skillsauth add a5c-ai/babysitter agent-boosterInstall 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.
WASM-compiled code transformation engine for simple, well-defined tasks. Bypasses LLM inference entirely for pattern-matched transforms, achieving sub-millisecond execution at zero cost.
| Transform | Description | Example |
|-----------|-------------|---------|
| var-to-const | Modernize variable declarations | var x = 1 -> const x = 1 |
| add-types | Insert TypeScript annotations | function f(x) -> function f(x: string) |
| add-error-handling | Wrap in try/catch | Bare calls -> try/catch blocks |
| async-await | Convert Promise chains | .then().catch() -> async/await |
| extract-function | Extract code blocks | Inline code -> named function |
| inline-variable | Inline single-use variables | Remove intermediate vars |
| add-jsdoc | Generate documentation | Bare functions -> JSDoc comments |
agents/coder/ - Fallback for unmatched patternsInvoke 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.