quick-mockups
33
总安装量
33
周安装量
#6249
全站排名
安装命令
npx skills add https://github.com/civitai/civitai --skill quick-mockups
Agent 安装分布
claude-code
28
gemini-cli
24
opencode
24
codex
22
github-copilot
17
Skill 文档
Quick Mockups
Create multiple design mockups in parallel using the design-mockup agent.
Usage
When asked to create mockups for a feature:
-
Create the output directory if it doesn’t exist:
docs/working/mockups/<feature-name>/ -
Launch 3-5 parallel mockup agents using the Task tool with
subagent_type: design-mockup -
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:
- Feature name – What page/component to design
- Key requirements – What must be included
- Variation focus – What makes this variation unique
- 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
- List all created mockup files
- Summarize each variation’s approach
- 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