stitch-ui-design-variants
$
npx mdskill add partme-ai/full-stack-skills/stitch-ui-design-variantsGenerates three distinct Stitch design variant prompts for A/B testing and creative exploration based on a base spec.
- Helps users explore multiple style, layout, or content options for Stitch screens efficiently.
- Integrates with Stitch tools and requires Read and Write permissions for operation.
- Decides recommendations by applying predefined logic rules for layout, style, or content variations.
- Presents results as a list of three distinct prompts for immediate use.
SKILL.md
.github/skills/stitch-ui-design-variantsView on GitHub ↗
---
name: stitch-ui-design-variants
description: "Generate alternative Stitch design variant prompts for A/B testing and creative exploration. Use when the user wants multiple style, layout, or content options for a Stitch screen. Takes a base Design Spec or prompt and produces 3 distinct variants (layout, style, or content variations)."
allowed-tools: "stitch*:*, Read, Write"
---
# Stitch Design Variants
This skill acts as a **Variant Generator**. It takes a base design and produces alternative prompts to explore different creative directions.
## Input
* **Base Spec**: The original Design Spec or Prompt.
* **Variant Type**:
* `LAYOUT`: Keep style, change structure.
* `STYLE`: Keep structure, change theme/colors.
* `CONTENT`: Keep design, change text/data.
## Output Format (List of Strings)
A list of 3 distinct prompts.
## Logic Rules
### 1. Layout Variants
* *Variant A*: Standard layout.
* *Variant B*: Split screen or asymmetrical layout.
* *Variant C*: Minimalist/Hidden navigation layout.
### 2. Style Variants
* *Variant A*: Original Theme.
* *Variant B*: Inverted Theme (Light <-> Dark).
* *Variant C*: High Contrast / Monochromatic.
## Validation
Ensure each variant is **sufficiently distinct**: different layout structure (for LAYOUT), different color palette (for STYLE), or different content/copy (for CONTENT). If two variants look too similar, regenerate the weaker one.
## Example: Style Variants for a Dashboard
**Input**: "Desktop SaaS dashboard. Dark mode. Blue primary (#2563EB). Sidebar nav."
**Output**:
1. "Desktop SaaS dashboard. Dark mode with deep navy background (#0f172a). Primary blue (#2563EB) for CTAs. Sidebar navigation. Cards with subtle border glow. High-contrast text (#f8fafc)."
2. "Desktop SaaS dashboard. Light mode with clean white background (#ffffff). Primary blue (#2563EB) for CTAs. Sidebar navigation. Cards with soft gray (#f1f5f9) backgrounds and subtle shadows."
3. "Desktop SaaS dashboard. High-contrast monochrome with pure black background (#000000). Accent electric blue (#3b82f6) for active states only. Sidebar navigation. Minimal chrome, maximum data density."
## References
- [Examples](examples/usage.md)
More from partme-ai/full-stack-skills
- adobe-xd"Guides creation of UI/UX designs, interactive prototypes, reusable components, and design specs in Adobe XD. Use when the user asks about Adobe XD artboards, prototype links, repeat grids, component states, design tokens export, or developer handoff."
- angular"Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features."
- ansible"Provides comprehensive guidance for Ansible automation including playbooks, roles, inventory, and module usage. Use when the user asks about Ansible, needs to automate IT tasks, create Ansible playbooks, or manage infrastructure with Ansible."
- ant-design-mini"Builds mini-program UIs with Ant Design Mini components for Alipay and WeChat mini-programs. Covers Button, Form, List, Modal, Tabs, NavBar, and 60+ components with theme customization and CSS variable theming. Use when the user needs to create mini-program interfaces with Ant Design Mini, configure themes, or implement mini-program-specific UI patterns."
- ant-design-mobile"Builds React mobile UIs with Ant Design Mobile (antd-mobile) components including Button, Form, List, Modal, Picker, Tabs, PullToRefresh, InfiniteScroll, and 50+ mobile-optimized components. Use when the user needs to create mobile-first React interfaces, implement mobile navigation, forms, or data display with Ant Design Mobile."
- ant-design-react"Builds enterprise React UIs with Ant Design (antd) including 60+ components (Button, Form, Table, Select, Modal, Message), design tokens, TypeScript support, and ConfigProvider theming. Use when the user needs to create React applications with Ant Design, build forms with validation, display data tables, or customize the Ant Design theme."
- ant-design-vueProvides comprehensive guidance for Ant Design Vue (AntDV) component library for Vue 3. Covers installation, usage, API reference, templates, and all component categories. Use when building enterprise-class UI with Vue 3 and Ant Design.
- api-doc-generator"Generate API documentation by scanning Controller classes, extracting endpoint URLs, HTTP methods, parameters, and response structures, then producing standardized docs from templates. Use when the user explicitly mentions generating API documentation, creating API docs, scanning interfaces, or documenting REST APIs. Do not trigger for generic documentation requests without explicit API mention."
- appium"Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts."
- ascii-ansi-colorizer"Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback. Use when the user wants to colorize terminal output, add rainbow effects to CLI text, or style ASCII art with ANSI colors."