From perf
Synthesizes performance findings from baselines, experiments, profiling, and hypotheses into evidence-backed summaries, recommendations, and next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/perf:analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Synthesize performance investigation results into clear recommendations.
Synthesize performance investigation results into clear recommendations.
Follow docs/perf-requirements.md as the canonical contract.
summary: <2-3 sentences>
recommendations:
- <actionable recommendation 1>
- <actionable recommendation 2>
abandoned:
- <hypothesis or experiment that failed>
next_steps:
- <if user should continue or stop>
npx claudepluginhub juliusbrussee/awesome-claude-plugins --plugin perf2plugins reuse this skill
First indexed Jul 14, 2026
Investigates and fixes performance issues (slow responses, high memory, CPU spikes) using a measure-first methodology: profile before guessing, baseline before fixing, re-measure after changes.
Systematic performance profiling protocol: measure baselines, identify bottlenecks with flamegraphs, and apply targeted optimizations using the Pareto principle.
Runs systematic performance audits with baseline measurement, bottleneck identification, and validated improvements. Use before/after optimizations, when regressions are suspected, or as a pre-release gate.