Generate UI designs using Google Stitch AI with optimized prompts
/plugin marketplace add nguyenthienthanh/aura-frog/plugin install aura-frog@aurafrogThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/design-checklist.mdreferences/export-guide.mdreferences/prompt-templates.mdCategory: Design Skill Version: 1.0.0 Used By: ui-designer
Generate professional UI designs using Google Stitch AI. This skill creates optimized prompts, guides users through the Stitch workflow, and processes exported code for integration.
Stitch URL: https://stitch.withgoogle.com
stitch_info[1]{engine,limits,export}:
Gemini 2.5 Flash/Pro,350 gen/month (Standard),Figma paste or HTML/CSS
Ask user for:
Load template from: references/prompt-templates.md
Select template matching app type:
Fill template with gathered requirements.
Generate review document and save to:
.claude/workflow/stitch-design-review-{project-name}.md
Include:
Provide:
After user provides exported code:
# Design Review: {project_name}
## Overview
- **Date:** {date}
- **Type:** {design_type}
- **Tool:** Google Stitch AI
- **Status:** Pending Review
---
## Design Specifications
### Requirements Summary
{requirements_summary}
### Stitch Prompt Used
\`\`\`
{stitch_prompt}
\`\`\`
---
## Review Checklist
### Visual Design
- [ ] Color palette matches brand guidelines
- [ ] Typography is consistent and readable
- [ ] Spacing and alignment are uniform
- [ ] Icons are consistent in style
- [ ] Images/illustrations are appropriate
### UX/Usability
- [ ] Navigation is intuitive
- [ ] CTAs are prominent and clear
- [ ] Information hierarchy is logical
- [ ] Forms are user-friendly
- [ ] Error states are considered
### Technical
- [ ] Layout is responsive
- [ ] Components are reusable
- [ ] Accessibility basics covered
- [ ] Performance considerations
### Brand Alignment
- [ ] Matches existing brand identity
- [ ] Consistent with other products
- [ ] Appropriate for target audience
---
## Export Instructions
### Option 1: Figma Export (Recommended)
1. Click "Paste to Figma" in Stitch
2. Open Figma, paste (Cmd/Ctrl+V)
3. Organize layers and frames
4. Share Figma link for review
### Option 2: Code Export
1. Click "Export Code" in Stitch
2. Copy HTML/CSS
3. Share code for integration
---
## Approval
| Stakeholder | Status | Date | Notes |
|-------------|--------|------|-------|
| Design Lead | Pending | | |
| Product Manager | Pending | | |
| Developer | Pending | | |
---
## Next Steps
1. [ ] Review generated designs in Stitch
2. [ ] Select best variant
3. [ ] Export to Figma/Code
4. [ ] Get stakeholder approval
5. [ ] Integrate into codebase
workflow[5]{step,action,output}:
1,Gather requirements,Requirements doc
2,Generate prompt,Optimized Stitch prompt
3,Create review doc,.claude/workflow/stitch-design-review-*.md
4,Guide user,Instructions + link
5,Process export,Component code
design_types[5]{type,use_case,template}:
dashboard,Admin panels; analytics,references/prompt-templates.md#dashboard
landing,Marketing; product pages,references/prompt-templates.md#landing
mobile,iOS/Android screens,references/prompt-templates.md#mobile
ecommerce,Product; cart; checkout,references/prompt-templates.md#ecommerce
forms,Multi-step wizards,references/prompt-templates.md#forms
references/prompt-templates.md - Optimized prompts by design typereferences/design-checklist.md - Detailed review checklistreferences/export-guide.md - How to export from StitchRemember: Stitch has no API - user must manually paste prompt and export results.
Version: 1.0.0
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.