gabelul/stitch-kit

Your coding agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, screen generation, design systems, production components.

43Stars on the repository
42Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

stitch-a11y

01

gabelul/stitch-kit

Skill Claude CodeCodex

Audits Stitch-generated components for WCAG 2.1 AA accessibility issues and applies fixes — semantic HTML, ARIA attributes, keyboard navigation, focus management, and screen reader support.

43 1mo ago A 43 tokens original Apache-2.0

stitch-animate

02

gabelul/stitch-kit

Skill Claude CodeCodex

Adds a purposeful animation layer to Stitch-generated components — CSS transitions, Framer Motion (React/Next.js), or Svelte transitions. Always respects prefers-reduced-motion.

43 1mo ago A 39 tokens original Apache-2.0

stitch-design-md

03

gabelul/stitch-kit

Skill Claude CodeCodex

Analyzes a Stitch project's screens and synthesizes a natural-language DESIGN.md — visual atmosphere, color palette with hex values, typography rules, and Stitch-ready prompt snippets. Use this before stitch-loop or any multi-page build to establish design consistency.

43 1mo ago A 53 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Extracts a Stitch design and generates production code artifacts — CSS custom properties with dark mode tokens, a Tailwind v4 @theme block, and a semantic design system document. Run this before framework conversion skills.

43 1mo ago A 47 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

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 via prefers-color-scheme, mobile-first responsive, zero framework dependencies. Works in browsers, WebViews, Capacitor, and Ionic. Only the Stitch route needs…

43 1mo ago A 79 tokens original Apache-2.0

stitch-ideate

06

gabelul/stitch-kit

Skill Claude CodeCodex

Conversational design ideation agent that researches trends, explores visual directions, and refines ideas through adaptive questioning — then produces a rich PRD document and auto-generates Stitch screens. Your design buddy that thinks deeply before designing.

43 1mo ago A 51 tokens original Apache-2.0

stitch-loop

07

gabelul/stitch-kit

Skill Claude CodeCodex

Iteratively build multi-page websites using Stitch. Reads next-prompt.md (the baton), generates the next page with Stitch MCP, integrates it into the site, then updates next-prompt.md to continue the loop. Works with stitch-design-md and stitch-ui-prompt-architect for consistent multi-page output.

43 1mo ago A 65 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Applies a Stitch Design System to existing screens — updates their colors, fonts, and roundness to match the design system's theme. Requires an assetId from list or create operations.

43 1mo ago A 46 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Creates a Stitch Design System from a DESIGN.md that was already uploaded with stitch-mcp-upload-design-md. Second half of a two-step pair — the upload must happen first.

43 1mo ago A 46 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Creates a reusable Stitch Design System from theme tokens — colors, fonts, roundness. Can be applied to future screens for visual consistency.

43 1mo ago A 35 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Creates a new Stitch project container (a design workspace). Call this when starting a new design session to get a projectId for screen generation.

43 1mo ago A 35 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling.

43 1mo ago A 29 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Edits existing Stitch screens with text prompts — the iteration tool. Change colors, layout, content, or style without regenerating from scratch. Supports refinement loops via outputcomponents suggestions.

43 1mo ago A 44 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Generates a high-fidelity UI screen or wireframe from a text prompt using Stitch. This is the core text-to-UI generation tool — the heart of the Stitch workflow.

43 1mo ago A 46 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Generates design variants of existing Stitch screens using the native variant API. Explore alternative layouts, color schemes, fonts, or content with configurable creativity levels.

43 1mo ago A 39 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Retrieves metadata for a specific Stitch project — title, theme, create/update time. Use to inspect a project before generating new screens. Do NOT use this if you already have a screenId — use stitch-mcp-get-screen instead.

43 1mo ago A 54 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Retrieves full details of a specific Stitch screen — HTML download URL, screenshot URL, dimensions. This is the final step in design retrieval before code conversion.

43 1mo ago A 38 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Lists all Stitch Design Systems, optionally filtered by project. Returns asset names needed for apply and update operations.

43 1mo ago A 30 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Lists all Stitch projects accessible to the user. Use this to find an existing project ID before resuming work or generating new screens in an existing project.

43 1mo ago A 38 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Lists all screens in a Stitch project. Use this after generatescreenfromtext to find the screenId of the newly generated screen, then call stitch-mcp-get-screen to retrieve it.

43 1mo ago A 45 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Updates an existing Stitch Design System's theme, tokens, or guidelines. Requires the asset name from create or list operations.

43 1mo ago A 32 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Uploads a DESIGN.md file to a Stitch project as the first half of turning it into a Stitch Design System. Always paired with stitch-mcp-create-design-system-from-design-md, which must be called immediately after.

43 1mo ago A 50 tokens original Apache-2.0

gabelul/stitch-kit

Skill Claude CodeCodex

Converts a Stitch screen, a local HTML file, or a URL into production-ready Next.js 15 App Router components — Server vs Client split, dark mode via CSS variables, TypeScript strict, ARIA, and responsive mobile-first layout. Only the Stitch route needs an API key.

43 1mo ago A 64 tokens original Apache-2.0

stitch-orchestrator

24

gabelul/stitch-kit

Skill Claude CodeCodex

Master entry point for all Stitch design workflows. Routes from user request → design spec → prompt assembly → screen generation → iteration (edit, variants, design systems) → design system extraction → framework conversion (Next.js, Svelte, HTML, React Native, or SwiftUI) → optional quality pass.

43 1mo ago A 66 tokens original Apache-2.0