npx claudepluginhub bendrucker/claude --plugin ui-designThis skill is limited to using the following tools:
Create wireframes for UI mockups with two approaches.
assets/form.htmlassets/form.svgassets/grid.htmlassets/grid.svgassets/login-screen.htmlassets/login-screen.svgassets/modal.htmlassets/modal.svgassets/nested-groups.htmlassets/nested-groups.svgassets/table.htmlassets/table.svgassets/two-column.htmlassets/two-column.svgreferences/html.mdreferences/svg.mdscripts/fixtures/element-out-of-bounds.svgscripts/fixtures/group-out-of-bounds.svgscripts/fixtures/hidden-div.htmlscripts/fixtures/missing-dimensions.svgCreates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Create wireframes for UI mockups with two approaches.
Wireframes are skeletal, black-and-white representations of UI layout. They focus on structure, content priority, and function—not visual design. No colors, no styling, minimal fidelity.
| Use | When | Render Script |
|---|---|---|
| SVG | Precise positioning, overlapping elements, custom shapes, artistic layouts | render.ts |
| HTML/Tailwind | Standard UI patterns (forms, grids, navigation, modals), flexbox layouts | render-html.ts |
Before creating any wireframe: Read the reference file for your chosen approach. The references contain required patterns, component examples, and the exact rendering workflow.
Use ONLY the provided render scripts. Do not improvise alternative methods (Chrome headless, third-party CLI tools, etc.).
| Format | Command |
|---|---|
| SVG | bun {SKILL_DIR}/scripts/render.ts [--scale N] <file.svg> [output.png] |
| HTML | bun {SKILL_DIR}/scripts/render-html.ts [--scale N] <file.html> [output.png] |
| Device | Width | Height |
|---|---|---|
| iPhone | 375 | 667 |
| iPad | 768 | 1024 |
| Desktop | 1280 | 800 |
| Mobile web | 360 | 640 |