ss-build — StyleSeed Composed Screen Builder
Locks in a StyleSeed rule bundle before any UI code, then drives the build through a code-score gate and a pixel-verification gate before presenting proof.
Design & UIAdvanced★ 909⑂ 82AI score 6/10Last updated: Aug 22, 2026
What it does
- Resolves the
.styleseedregistry first (project.json + artifacts/index.json) and reads only the matching artifact bundle and manifest, never the legacy global bundle. - Requires
STYLESEED.md(via/ss-setup) and/ss-referencefor unfamiliar visual references before writing UI code. - Forces you to state the effective rule set in one line (grammar × surface × domain × recipe × profile × lock) and resolve conflicts strictly by authority order.
- Runs a code gate with
/ss-score(up to ~3 passes until ≥80) and a pixel gate with/ss-verifyacross required viewports and states. - Ends with an evidence report: rule set, score, visual status, material fixes, file paths.
Who it's for
- Teams already invested in the StyleSeed design engine.
- Frontend engineers whose AI-generated screens drift in style between sessions.
- Design-system owners who want loading/empty/error/focus/reduced-motion coverage enforced.
Examples
- "Build an operations console dashboard" → declares
operations-console × SaaS × dashboard × enterprise-workbench × swiss × locked brand tokens, builds, scores, verifies. - Adding a settings page under locked brand tokens, where the lock cannot waive accessibility or task fitness.
- No renderer available → the skill explicitly reports the visual gate as skipped instead of implying a pass.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/bitjaru/styleseed/HEAD/engine/.claude/skills/ss-build/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the engine/.claude/skills/ss-build folder from the GitHub repo bitjaru/styleseed into my ~/.claude/skills/ss-build/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/bitjaru/styleseed.git /tmp/styleseed && mkdir -p ~/.claude/skills && cp -r /tmp/styleseed/engine/.claude/skills/ss-build ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/bitjaru/styleseed.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r styleseed/engine/.claude/skills/ss-build ~/.claude/skills/ - Also copy the companion skills/commands it calls:
ss-setup,ss-resolve,ss-score,ss-verify. - Restart Claude Code and run
/ss-setupin your project root to generateSTYLESEED.md. - Invoke it as
/ss-build <what to build>.
View source on GitHub ↗License: MIT