# Binary Loop

> Iteratively reduce Fallow binary size using cargo-bloat and release-build measurements while preserving features, performance, and compatibility.

- Skill: `fallow-rs/binary-loop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fallow-rs/binary-loop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fallow-rs/binary-loop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: fallow-rs (https://skillmd.com/u/fallow-rs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fallow-rs/binary-loop

---


# Binary size loop

1. Measure the release binary and capture cargo-bloat evidence.
2. Select one dependency, monomorphization, feature, or codegen contributor.
3. Implement a bounded change.
4. Rebuild with identical release settings.
5. Keep the change only when size improves and verification passes.
6. Repeat until the target is met or remaining candidates have poor tradeoffs.
7. Run `review`.

Do not trade away supported targets or public behavior without explicit scope.

