bladerbladerCommunityยท1 Agent Skills Included

arbitrage

Offload code writing to cheaper models, keep judgment

Routes coding work between a premium model and a cheaper codex subscription to cut token costs. Keeps planning, specs, architecture, and diff review on the expensive model while dispatching all implementation to codex in the background. Adds a visual validation loop for frontend work and a two-strike escape hatch when codex fails acceptance criteria.
npx skills add blader/arbitrage --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Arbitrage?โ–ผ

Run `npx skills add blader/arbitrage --all -g -y` in your terminal to install the skill globally. You also need the codex CLI (`codex exec`) available on your PATH.

How does Arbitrage reduce coding costs?โ–ผ

It keeps expensive premium-model tokens for judgment work like planning, specs, and review, while sending all code-writing volume to your cheaper codex quota running in the background.

What happens if codex fails a task?โ–ผ

After two failed dispatch rounds with corrective feedback, the premium model takes over and writes the code itself, salvaging whatever is usable from codex's diff.

Does Arbitrage work for frontend development?โ–ผ

Yes. It includes a visual validation loop where the premium model runs the app, takes screenshots, judges the UI against the design intent, and re-dispatches fixes until it looks right.

Who controls git commits and pull requests?โ–ผ

The main premium-model session always reviews diffs, commits, pushes, and opens PRs. Codex never touches git directly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’