From perf
Profiles CPU/memory hotspots with perf/JFR, generates flame graphs, reports file:line evidence for performance investigations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/perf:profileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run profiling tools and capture hotspots with evidence.
Run profiling tools and capture hotspots with evidence.
Follow docs/perf-requirements.md as the canonical contract.
tool: <profiler>
command: <command>
hotspots:
- file:line - reason
artifacts:
- <path to flame graph or profile>
2plugins reuse this skill
First indexed Feb 4, 2026
npx claudepluginhub composiohq/awesome-claude-plugins --plugin perfCPU/memory profiling, identifying bottlenecks, flame graphs, hotspot analysis.
Profiles apps to identify CPU/memory bottlenecks using runtime tools: clinic.js/0x for Node.js, py-spy/cProfile for Python, Chrome DevTools/Lighthouse for frontend. For slow apps, leaks, high CPU.