stitch-iterate
Installation
SKILL.md
Iterate on Stitch screens: $ARGUMENTS
$ARGUMENTS should include:
- What to change (e.g., "add a search bar to the library screen", "show empty state for the dashboard", "add user role badges")
- A project ID or project name to identify which project
- Optionally: specific screen IDs to edit
- Optionally: device type override
- Empty — ask the user what they want to refine
Purpose
This skill edits existing Stitch screens using edit_screens. It's for refinement — adjusting content, adding missing functionality, correcting states, or changing what a screen does — without regenerating from scratch.
Use this when:
- A generated screen is missing content or actions
- The screen needs additional states (empty, error, loading)
- Business rules need to be reflected in the screen
- The user wants to add, remove, or change functionality
- Content needs to be more realistic or domain-specific