Install any skill in seconds. Free to start, no credit card required.
Get Started Free →WASM-based instant code transforms for simple tasks, achieving 352x speedup over LLM inference with zero cost.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -76% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -78% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -78% | 0% |
| 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
Other measured skills in the registry, with their headline benchmark lift.