Systematic performance profiling and optimization. Use when performance issues are reported or suspected. Measure first, optimize second. Applies Pareto principle — find the 20% of code causing 80% of slowness, fix that, not the rest.
$npx -y skills add nguyenthienthanh/aura-frog --skill perf-profilingInstalls into the current project.
Run `npx skills use "https://github.com/nguyenthienthanh/aura-frog" --skill "nguyenthienthanh/aura-frog/perf-profiling"` 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/nguyenthienthanh/aura-frog" that are relevant to the current task. Run `npx skills add "https://github.com/nguyenthienthanh/aura-frog"` and select the relevant skills, then follow their instructions.