app-icon-generator

Generate macOS and iOS app icons into Xcode asset catalogs with Swift CoreGraphics.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill app-icon-generator-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-icon-generator
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/generators/app-icon-generator
Command: npx skills add https://github.com/mazicimert/RunDom --skill app-icon-generator-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates production-quality app icons for macOS and iOS by programmatically producing all required sizes using a CoreGraphics Swift script.

Core Features & Use Cases

  • Generates all required app icon sizes and installs into the Xcode asset catalog.
  • Adheres to Apple HIG guidelines with gradient, shapes, and depth controls.
  • Use Case: When prototyping or designing an app, quickly generate consistent icons for all target sizes.

Quick Start

Run the Swift script at scripts/generate-icon.swift to generate all required app icon variants.

Frequently Asked Questions about app-icon-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate all required iOS and macOS app icon sizes programmatically?

You can generate app icons programmatically by running a Swift CoreGraphics script that produces all required HIG-compliant sizes and installs them directly into your Xcode asset catalog.

What is the best way to create Apple app icons without external dependencies?

Using a Swift CoreGraphics-based approach lets you create Apple app icons with minimal dependencies, applying gradients, shapes, and optional depth effects directly from a script.

Can I use a Swift script to automate icon generation for an Xcode asset catalog?

Yes, running the Swift script at scripts/generate-icon.swift automates icon generation and installs the complete set of production-quality variants into your Xcode asset catalog.

Does programmatic icon generation support Apple Human Interface Guidelines for iOS and macOS?

Yes, the CoreGraphics script generates production-quality icons that adhere to Apple HIG guidelines, ensuring consistent sizing and optional depth effects across iOS and macOS platforms.

How do I add depth effects to macOS and iOS app icons in Swift?

The Swift CoreGraphics script supports optional depth effects, allowing you to apply gradients and shapes to programmatically generate visually consistent app icons for Apple platforms.