Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & UIAdvanced90982AI score 6/10Last updated: Aug 22, 2026

What it does

  • Resolves the .styleseed registry 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-reference for 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-verify across 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/bitjaru/styleseed.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r styleseed/engine/.claude/skills/ss-build ~/.claude/skills/
  5. Also copy the companion skills/commands it calls: ss-setup, ss-resolve, ss-score, ss-verify.
  6. Restart Claude Code and run /ss-setup in your project root to generate STYLESEED.md.
  7. Invoke it as /ss-build <what to build>.