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
- Take inputs —
intent(one of the 6 booster intents) andfilepath. - Read the source to a variable, derive the intended
edittext from the intent (caller supplies). - Invoke — run from anywhere under
v3/soagent-boosterresolves:
Related skills
More from ruvnet/ruflo
workflow-automation
>
567agent-workflow
Agent skill for workflow - invoke with $agent-workflow
562agent-swarm
Agent skill for swarm - invoke with $agent-swarm
537agent-arch-system-design
Agent skill for arch-system-design - invoke with $agent-arch-system-design
529security-audit
>
515agent-spec-mobile-react-native
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native
497