ui-update
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
npx skills add sickn33/agentic-awesome-skills --skill ui-update --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# StyleSeed Update Assistant ## When to Use Use this skill when you need update StyleSeed engine in your project — analyzes what's outdated and updates safely. ## 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. ## Set expectations accurately An update changes project and agent-instruction files and may break local customizations. State that risk plainly. Require a clean worktree or user-approved backup, show the proposed diff, and obtain explicit approval before copying any file. Use a scoped backup or revert only the files changed by this update; preserve unrelated user work. ## 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 curren
- When to Use
- When NOT to use
- Set expectations accurately
- Instructions
- Step 1: Detect Current Setup
- Step 2: Check StyleSeed Version
- Step 3: Report & Ask
- Step 4: Execute Updates
- Step 5: Summary
- Important
- Limitations
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 "*/.claude/skills/ss-*" -o -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"
What does the ui-update skill do?
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill ui-update --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.