Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bitjaru avatar

Ss Tokens

  • 225 installs
  • 868 repo stars
  • Updated August 3, 2026
  • bitjaru/styleseed

ss-tokens is a Claude Code skill that views, adds, and updates design tokens in the StyleSeed design system across JSON sources and CSS variables.

About

This skill views, adds, and updates design tokens (colors, typography, spacing, radius, shadows) in the StyleSeed design system. A developer uses it while building UI to keep the JSON token sources and their CSS custom-property implementations in sync. It targets Tailwind v4 and CSS variables only.

  • Lists, adds, and updates StyleSeed design tokens across JSON source and CSS
  • Keeps tokens/*.json and css/theme.css in sync for light and dark modes
  • Enforces semantic token names over descriptive ones

Ss Tokens by the numbers

  • 225 all-time installs (skills.sh)
  • Ranked #905 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

ss-tokens capabilities & compatibility

Free; no API keys required.

Capabilities
design tokens · theme management
Use cases
frontend · ui design
Pricing
Free
From the docs

What ss-tokens says it does

View, add, or modify design tokens in the StyleSeed design system
SKILL.md
Use semantic names, not descriptive names (`--success` not `--green-500`)
SKILL.md
For non-CSS token systems (Figma, native iOS/Android) — Tailwind v4 / CSS variables only
SKILL.md
npx skills add https://github.com/bitjaru/styleseed --skill ss-tokens

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs225
repo stars868
Last updatedAugust 3, 2026
Repositorybitjaru/styleseed

What it does

Manage StyleSeed design tokens by adding or updating a color, spacing, radius, shadow, or typography value across JSON and CSS.

Who is it for?

Keeping StyleSeed color, spacing, radius, shadow, and typography tokens consistent between JSON and CSS.

Skip if: Applying tokens in components, linting token violations, or non-CSS token systems like Figma or native iOS/Android.

When should I use this skill?

You need to list, add, or update a StyleSeed design token.

What you get

Tokens stay synchronized across tokens/*.json and css/theme.css with semantic names and dark-mode variants.

  • Updated token JSON files
  • Updated CSS custom properties in theme.css

By the numbers

  • 5 token types managed (colors, typography, spacing, radius, shadows)

Files

SKILL.mdMarkdownGitHub ↗

Design Token Manager

When NOT to use

  • For applying tokens in components → use /ss-component or /ss-pattern
  • For finding token violations in existing code → use /ss-lint
  • For brand-wide color/font choices that don't exist yet — define a skin first, then add tokens
  • For non-CSS token systems (Figma, native iOS/Android) — Tailwind v4 / CSS variables only

Action: $0 | Token type: $1 Arguments: $ARGUMENTS

Token File Locations

TypeJSON SourceCSS Implementation
Colorstokens/colors.jsoncss/theme.css :root + @theme inline
Typographytokens/typography.jsoncss/fonts.css + css/base.css
Spacingtokens/spacing.jsonTailwind utilities (no custom CSS needed)
Radiustokens/radii.jsoncss/theme.css @theme inline
Shadowstokens/shadows.jsoncss/theme.css :root

Instructions

list — Show current tokens

Read and display the requested token file in a formatted table.

add — Add new token

1. Add the token to the JSON source file (tokens/*.json) 2. Add the CSS custom property to css/theme.css under :root 3. If it needs a Tailwind utility, add to the @theme inline block 4. If it has a dark mode variant, add to the .dark block

update — Modify existing token

1. Update the value in the JSON source file 2. Update the CSS custom property in theme.css 3. Check all components for direct usage that might need updating

Rules

  • Always keep JSON and CSS in sync
  • Use semantic names, not descriptive names (--success not --green-500)
  • Colors should support both light and dark modes
  • New tokens must be added to BOTH the JSON source AND the CSS implementation

Related skills

FAQ

Does ss-tokens work with Figma or native mobile token systems?

No. It supports Tailwind v4 and CSS variables only, not Figma or native iOS/Android token systems.

Where does ss-tokens store tokens?

In JSON sources under tokens/ (colors.json, typography.json, spacing.json, radii.json, shadows.json) and their CSS implementation in css/theme.css, css/fonts.css, and css/base.css.

Design & UI/UXuibranding

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.