compose-design-catalog
Installation
SKILL.md
Compose Design Catalog
Render a Compose component system and export it as an importable sticker
sheet: every component in its primary modes, in two variants (the ideal
render and a layout render that borders every composable), with the system's
design tokens and an accessibility greenline layer extracted automatically
from the render — not transcribed from a spec.
This skill is the system-wide, sticker-sheet sibling of
compose-preview-design-board (which arranges an arbitrary set of renders
into one HTML brief). It assumes the compose-preview skill is installed —
that skill owns the renderer, CLI, and Gradle plugin. Check first with
compose-preview --version; if missing, run the bootstrap installer:
curl -fsSL https://raw.githubusercontent.com/yschimke/compose-ai-tools/main/scripts/install.sh \
| bash