icon-generator

Installation
SKILL.md

Icon Generator

Overview

Use the bundled script to turn one source image into Android and iOS app icon assets. Prefer this skill when the task is deterministic icon export rather than manual image editing.

Quick Start

  1. Confirm the input image path.
  2. Run python3 scripts/icon_generator.py <input-image> -o <output-dir>.
  3. Inspect the generated android/ and ios/AppIcon.appiconset/ folders.

Install Pillow first if needed:

python3 -m pip install 'Pillow>=10.0.0'

Workflow

Installs
51
GitHub Stars
2
First Seen
Apr 16, 2026
icon-generator — anhao/icon-generator-skill