Complete AI TrainingYourJobSkills for your job

Skills / uncategorized

ui-update

Update StyleSeed engine in your project — analyzes what's outdated and updates safely

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:

# 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 . 

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcebitjaru/styleseed
LicenseMIT
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-07-01

Related skills

accesslint-diff

Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.

accesslint-scan

Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

accint-commitments

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

accint-frames

Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").

accint-solve

Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.

ad-creative

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.