bitjaru/ss-tokens
View, add, or modify design tokens in the StyleSeed design system
npx skills add https://github.com/bitjaru/styleseed --skill ss-tokens
/ss-component or /ss-pattern/ss-lintAction: $0 | Token type: $1
Arguments: $ARGUMENTS
| Type | JSON Source | CSS Implementation |
|------|-----------|-------------------|
| Colors | tokens/colors.json | css/theme.css :root + @theme inline |
| Typography | tokens/typography.json | css/fonts.css + css/base.css |
| Spacing | tokens/spacing.json | Tailwind utilities (no custom CSS needed) |
| Radius | tokens/radii.json | css/theme.css @theme inline |
| Shadows | tokens/shadows.json | css/theme.css :root |
list — Show current tokensRead and display the requested token file in a formatted table.
add — Add new tokentokens/*.json)css/theme.css under :root@theme inline block.dark blockupdate — Modify existing tokentheme.css--success not --green-500)Take bitjaru/ss-tokens from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.