| name | icon-composer |
| description | Route app icon workflows with icon-composer CLI — detect entry point via `icon-composer context`, then use from-logo, polish-bundle, xcode-wire, app-store-export, or from-scratch skills. Use when creating iOS 26+ Liquid Glass icons, .icon bundles, or App Store marketing assets. |
Icon Composer CLI — skill routing
Run discovery before editing icons:
icon-composer doctor
icon-composer context
icon-composer context --json
Entry points
| Detected signal | Skill | When |
|---|
has-logo | icon-from-logo | PNG/SVG logo on disk, no .icon yet |
existing-bundle | icon-polish-bundle | .icon bundle already exists |
xcode-project | icon-xcode-wire | .xcodeproj / .xcassets, need catalog wiring |
app-store | icon-app-store-export | Marketing 1024 PNG / App Store export |
from-scratch | icon-from-scratch | No assets yet — concept → glyph → bundle |
Principles
- No interactive prompts — pass explicit flags (
--bg-color, --name, etc.).
- Liquid Glass stays in Icon Composer — use
icon-composer render / preview (calls ictool on macOS).
- Discover commands with
icon-composer <cmd> --help before inventing flags.
- TTY → table, pipe/CI → JSON for
icon-composer context --json.
Install skills: icon-composer install-skills