Performance

Stack-agnostic performance: measure first, find the bottleneck, then optimise. N+1, needless allocation, wrong async boundary, missing index/cache, heavy payload. No premature optimisation. Use when something is slow, before optimising anything, and when a change touches a hot path.

byerlikaya 767fa83 2 files · 3.0 KB Updated

File contents

byerlikaya/claude-starter-kit/tree/main/plugin/skills/performance commit 767fa838a5

Frequently asked questions

npx skillmds@latest add byerlikaya/performance