perf-profiler
SolidUse when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
Data & Documents 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-profiler
Run profiling tools and capture hotspots with evidence.
Follow `docs/perf-requirements.md` as the canonical contract.
## Required Rules
- Verify debug symbols before profiling.
- Capture file:line for hotspots.
- Provide flame graph or equivalent output when possible.
## Output Format
```
tool: <profiler>
command: <command>
hotspots:
- file:line - reason
artifacts:
- <path to flame graph or profile>
```
## Constraints
- No profiling without a clear scenario.
- Keep outputs minimal and evidence-backed.
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-analyzer
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
1,844 Updated yesterday
composio-community AI & Automation Listed
ce-probe-perf
Profile a running target's performance — latency, throughput, resource use, hotspots — observe tier by default, load/soak behind opt-in. Refuses production; the only tool that can prove a numeric NFR breach (records, doesn't block). Triggers: performance-test/profile/load-test/measure latency or throughput. For vulnerabilities use /ce-probe-sec.
0 Updated 3 days ago
relusion AI & Automation Listed
performance-profiler
Performance Profiler
1 Updated today
nariatrip191