QU

quick-mockups

This tool generates multiple UI design variations as structured HTML files based on a defined design system.

Install

mkdir -p .claude/skills/quick-mockups && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/874" && unzip -o skill.zip -d .claude/skills/quick-mockups && rm skill.zip

Installs to .claude/skills/quick-mockups

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Create multiple UI design mockups in parallel. Use when asked to create mockups, wireframes, or design variations for a feature. Creates HTML files using Mantine v7 + Tailwind following Civitai's design system.
210 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Generate multiple UI design variations
  • Create HTML mockups using Mantine v7 and Tailwind
  • Design grid, list, and masonry layouts
  • Prototype feature components
  • Include mobile-responsive variations

How it works

It launches multiple parallel agents to generate distinct UI variations based on a shared design system.

Inputs & outputs

You give it
Feature requirements and design context
You get back
Set of HTML mockup files

When to use quick-mockups

  • Create design wireframes
  • Compare UI layout variations
  • Prototype feature components
  • Generate UI mockups

About this skill

Quick Mockups

Create multiple design mockups in parallel using the design-mockup agent.

Usage

When asked to create mockups for a feature:

  1. Create the output directory if it doesn't exist:

    docs/working/mockups/<feature-name>/
    
  2. Launch 3-5 parallel mockup agents using the Task tool with subagent_type: design-mockup

  3. Each agent creates a unique variation with different:

    • Layout approaches (grid, list, masonry, cards)
    • Information hierarchy
    • Visual emphasis
    • Interaction patterns

Directory Structure

docs/working/mockups/
├── crucible-discovery/
│   ├── v1-grid-cards.html
│   ├── v2-featured-hero.html
│   ├── v3-compact-list.html
│   └── v4-masonry.html
├── crucible-rating/
│   ├── v1-side-by-side.html
│   ├── v2-stacked.html
│   └── v3-swipe.html
└── [feature-name]/
    └── [variation].html

Prompting Agents

When launching mockup agents, provide:

  1. Feature name - What page/component to design
  2. Key requirements - What must be included
  3. Variation focus - What makes this variation unique
  4. Reference context - Link to existing similar pages if helpful

Example prompt for agent:

Create a mockup for the Crucible Discovery page.

Requirements:
- List of active crucibles as cards
- Show: name, prize pool, time remaining, entry count
- Filter/sort controls (by prize, ending soon, newest)
- "Create Crucible" button

Variation: Grid layout with large hero card for featured crucible

Output to: docs/working/mockups/crucible-discovery/v1-featured-hero.html

After Creating Mockups

  1. List all created mockup files
  2. Summarize each variation's approach
  3. Ask user which direction to pursue or if they want more variations

Tips

  • Create variations that are meaningfully different, not just minor tweaks
  • Consider mobile layouts in at least one variation
  • Show realistic content (names, numbers, times)
  • Include empty states where relevant
  • Use the Civitai design patterns from .claude/agents/design-mockup.md

When not to use it

  • When creating final production-ready code instead of design prototypes

Prerequisites

Access to design-mockup subagent

Limitations

  • Mockups are for design exploration and not production code
  • Requires specific directory structure for output

How it compares

It produces multiple parallel design explorations simultaneously rather than a single iterative design approach.

Compared to similar skills

quick-mockups side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
quick-mockups (this skill)46moNo flagsIntermediate
ui-styling129moReviewBeginner
tailwind-design-system342moNo flagsIntermediate
figma224moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

ui-styling

mrgoonie

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

12132

tailwind-design-system

wshobson

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

3495

figma

openai

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

2266

design-system-patterns

wshobson

Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.

1157

interaction-design

wshobson

Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, or creating delightful user experiences.

1550

web-design-reviewer

github

This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.

750

Search skills

Search the agent skills registry