design-system
Installation
SKILL.md
Design System
Two modes for governing a project's visual identity:
- Auto-activate — when editing UI files (components, pages, layouts, styles,
DESIGN.md,tailwind.config.*) and aDESIGN.mdis present, the skill reads it first and enforces token-only sourcing for colors, typography, spacing, and corner radius. NoDESIGN.md? It stays out of the way — a one-line pointer to/award-design, no enforcement, no block on the edit. - Subcommands —
/design-system <verb> [path]exposes the full DESIGN.md lifecycle, built on the canonical@google/design.mdCLI.
Subcommand routing
Parse the first positional token of $ARGUMENTS. If it matches a verb below, load the referenced file and follow its workflow. Otherwise proceed with the token-enforcement workflow at the end of this document.