design-import

Convert Google Stitch designs into implementation-ready design specs.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/supermalang/ai-augmented-coding --skill design-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-import
Source: https://github.com/supermalang/ai-augmented-coding/tree/main/.claude/skills/design-import
Command: npx skills add https://github.com/supermalang/ai-augmented-coding --skill design-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction between a generated UI design and a codebase by converting Stitch output into a clear, implementation-ready design spec that follows the project's conventions.

Core Features & Use Cases

  • Design extraction: Pulls structured colors, typography, layout, and state information from Google Stitch outputs.
  • Convention mapping: Reconciles imported design choices with the project's approved component library, Tailwind theme, accessibility rules, and design language.
  • Implementation handoff: Writes a spec under docs/design and updates DESIGN.md so the next step can be handled cleanly by the coding workflow.
  • Use case: A product designer supplies a new screen concept, and this Skill turns it into a precise spec that engineers can implement without copying raw generated markup.

Quick Start

Ask the skill to import the target Stitch frame and produce a design spec for it in docs/design using the project's existing conventions.

Frequently Asked Questions about design-import

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

FAQPage Schema
How do I convert Google Stitch designs into build-ready UI specs?

To convert Google Stitch designs into build-ready UI specs, use a design import workflow that extracts design tokens, maps components, and reconciles conventions. This translates generated output into a precise specification for engineers without copying raw markup.

What is design handoff from Stitch to a Tailwind codebase?

Design handoff from Stitch to a Tailwind codebase is the process of translating generated UI layouts into implementation-ready specs. It involves extracting colors and typography to match your Tailwind theme and approved component library conventions.

How do I extract design tokens from Google Stitch output?

You extract design tokens from Google Stitch output by pulling structured colors, typography, layout, and state information from the design frames. These tokens are then mapped against your project's existing design language and accessibility rules.

Do I need Stitch MCP access to generate implementation-ready design specs?

Yes, you need Stitch MCP access to generate implementation-ready design specs. The import workflow requires MCP connectivity to pull structured design data, alongside your project's design rules and a linked DESIGN.md index entry.

Can I map Stitch UI components to my existing Tailwind theme conventions?

Yes, you can map Stitch UI components to your existing Tailwind theme conventions. The import process reconciles imported design choices with your approved component library, Tailwind theme, and accessibility rules to ensure codebase consistency.

What is the best way to document Stitch design specs for downstream engineering?

The best way to document Stitch design specs for downstream engineering is writing a spec under docs/design and updating the DESIGN.md index. This ensures the coding workflow can cleanly implement the UI without engineers copying raw generated markup.