Help us improve
Share bugs, ideas, or general feedback.
From perf
Synthesizes performance findings from baselines, experiments, profiling, and hypotheses into evidence-backed summaries, recommendations, and next steps.
npx claudepluginhub composiohq/awesome-claude-plugins --plugin perfHow 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.
Multi-phase performance investigation workflow for establishing baselines, profiling, and making evidence-gated optimization decisions. Use when debugging latency, throughput regressions, or the question "why is this slow?"
Performs Maestro-style performance assessments to identify hotspots, regressions, establish baselines, prioritize fixes, and plan optimizations from code and metrics.
Generates up to 5 performance hypotheses with git history evidence, code path analysis, and confidence levels for specific scenarios.
Share bugs, ideas, or general feedback.
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>