What problem does it solve?
Many Apple platform projects need production-ready, HIG-compliant app icons in multiple sizes and an accurate asset catalog, which is tedious and error-prone to produce manually; this skill automates design-to-asset workflows so teams can generate, preview, and install icons reliably.
Core Features & Use Cases
- Project detection and safety checks: Detects an existing AppIcon.appiconset, reads Contents.json, and warns before overwriting.
- Programmatic generation: Produces three 1024x1024 visual variants using a Swift CoreGraphics script and building-block shapes and effects.
- Resizing and installation: Resizes masters into platform-specific PNGs, writes Contents.json, and copies assets into the Xcode asset catalog.
- Design-first workflow: Guided questions gather category, style, palette, and accent choices, then iterates on user feedback.
- Use Case: Quickly produce an icon set for an iOS app, preview variants, accept a version, and install it into the project's Assets.xcassets for immediate building.
Quick Start
Use the generators-app-icon-generator skill to generate three 1024x1024 icon variants and install the chosen variant into your project's AppIcon.appiconset.