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.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "benchmark-optimization-loop" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/benchmark-optimization-loop/SKILL.md 2. Save it as ~/.claude/skills/benchmark-optimization-loop/SKILL.md 3. Reload skills and tell me it's ready
Use this skill to convert "make it 20x faster" or "try 50 recursive optimizations" into a bounded measured loop that can actually improve a system.
Do not optimize until these exist:
If the user asks for an unrealistic target, keep the ambition but make the loop bounded and measurable.
Track variants like this:
Variant | Hypothesis | Command | Time | Correct? | Notes
baseline | current path | npm run job | 120s | yes | stable
batch-500 | fewer round trips | npm run job -- --batch 500 | 42s | yes | winner
parallel-8 | more workers | npm run job -- --workers 8 | 31s | no | rate limited
For recursive or hyperparameter work:
Use phrases like "best measured safe variant" instead of "global optimum" unless the search space was actually exhaustive.
A variant cannot become the new default until:
Choose regex first, then add LLMs for low-confidence parsing edge cases.
Write idiomatic Go tests, benchmarks, fuzz tests, and improve coverage.
Convert local Hermes workflows into sanitized ECC skills and release artifacts.
Run pre-release verification for Spring Boot builds, tests, scans, and diffs.
Run a four-voice council to evaluate tradeoffs before making tough decisions.
Retrieve and update Jira issues, analyze requirements, and streamline team workflows.