Agent Skills: perf

Performance analysis, profiling, and optimization

UncategorizedID: hivellm/rulebook/perf

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/perf

Skill Files

Browse the full folder contents for perf.

Download Skill

Loading file tree…

templates/skills/dev/perf/SKILL.md

Skill Metadata

Name
perf
Description
Performance analysis, profiling, and optimization

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