Agent skill

perf

Performance analysis, profiling, and optimization

Stars 10
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/hivellm/rulebook/tree/main/.claude/skills/perf

SKILL.md

Analyze performance for: $ARGUMENTS

If no arguments, do a general performance review of the project.

Steps:

  1. Identify the performance bottleneck or area of concern
  2. Profile the code (check for N+1 queries, unnecessary allocations, blocking I/O)
  3. Benchmark the current performance baseline
  4. Propose optimizations with expected impact
  5. Implement the optimization and measure improvement

Didn't find tool you were looking for?

Be as detailed as possible for better results