Armory
Source
Browse
Skills

benchmark-optimization-loop

Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install benchmark-optimization-loop --cli claude

writes the skill into.claude/skills/benchmark-optimization-loop/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/benchmark-optimization-loop/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.

When to use it

Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.

How to install / invoke

Vendored from affaan-m/ecc (skills). See the source: https://github.com/affaan-m/ecc/blob/main/skills/benchmark-optimization-loop/SKILL.md

Notes

Ingested from the affaan-m/ecc harness library (MIT).