Release history
StyleSeed releases
All releases
16 shown
v2.1.0
Breaking risk
⚠ Upgrade required
- Update any scripts or documentation that reference old command names `/ui-*` and `/ux-*` to the new `/ss-*` equivalents.
Breaking changes
- All skill commands renamed: `/ui-*` and `/ux-*` → `/ss-*` (13 specific commands listed)
Notable features
- Auto-install feature adds automatic cloning and copying of missing skills from CLAUDE.md
- Example prompts added to README for common use cases
Full changelog
What's New
Breaking: Skill commands renamed /ui-* /ux-* → /ss-*
Short, branded, no conflicts. All 13 skills:
/ss-setup /ss-page /ss-component /ss-pattern /ss-review /ss-tokens /ss-a11y /ss-lint /ss-update /ss-flow /ss-audit /ss-copy /ss-feedback
Auto-Install
CLAUDE.md now includes auto-install instructions. When AI detects missing skills, it clones the repo and copies them automatically. No manual cp needed.
Example Prompts
README now has copy-paste prompts for common use cases (new project, add page, improve existing, update engine).
Coming Soon
npx styleseed init— one-command setup (npm CLI)- More skins from awesome-design-md
- Desktop layout rules
v2.0.0
Breaking risk
⚠ Upgrade required
- Migrate existing theme configurations to the new skins/ directory and reference a built‑in skin name or an awesome-design-md path.
- Update any code that relied on hardcoded brand colors in engine files to use the new brand‑agnostic API.
Breaking changes
- engine/ folder refactored to a brand‑agnostic design engine (69 rules, 48 components, 11 skills)
- skins/ introduced as swappable visual identity layer replacing previous monolithic skin handling
Notable features
- Built‑in skins: Toss (purple fintech), Stripe (indigo professional), Linear (dark‑first violet), Vercel (monochrome geometric), Notion (warm blue accent)
- /ui-setup interactive wizard with awesome-design-md integration
- Four new UX skills: /ux-flow, /ux-audit, /ux-copy, /ux-feedback
Full changelog
What's New
Breaking: engine/ + skins/ architecture
- engine/ — Brand-agnostic design engine (69 rules, 48 components, 11 skills)
- skins/ — Swappable visual identity (5 built-in + 58 via awesome-design-md)
Built-in Skins
- Toss (original) — purple, fintech
- Stripe — indigo, professional (from awesome-design-md)
- Linear — dark-first, violet (from awesome-design-md)
- Vercel — monochrome, geometric (from awesome-design-md)
- Notion — warm, blue accent (from awesome-design-md)
New Features
/ui-setupinteractive wizard with awesome-design-md integration- 4 UX skills: /ux-flow, /ux-audit, /ux-copy, /ux-feedback
- Framer Motion primitives (motion.tsx)
- Part 3: Page Composition & Visual Rhythm rules (rules 61-69)
- .cursorrules for Cursor users
- GitHub Wiki with 9 pages of documentation
Improvements
- All engine files are brand-agnostic (no hardcoded brand colors)
- Table of Contents in DESIGN-LANGUAGE.md
- Dark mode support for all skins