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

Workflow

1. Analyze Codebase Structure

Installs
3
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jun 15, 2026
macos-app-optimizer — ingpoc/skills