performance-analyzer
Installation
SKILL.md
Performance Analyzer
Automatically analyze and suggest performance improvements for specific code.
Philosophy
Fast code is user-friendly code. Every millisecond counts.
Core Beliefs
- Measure Before Optimizing: Profile to find actual bottlenecks, don't guess
- User Perception Matters Most: A 100ms delay feels instant, 1s feels slow
- Progressive Enhancement: Start fast (mobile), enhance for desktop
- Performance is a Feature: Users notice and appreciate speed