stitch-a11y
Audits Stitch-generated components for WCAG 2.1 AA accessibility issues and applies fixes — semantic HTML, ARIA attributes, keyboard navigation, focus…
Translates a user request or PRD document into a structured Design Spec JSON — theme, color, typography, density, and device type. Call this before building Stitch generation prompts.
$ npx -y skills add gabelul/stitch-kit --skill stitch-ui-design-spec-generator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/stitch-ui-design-spec-generatorContext preview
The summary Claude sees to decide when to auto-load this skill.
Translates a user request or PRD document into a structured Design Spec JSON — theme, color, typography, density, and device type. Call this before building Stitch generation prompts.
name: stitch-ui-design-spec-generator description: Translates a user request or PRD document into a structured Design Spec JSON — theme, color, typography, density, and device type. Call this before building Stitch generation prompts. allowed-tools: []
You are a Creative Director. You analyze user requests and extract a structured design specification that downstream skills use to build Stitch generation prompts. Your output is a JSON object — never freeform text.
Call this skill internally (no user-facing output needed) before:
You can also use it directly when a user asks: "What design spec would work for X?" or "Help me define the visual style."
**Type A — One-shot natural language request:** > "A cyberpunk login page for a gaming platform"
**Type B — PRD document or summary:** > Provide a file path or paste PRD content. Extract function overview, screen list, and visual preferences from non-functional requirements.
**Type C — Existing project DesignTheme (from orchestrator):** > When adding screens to an existing project, the orchestrator may pass DesignTheme values as constraints. Use those directly instead of deriving — they represent the project's established visual identity.
| Domain / Tone | Primary Color range | Style Keywords | |---------------|--------------------|-| | Corporate / Medical / Finance | Blues, greys (#2563EB, #475569) | Clean, Professional, Data-dense, Trustworthy | | Creative / Gaming / Cyberpunk | Neons, deep darks (#00FF88, #1a1a1a) | Dynamic, High-contrast, Edgy, Immersive | | Lifestyle / Food / Social | Warm oranges, pinks (#E85D04, #EC4899) | Friendly, Warm, Playful, Inviting | | Productivity / SaaS / Dashboard | Neutral blues, purples (#6366F1, #0EA5E9) | Focused, Structured, Efficient, Minimal | | Luxury / Fashion | Blacks, golds (#18181B, #D4AF37) | Elegant, Exclusive, Premium, Refined | | Health / Wellness | Soft greens, teals (#10B981, #0D9488) | Calm, Natural, Clean, Reassuring |
| Signal in request | → deviceType | |---|---| | "dashboard", "admin", "web app", "landing page", "desktop" | DESKTOP | | "mobile app", "iOS", "Android", "phone", "app" | MOBILE | | "tablet", "iPad" | TABLET | | "responsive", "fluid", "any device" | AGNOSTIC | | No clear signal → default | MOBILE |
| Signal | → designMode | |---|---| | "wireframe", "sketch", "low-fi", "draft" | WIREFRAME | | All other cases | HIGH_FIDELITY |
| Style keywords contain | → roundness | |---|---| | "sharp", "brutalist", "corporate", "enterprise", "terminal" | `ROUND_FOUR` | | "modern", "clean", "professional", "balanced" | `ROUND_EIGHT` | | "friendly", "playful", "card", "soft", "rounded" | `ROUND_TWELVE` | | "pill", "bubble", "very rounded", "capsule" | `ROUND_FULL` |
| Context | → density | → spacingScale | |---|---|---| | Data tables, dashboards, admin panels | COMPACT | 0 or 1 | | Mobile apps, social, consumer | COMFORTABLE | 2 | | Marketing pages, landing pages, portfolios | SPACIOUS | 3 |
The `colorVariant` controls how Stitch derives the full color palette from your `primaryColor`. Pick based on the visual identity:
| Domain / Tone | → colorVariant | |---|---| | Corporate, Medical, Finance | `NEUTRAL` or `TONAL_SPOT` | | Luxury, Fashion, Minimal, Editorial | `MONOCHROME` or `FIDELITY` | | Productivity, SaaS, Enterprise | `TONAL_SPOT` | | Creative, Gaming, Cyberpunk | `VIBRANT` or `EXPRESSIVE` | | Lifestyle, Food, Social | `VIBRANT` or `CONTENT` | | Playful, Kids, Events | `RAINBOW` or `FRUIT_SALAD` | | Brand-heavy, Marketing, Landing pages | `FIDELITY` |
Quick reference:
The API supports three separate font roles. Default behavior: all three = same font. Split them for specific design approaches:
**Same font (default for most projects):** > All three set to the same value (e.g., `INTER` / `INTER` / `INTER`)
**Split fonts (use when the design benefits from typographic contrast):**
| Design approach | headlineFont | bodyFont | labelFont | |---|---|---|---| | Editorial / magazine | `EB_GARAMOND` or `LITERATA` | `INTER` or `DM_SANS` | `INTER` or `DM_SANS` | | Brutalist / hacker | `SPACE_GROTESK` | `INTER` | `IBM_PLEX_SANS` | | Luxury / high-end | `LIBRE_CASLON_TEXT` | `MANROPE` | `MANROPE` | | Data-heavy dashboard | `INTER` | `INTER` | `IBM_PLEX_SANS` or `SOURCE_SANS_3` |
**Font selection guide — use Stitch enum names exactly:**
| Use case | Font (Stitch enum) | |----------|--------------------| | Corporate / SaaS / Dashboard | `INTER`, `DM_SANS`, `IBM_PLEX_SANS` | | Clean modern / startup | `GEIST`, `MANROPE`, `PLUS_JAKARTA_SANS`, `WORK_SANS` | | Editorial / expressive | `SPACE_GROTESK`, `EPILOGUE`, `SORA`, `RUBIK` | | Friendly / consumer app | `NUNITO_SANS`, `LEXEND`, `BE_VIETNAM_PRO` | | Luxury / serif | `EB_GARAMOND`, `LITERATA`, `SOURCE_SERIF_4`, `LIBRE_CASLON_TEXT` | | Dense data / admin | `SOURCE_SANS_3`, `PUBLIC_SANS`, `ARIMO` | | News / reading | `NEWSREADER`, `DOMINE`, `NOTO_SERIF` | | Code / technical | `JETBRAINS_MONO`, `GOOGLE_SANS_CODE`, `SPACE_MONO` | | Editorial / high-fashion display | `PLAYFAIR_DISPLAY`, `BODONI_MODA`, `EB_GARAMOND` | | Condensed / bold impact | `B
Your coding agent writes decent code and designs terrible UI. stitch-kit fixes the second half — it wires agents into Google Stitch (text prompts → genuinely beautiful screens) and teaches them to drive it properly.
Repo: gabelul/stitch-kit
Audits Stitch-generated components for WCAG 2.1 AA accessibility issues and applies fixes — semantic HTML, ARIA attributes, keyboard navigation, focus…
Adds a purposeful animation layer to Stitch-generated components — CSS transitions, Framer Motion (React/Next.js), or Svelte transitions. Always respects…
Analyzes a Stitch project's screens and synthesizes a natural-language DESIGN.md — visual atmosphere, color palette with hex values, typography rules, and…
Extracts a Stitch design and generates production code artifacts — CSS custom properties with dark mode tokens, a Tailwind v4 @theme block, and a semantic…
Converts a Stitch screen, a local HTML file, or a URL into clean, platform-agnostic HTML5 + CSS — semantic markup, CSS custom properties for theming, dark mode…
Conversational design ideation agent that researches trends, explores visual directions, and refines ideas through adaptive questioning — then produces a rich…