Profile, identify bottlenecks, and get optimization hints.
Profile and optimize application performance — detect N+1 queries, memory leaks, slow renders, and bundle bloat with actionable fix recommendations.
claude skill install perf-profiler
# Profile the application and generate a performance report
/perf-profiler analyze
# Check bundle size against performance budget
/perf-profiler bundle --budget 200kb
Analyzes your codebase statically for known performance anti-patterns: nested loops over data, missing database indexes, unoptimized images, and synchronous operations that should be async. For runtime profiling, instruments your application to capture timing data, memory snapshots, and network waterfalls. Produces a prioritized list of optimizations with estimated impact scores.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.