mcpbeat

Perf Analyzer

composio-community/perf-analyzer

Use when synthesizing perf findings into evidence-backed recommendations and decisions.

194 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1856
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/composio-community/awesome-claude-plugins --skill perf-analyzer

The instruction itself

4 sections, as written by the author

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.

How to use it

Copy the folder

Take composio-community/perf-analyzer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.