概要
The Performance Profiling skill enables Claude to guide developers through a disciplined optimization lifecycle, prioritizing empirical measurement over intuition. It provides specific implementation patterns for Node.js, web browsers, and databases to pinpoint high execution times, memory leaks, and inefficient resource allocation. By enforcing the 'Measure, Optimize, Verify' process, this skill ensures that every code change results in a measurable improvement to application speed and resource efficiency while preventing the pitfalls of premature optimization.