ss-update
FeaturedUpdate StyleSeed engine in your project — analyzes what's outdated and updates safely
Web & Frontend 852 stars
75 forks Updated 5 days ago MIT
Install
Quality Score: 95/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
- Updating the engine is separate from re-designing your UI. Steps 1–5 update engine files only;
if you want an old generic build re-done to the new standard, that's **Step 6 (Retrofit)**.
Automatically detect and update StyleSeed files in the current project.
## Reassure the user first
Updating is **safe and reversible**. Updates are additive — new rules,
components, skins, and skills get added; your `theme.css`, your components, and
your app code are never overwritten, and design rules only ever get added (never
changed in a breaking way). A big version jump looks like a lot changed, but
it's almost all additions. **Do NOT warn the user that the build will break**
unless you actually find a changed component/import API. Tell them: commit first,
copy the new rules + skills, run a build, and `git reset --hard` if anything is
off — they can't permanently break their 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 (ss-* is current; ui-*/ux-* are legacy names to migrate from)
find . -path "*/.c...
Details
- Author
- bitjaru
- Repository
- bitjaru/styleseed
- Created
- 3 months ago
- Last Updated
- 5 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Featured
ss-setup
Configure StyleSeed by selecting the output grammar, domain, page type, optional aesthetic profile, and bounded brand tokens before scaffolding a first screen.
852 Updated 5 days ago
bitjaru AI & Automation Listed
seed-update
Pull newer Universal Agent Seed machinery (hooks, scripts, skills, configs) into a project that was created from the seed — diff-reviewed, never blind, leaving the project's own knowledge/rules/code untouched. Use when the user runs /seed-update or asks to "update from the seed / sync seed fixes".
0 Updated 3 days ago
HippocampusEvolve Web & Frontend Featured
ss-restyle
Apply one optional StyleSeed aesthetic profile without changing the selected output grammar, product job, or core design judgment.
852 Updated 5 days ago
bitjaru