From engineering-skills
Guard latency, memory, battery, bandwidth, and gas/compute budgets by measuring before and after every change.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-skills:eng-performanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Treat budgets (frame time, network round-trips, server CPU, on-chain gas) as first-class requirements.
npx claudepluginhub tjboudreaux/cc-engineering-skills --plugin engineering-skillsSets and manages performance budgets (frame, load, memory, streaming, bandwidth) to prevent structural performance debt. Use when target hardware is defined or problems emerge.
Profiles application performance against budgets and optimizes hot paths. Use when investigating performance issues or auditing budgets.
Applies a measurement-first workflow: define metric, baseline, identify bottleneck, fix, and verify with statistical significance. Useful when optimizing performance without clear evidence.