Claude Wireframe Skill
Description
A Claude Code skill that generates B&W UX wireframe prototypes as interactive HTML files
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-wireframe-skill
A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill that generates 5 UX prototypes as B&W wireframes, then adds Clean and Polished color variants via parallel agents.
Installation (First Time)
Open up the terminal and run this command:
mkdir -p ~/.claude/skills
git clone https://github.com/Magdoub/claude-wireframe-skill.git ~/.claude/skills/wireframe
Or manually: download [`SKILL.md`](SKILL.md) and place it at `~/.claude/skills/wireframe/SKILL.md`.
Update (If you already have it installed)
Open up the terminal and run this command
git -C ~/.claude/skills/wireframe fetch origin && git -C ~/.claude/skills/wireframe reset --hard origin/main
What it does
- Generates 5 UX approaches (1 safe extension of your design system + 4 exploratory)
- B&W wireframes appear first (~40-60s), then 5 parallel agents add color variants
- Each option has 3 sub-tabs: Wireframe (B&W) / Clean (flat color) / Polished (gradients, shadows, animation)
- Prototypes are interactive: working tabs, accordions, hover states, all inside a browser-frame mockup
- On first run, scans your CSS, JS, templates + screenshots to build persistent design context
- Extracts optimization goals from your prompt ("more conversions", "reduce clutter", etc.)
- Includes a summary tab with scoring table and a recommended option
How it works
- Phase 1 (~40-60s): generates 5 B&W wireframes in a single HTML file, opens it in your browser
- Phase 2 (parallel): 5 agents each write CSS color variants (Clean + Polished) for their option
- Sub-tabs turn colorful as each option's variants finish, no page reload needed
After running `/wireframe improve the design of my header landing it looks crammed`
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://