Awesome-claude-plugins perf-analyzer
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
install
source · Clone the upstream repo
git clone https://github.com/ComposioHQ/awesome-claude-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComposioHQ/awesome-claude-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/perf/skills/analyzer" ~/.claude/skills/composiohq-awesome-claude-plugins-perf-analyzer-14e95a && rm -rf "$T"
manifest:
perf/skills/analyzer/SKILL.mdsource content
perf-analyzer
Synthesize performance investigation results into clear recommendations.
Follow
docs/perf-requirements.md as the canonical contract.
Inputs
- Baseline data
- Experiment results
- Profiling evidence
- Hypotheses tested
- Breaking point results
Output Format
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>
Constraints
- Only cite evidence that exists in logs or code.
- If data is insufficient, say so and request a re-run.