stitch-design-system

Extract semantic design tokens and CSS custom properties from Google Stitch projects.

38|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/gabelul/stitch-kit --skill stitch-design-system
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: stitch-design-system
Source: https://github.com/gabelul/stitch-kit/tree/main/skills/stitch-design-system
Command: npx skills add https://github.com/gabelul/stitch-kit --skill stitch-design-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually extracting design tokens, setting up CSS variables, and configuring Tailwind from Stitch-generated designs is time-consuming and prone to human error, leading to inconsistent implementation that deviates from the original design intent.

Core Features & Use Cases

  • Semantic Token Extraction: Pulls complete design token sets including colors, typography, spacing, motion, and elevation values directly from Stitch projects via the DesignTheme API or HTML analysis.
  • Production-Ready Code Generation: Creates importable CSS custom properties with full dark mode support, Tailwind v4 @theme blocks, and extended design system documentation for team alignment.
  • Use Case: For a team that just received a pixel-perfect Stitch design for a new SaaS dashboard, this skill automatically generates all required design system files so developers can start building components immediately without manually copying hex codes or configuring design tokens from scratch.

Quick Start

Use the stitch-design-system skill to extract all design tokens and generate production-ready CSS custom properties, Tailwind v4 theme blocks, and a design system document from your Stitch project [your-project-id] for your new web application.

Frequently Asked Questions about stitch-design-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract design tokens from a Stitch design project?โ–ผ

To extract design tokens from a Stitch project, use this skill to pull complete semantic token sets including colors, typography, spacing, motion, and elevation values directly from the DesignTheme API or HTML analysis.

Can I generate Tailwind v4 configuration from Stitch designs?โ–ผ

Yes, you can generate Tailwind v4 configuration from Stitch designs. The skill creates production-ready Tailwind v4 @theme blocks and CSS custom properties that align code implementation with the original Stitch design intent.

Does the Stitch design system skill support dark mode CSS variables?โ–ผ

Yes, the skill supports dark mode by generating importable CSS custom properties that include full dark mode support. This ensures consistent theming across your frontend application without manual variable configuration.

What frameworks are compatible with Stitch-generated design system code?โ–ผ

The generated design system code is compatible with Next.js, SvelteKit, and React Native projects. It provides importable artifacts like CSS variable sets and Tailwind theme blocks tailored for these frontend workflows.

What's the best way to sync design system tokens with a frontend codebase?โ–ผ

The best way to sync design tokens is to automatically extract semantic values from Stitch designs and generate production-ready CSS custom properties and extended documentation. This eliminates manual copying and ensures alignment with design intent.

Why should I avoid manual design token implementation from Stitch exports?โ–ผ

Manual implementation of design tokens from Stitch exports is time-consuming and prone to human error, leading to inconsistent implementation. Automating extraction prevents deviation from original design intent and speeds up component building.