Manages design tokens in the StyleSeed design system, letting you view, add, or update colors, spacing, shadows, radius, and typography values. It keeps JSON source files synced with CSS custom properties across tokens/*.json and css/theme.css, handling both Tailwind utilities and raw CSS variables. The skill enforces semantic naming (--success not --green-500) and maintains light/dark mode variants. It won't help you apply tokens to components or lint existing code for violations, but it's the right tool when you need to add a new brand color or tweak spacing values at the token level. The dual-file sync approach is straightforward if you understand how Tailwind v4 and CSS variables work together.
npx -y skills add bitjaru/styleseed --skill ss-tokens --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
leonxlnx/taste-skill
supercent-io/skills-template
supercent-io/skills-template