macos-app-optimizer
Installation
SKILL.md
macOS App Optimizer
Analyze macOS applications for performance and memory optimization opportunities.
Core Principle: RAM Optimization
Memory optimization is the primary focus. Every analysis should identify:
- Memory leaks (retain cycles, unbalanced alloc/free)
- Unnecessary object retention
- Inefficient data structures
- Cached data that should be purged
- Large objects that could be lazy-loaded