Hotspot Optimizer

Finds algorithmic complexity and performance hotspots, then optimizes them behind tests without changing behavior. Use for nested loops, repeated scans, N+1 queries, costly re-renders, or when a request mentions hot paths or slow code. Defaults to an analysis-only report.

BjornMelin Updated

File contents

BjornMelin/dev-skills/tree/main/plugins/claude-core/skills/hotspot-optimizer commit eed2598f2c

Frequently asked questions

npx skillmds@latest add bjornmelin/hotspot-optimizer