perf-analyzer
SolidUse when synthesizing perf findings into evidence-backed recommendations and decisions.
AI & Automation 1,844 stars
519 forks Updated yesterday
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill 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.
Details
- Author
- composio-community
- Repository
- composio-community/awesome-claude-plugins
- Created
- 9 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- None
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
1,844 Updated yesterday
composio-community Data & Documents Solid
perf-profiler
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
1,844 Updated yesterday
composio-community API & Backend Listed
performance-auditor
Evidence-based performance and scalability audit against SLOs and budgets. Use for slow paths, capacity risk, or review escalation. Emits PERF_REPORT. Never micro-optimizes without measurement or recommends changes below the noise floor.
0 Updated 1 weeks ago
willianbs