From perf
Synthesizes performance investigation results into evidence-backed recommendations and decisions. Takes profiling evidence, baseline data, and experiment results to produce actionable steps and abandoned hypotheses.
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 composio-community/awesome-claude-plugins --plugin perf2plugins reuse this skill
First indexed Feb 4, 2026
Generates performance hypotheses by analyzing git history and code evidence, producing up to 5 hypotheses with confidence ratings.
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.
Diagnoses slow code, APIs, queries, memory growth, frontend load, build regressions, and scalability limits using a structured measurement-based workflow.