gabelul/stitch-kit Skills
(18)Browse AI agent skills from gabelul/stitch-kit for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
stitch-a11y
gabelul/stitch-kit
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.
stitch-animate
gabelul/stitch-kit
Adds a purposeful animation layer to Stitch-generated components — CSS transitions, Framer Motion (React/Next.js), or Svelte transitions. Always respects prefers-reduced-motion.
stitch-design-md
gabelul/stitch-kit
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.
stitch-design-system
gabelul/stitch-kit
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.
stitch-html-components
gabelul/stitch-kit
Converts Stitch designs 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.
stitch-loop
gabelul/stitch-kit
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.
stitch-mcp-apply-design-system
gabelul/stitch-kit
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.
stitch-mcp-create-design-system
gabelul/stitch-kit
Creates a reusable Stitch Design System from theme tokens — colors, fonts, roundness, saturation. Can be applied to future screens for visual consistency.
stitch-mcp-create-project
gabelul/stitch-kit
Creates a new Stitch project container (a design workspace). Call this when starting a new design session to get a projectId for screen generation.
stitch-mcp-delete-project
gabelul/stitch-kit
Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling.
stitch-mcp-edit-screens
gabelul/stitch-kit
Edits existing Stitch screens with text prompts — the iteration tool. Change colors, layout, content, or style without regenerating from scratch. Supports refinement loops via output_components suggestions.
stitch-mcp-generate-screen-from-text
gabelul/stitch-kit
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.
stitch-mcp-generate-variants
gabelul/stitch-kit
Generates design variants of existing Stitch screens using the native variant API. Explore alternative layouts, color schemes, fonts, or content with configurable creativity levels.
stitch-mcp-get-project
gabelul/stitch-kit
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.
stitch-mcp-get-screen
gabelul/stitch-kit
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.
stitch-mcp-list-design-systems
gabelul/stitch-kit
Lists all Stitch Design Systems, optionally filtered by project. Returns asset names needed for apply and update operations.
stitch-mcp-list-projects
gabelul/stitch-kit
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.
stitch-mcp-list-screens
gabelul/stitch-kit
Lists all screens in a Stitch project. Use this after generate_screen_from_text to find the screenId of the newly generated screen, then call stitch-mcp-get-screen to retrieve it.