cost-booster-edit

Installation
SKILL.md

Cost Booster Edit

Direct wrapper around agent-booster.apply() (npm agent-booster v0.2.x, exposed via agentic-flow/agent-booster). Use when a transform is already classified as Tier 1 eligible — cost-booster-route recommends whether; this skill executes.

When to use

  • Bulk transforms across many files (var → const, add-types, remove-console, add-error-handling, async-await, add-logging).
  • Any simple, structural edit where an LLM would otherwise be called and billed.
  • Inside CI pipelines where determinism + zero-cost matter more than naturalness.

Do NOT use when the transform requires reasoning about intent, naming, or cross-file context — those are Tier 2/3 jobs.

Steps

  1. Take inputsintent (one of the 6 booster intents) and file path.
  2. Read the source to a variable, derive the intended edit text from the intent (caller supplies).
  3. Invoke — run from anywhere under v3/ so agent-booster resolves:
Related skills
Installs
172
Repository
ruvnet/ruflo
GitHub Stars
53.9K
First Seen
May 5, 2026