ss-update
SolidUpdate StyleSeed engine in your project — analyzes what's outdated and updates safely
Web & Frontend 369 stars
42 forks Updated yesterday MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# StyleSeed Update Assistant
## When NOT to use
- For first-time setup → use `/ss-setup`
- For just one new component or skin — copy that file manually
- For projects that have heavily diverged from upstream — manual diff review first
- For updating user code/components — this updates engine files only, not your custom UI
Automatically detect and update StyleSeed files in the current project.
## Instructions
### Step 1: Detect Current Setup
Scan the project to find where StyleSeed files are:
```bash
# Find DESIGN-LANGUAGE.md
find . -name "DESIGN-LANGUAGE.md" -not -path "*/node_modules/*"
# Find CLAUDE.md
find . -name "CLAUDE.md" -not -path "*/node_modules/*"
# Find skills
find . -path "*/.claude/skills/ui-*" -o -path "*/.claude/skills/ux-*" | head -20
# Find theme.css
find . -name "theme.css" -not -path "*/node_modules/*"
# Find .cursorrules
find . -name ".cursorrules"
```
Report what was found and where.
### Step 2: Check StyleSeed Version
Clone or pull latest styleseed:
```bash
if [ -d "/tmp/styleseed" ]; then
cd /tmp/styleseed && git pull
else
git clone https://github.com/bitjaru/styleseed.git /tmp/styleseed
fi
```
Compare versions:
- Check if DESIGN-LANGUAGE.md has the Table of Contents (new version does)
- Check if Golden Rules exist in CLAUDE.md
- Count skills (latest = 12)
- Check if .cursorrules exists
### Step 3: Report & Ask
Show the user what needs updating:
```
StyleSeed Update Report:
Current state:
- DESIGN-LANGUAGE.md: [location] — [old/c...
Details
- Author
- bitjaru
- Repository
- bitjaru/styleseed
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Listed
ss-update
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
0 Updated today
ENDERMITA12 Web & Frontend Solid
ss-setup
Interactive setup wizard — guides you step-by-step to configure the design system for your project
369 Updated yesterday
bitjaru Web & Frontend Solid
ui-tokens
List, add, and update StyleSeed design tokens while keeping JSON sources, CSS variables, and dark-mode values in sync.
39,227 Updated today
sickn33 AI & Automation Featured
ui-a11y
Audit a StyleSeed-based component or page for WCAG 2.2 AA issues and apply practical accessibility fixes where the code makes them safe.
39,227 Updated today
sickn33 AI & Automation Featured
ui-setup
Interactive StyleSeed setup wizard for choosing app type, brand color, visual style, typography, and the first screen scaffold.
39,227 Updated today
sickn33