| name | icon-from-scratch |
| description | Guide concept-to-icon when there is no logo file yet. Use when icon-composer context reports from-scratch or the user wants a new app icon without source art. |
From scratch → first icon
v1 does not generate raster art inside the CLI. Produce a glyph first (design tool, export PNG/SVG), then use the CLI.
Steps
- Environment:
icon-composer install-skills
icon-composer doctor
-
Define constraints with the user: brand color (hex), simple glyph shape, light vs dark emphasis.
-
Place art under assets/ or logo/:
assets/logo.svg # or logo.png
- Re-scan:
icon-composer context --json
- Follow
icon-from-logo for bundle creation, glass, preview, and export.
Design checklist (iOS 26 Liquid Glass)
- Simple silhouette reads at small sizes
- Strong contrast between glyph and background fill
- Avoid fine text in the glyph
- Plan dark appearance early (
appearance command)