asset-catalog-optimizer

Community

Shrink app size, boost load times.

Authorpaleoterra
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill tackles the problem of bloated app bundles caused by unoptimized or unused image assets, leading to slower download times and increased storage usage for users.

Core Features & Use Cases

  • Asset Audit: Find unused images, check for missing @2x/@3x resolutions, and detect duplicate assets.
  • Image Compression: Losslessly compress PNGs and optimize JPEGs to reduce file sizes without quality loss.
  • Use Case: Before submitting your app to the App Store, automatically scan your Assets.xcassets to identify and compress all PNG images, remove unused assets, and flag any missing resolution variants, significantly reducing app size.

Quick Start

Analyze the 'PaleoRose/Assets.xcassets' folder to find unused assets, checking against the 'PaleoRose' source directory.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: asset-catalog-optimizer
Download link: https://github.com/paleoterra/PaleoRose/archive/main.zip#asset-catalog-optimizer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository