Optimize

Analyze a codebase for performance and produce an optimization report — where the program is slow, how to make it faster, and the expected speed impact, effort, and risk of each change. Use when the user asks to "optimize the program", "make it faster", "improve performance", "find bottlenecks", "why is this slow", or "reduce latency/memory". Reads and understands the code first, reasons from profiling and algorithmic complexity (not guesses), and reports recommendations ranked by impact — without rewriting hot code until asked.

POSTTTT eba5b64 6.4 KB Updated

File contents

POSTTTT/SKILLs/tree/main/.claude/skills/optimize commit eba5b64f2b

Frequently asked questions

npx skillmds@latest add postttt/optimize