stitch-export

Installation
SKILL.md

Export a feature as a Stitch-ready screen specification: $ARGUMENTS

$ARGUMENTS should include:

  • The feature, flow, or page set to specify (e.g., "user onboarding flow", "course detail page", "settings dashboard", "checkout experience")
  • Optionally: scope constraints ("just the signup screens", "only the main dashboard")
  • Optionally: device target ("mobile-first", "desktop", "tablet")
  • Optionally: output path for the generated markdown
  • Empty — ask the user which feature to export

Purpose

This skill produces a screen-by-screen feature specification — a complete description of what each screen does, what content it contains, and how users move between screens, without prescribing how it should look or what components to use. The output is structured so each screen spec can be pasted directly into Stitch's generate_screen_from_text prompt.

Include: Screen purpose, content inventory, user actions, navigation flows, data requirements, business rules, edge cases, empty/error states, placeholder content direction.

Exclude: CSS, design tokens, color palettes, component names, animation specs, layout patterns, typography choices, spacing values, visual style direction. Stitch makes those decisions.

Before Starting

Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
stitch-export — joshuashepherd/my-skills