stitch-swiftui-components

Convert Stitch mobile designs into native iOS SwiftUI view code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually translating Stitch mobile designs to native iOS SwiftUI code is time-consuming and error-prone, requiring deep knowledge of SwiftUI layout syntax, Apple's Human Interface Guidelines, Xcode project structure, and design token implementation. This skill automates the entire translation process, eliminating manual rework and ensuring compliance with iOS development standards.

Core Features & Use Cases

  • Automated Layout Mapping: Converts HTML/CSS flex, grid, and absolute positioning patterns from Stitch mobile designs to native SwiftUI VStack, HStack, ZStack, and LazyVGrid layouts with correct spacing and sizing.
  • Production-Ready Xcode Project Generation: Creates a complete Xcode project structure with theme tokens, semantic color assets for light/dark mode, reusable component views, and proper navigation (TabView, NavigationStack) out of the box.
  • Use Case: For a product team that uses Stitch to prototype mobile app designs, this skill converts a finished Stitch mobile screen for a food delivery app into a fully functional, accessible SwiftUI view ready for Xcode testing and production iteration.

Quick Start

Use the stitch-swiftui-components skill to convert your attached Stitch mobile design into a complete, runnable Xcode SwiftUI project with proper layout, theme tokens, and accessibility support.

Frequently Asked Questions about stitch-swiftui-components

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

FAQPage Schema
How do I convert Stitch mobile designs to native iOS SwiftUI views?

This skill automates converting Stitch mobile designs to native iOS SwiftUI views by mapping HTML/CSS layouts to SwiftUI syntax, extracting design tokens, and ensuring Apple Human Interface Guidelines compliance.

Does converting Stitch designs to SwiftUI support light and dark mode color assets?

Yes, converting Stitch designs to SwiftUI supports light and dark mode by generating semantic color assets for Xcode projects, ensuring proper theme token implementation and dynamic type requirements are met.

Can I map HTML/CSS flex and grid layouts from Stitch to SwiftUI stacks?

Yes, you can map HTML/CSS flex, grid, and absolute positioning patterns from Stitch designs directly to native SwiftUI VStack, HStack, ZStack, and LazyVGrid layouts with correct spacing and sizing.

What iOS version is required for SwiftUI code generated from Stitch designs?

SwiftUI code generated from Stitch designs requires iOS 16+ development standards, satisfying Apple Human Interface Guidelines touch target and dynamic type requirements for native iOS implementation.

Does the generated Xcode project from Stitch include navigation patterns like TabView and NavigationStack?

Yes, the generated Xcode project from Stitch includes proper navigation patterns like TabView and NavigationStack out of the box, along with reusable component views and theme tokens ready for testing.