From antigravity-awesome-skills
Manages StyleSeed design tokens: lists, adds, and updates tokens while keeping JSON source files, CSS variables, and dark-mode values synchronized.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:ui-tokensThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Part of [StyleSeed](https://github.com/bitjaru/styleseed), this skill manages design tokens without letting the source-of-truth files drift apart. It is meant for teams using the Toss seed's JSON token files and CSS implementation together.
Part of StyleSeed, this skill manages design tokens without letting the source-of-truth files drift apart. It is meant for teams using the Toss seed's JSON token files and CSS implementation together.
list: show the current tokens in a human-readable formadd: introduce a new token and wire it through the implementationupdate: change an existing token value and audit the downstream usageFor the Toss seed:
tokens/css/theme.cssReturn:
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderList, add, and update StyleSeed design tokens while syncing JSON sources, CSS variables, and dark-mode values. Use for inspecting, adding colors/shadows/radii/spacing/typography, or propagating changes in token-based design systems.
Implements design token systems with hierarchies, schemas, CSS variables, Style Dictionary pipelines, naming conventions, and multi-platform delivery for design systems.
Guides phased setup of design token systems: discovers brand/tech constraints, explains primitive/semantic two-tier model, creates CSS custom properties, Tailwind configs, spacing scales, color semantics.