Help us improve
Share bugs, ideas, or general feedback.
From perf
Generates up to 5 performance hypotheses with git history evidence, code path analysis, and confidence levels for specific scenarios.
npx claudepluginhub composiohq/awesome-claude-plugins --plugin perfHow this skill is triggered — by the user, by Claude, or both
Slash command
/perf:theoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate performance hypotheses for a specific scenario.
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.
Orchestrates performance optimization workflows using static code analysis to detect bottlenecks like N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, and memory leaks. Accepts profiling data.
Share bugs, ideas, or general feedback.
Generate performance hypotheses for a specific scenario.
Follow docs/perf-requirements.md as the canonical contract.
hypotheses:
- id: H1
hypothesis: <short description>
evidence: <file/path or git change>
confidence: low|medium|high
- id: H2
...