optimizing-code

Installation
SKILL.md

Optimizing Code

The Optimization Hat

When optimizing, you improve performance without changing behavior. Always measure before and after.

Golden Rules

  1. Measure First: Never optimize without a benchmark
  2. Profile Before Guessing: Find the actual bottleneck
  3. Optimize the Right Thing: Focus on the critical path
  4. Measure After: Verify the optimization worked

Workflows

Installs
70
GitHub Stars
106
First Seen
Feb 3, 2026
optimizing-code — dralgorhythm/claude-agentic-framework