fallow-rs/fallow · Archived

binary-loop

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

First seen Aug 8, 2026

Installation

$ npx skills add fallow-rs/fallow --skill binary-loop

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fallow-rs/fallow · top by installs.

npx skills add fallow-rs/fallow

Browse all from fallow-rs/fallow

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.4K
License LICENSE
Default branch main
Open issues 7
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 666 B
  • docs SUMMARY.md 164 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

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.