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
- Confirm the input image path.
- Run
python3 scripts/icon_generator.py <input-image> -o <output-dir>. - Inspect the generated
android/andios/AppIcon.appiconset/folders.
Install Pillow first if needed:
python3 -m pip install 'Pillow>=10.0.0'