ck:stitch

Generate UI designs from text prompts and export as HTML, Tailwind CSS, or DESIGN.md.

1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-stitch-tnhoang2708
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:stitch
Source: https://github.com/TNHoang2708/Gym_Ver2/tree/main/.claude/skills/stitch
Command: npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-stitch-tnhoang2708

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @google/stitch-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an end-to-end solution for generating high-fidelity UI designs, exporting them in multiple formats, and orchestrating the design-to-code pipeline, streamlining the process of UI design and prototyping.

Core Features & Use Cases

  • AI-Generated UI Designs: Create UI designs from text prompts using AI.
  • Export Formats: Generate designs in HTML, Tailwind CSS, and DESIGN.md format.
  • Design-to-Code Pipeline: Orchestrate design generation and integrate with existing UI skills for a complete solution.
  • Use Case: Use this Skill to create a checkout page UI design from a text description and then export it in HTML format for integration into a web application.

Quick Start

To generate a design from a text prompt, run:

npx tsx scripts/stitch-generate.ts "A checkout page with payment form and cart summary"

Frequently Asked Questions about ck:stitch

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

FAQPage Schema
How do I generate UI designs from text prompts using AI?

Yes, you can export AI-generated UI designs as semantic HTML. This allows direct integration of the high-fidelity design output into web applications, ensuring the generated code is structured and ready for further development.

Does this AI design tool support exporting to Tailwind CSS?

Yes, this AI design tool supports exporting to Tailwind CSS. It generates high-fidelity UI designs from text prompts and allows you to export the resulting layouts directly in Tailwind CSS format for immediate web integration.

Can I get a design specification for AI-generated UI layouts?

Yes, you can export a design specification file (DESIGN.md) for AI-generated UI layouts. This text-based specification documents the generated design details for collaboration and guides subsequent code integration.

What is the best way to turn a text description into a checkout page UI?

The best way to turn a text description into a checkout page UI is using an AI generation script. By inputting a prompt like "A checkout page with payment form and cart summary," the system automatically generates a high-fidelity design ready for export.

Do I need the Stitch SDK to orchestrate the design-to-code pipeline?

Yes, you need the Stitch SDK dependency to orchestrate the design-to-code pipeline. It provides the underlying framework required to automatically generate UI designs and export them in formats like HTML and Tailwind CSS.