Measure-first performance optimization playbook — profiling discipline, bottleneck triage (CPU/memory/I/O), caching layers, and the algorithm/DB/frontend/network fix patterns. Use when the user reports something is slow ("dashboard takes forever", "API is laggy", "bundle is 2MB", "memory keeps growing"), asks to profile, benchmark, reduce latency/bundle-size, or fix N+1 queries — and to interpret the output of the /forge:optimize command or the performance agent.
$npx -y skills add nxtg-ai/forge-plugin --skill optimizationInstalls into the current project.
Run `npx skills use "https://github.com/nxtg-ai/forge-plugin" --skill "nxtg-ai/forge-plugin/optimization"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nxtg-ai/forge-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/nxtg-ai/forge-plugin"` and select the relevant skills, then follow their instructions.