stitch::manage-design-system

Create and apply Stitch design systems from DESIGN.md via MCP tools.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill stitch-manage-design-system
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stitch::manage-design-system
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/design/manage-design-system
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill stitch-manage-design-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stitch design system management unifies asset retrieval, design-system creation, and consistent application across screens in Stitch using MCP tools.

Core Features & Use Cases

  • Retrieve project metadata and assets, generate design tokens, and assemble a design system in Stitch.
  • Create or update design systems from a DESIGN.md-like source, then apply them to multiple screens within a project.
  • Update or refine tokens and apply design changes across project iterations.

Quick Start

Create or update a Stitch design system from your design source and apply it to the target screens.

Frequently Asked Questions about stitch::manage-design-system

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

FAQPage Schema
How do I automate design system creation and apply it across multiple Stitch screens?▼

You can automate your Stitch design system by uploading a DESIGN.md source to generate design tokens, then applying the system to target screens using apply_design_system with project IDs retrieved via get_project.

What is the MCP workflow for managing Stitch design systems?▼

The MCP workflow for Stitch design systems involves uploading design specifications via DESIGN.md, creating the system with create_design_system_from_design_md, and pushing designs to screens using apply_design_system with proper project IDs.

Can I update existing design tokens and push changes to multiple projects in Stitch?▼

Yes, you can update or refine design tokens in your Stitch design system and apply the changes across project iterations to maintain consistency across multiple screens and assets.

How do I retrieve project assets and metadata before creating a Stitch design system?▼

You retrieve project metadata and assets using MCP tools like get_project, which provides the proper IDs needed to assemble and apply your design system to the correct screens.

Does managing Stitch design systems require a DESIGN.md file?▼

Yes, a DESIGN.md-like source is required as the input format to create or update your Stitch design system using the create_design_system_from_design_md function.

What's the best way to keep design systems consistent across Stitch project iterations?▼

The best way to maintain consistency is to orchestrate asset retrieval, generate unified design tokens, and apply the centralized design system across all target screens within your Stitch projects.