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 frmoretto/awesome-claude-plugins --plugin perfSynthesizes performance investigation results into evidence-backed recommendations and decisions. Takes profiling evidence, baseline data, and experiment results to produce actionable steps and abandoned hypotheses.
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 and optimization. Use when performance issues are reported or suspected. Measure first, optimize second. Applies Pareto principle — find the 20% of code causing 80% of slowness, fix that, not the rest.