Design Explorer — Design skill for Claude Code
Claude Code skill for iterative design exploration.
How to install Design Explorer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open houshuang/design-explorer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Design Explorer does
Claude Code skill for iterative design exploration. Full-screen carousel with keyboard voting, notes, and optional voice transcription.
Alternatives in Design
- Brainstorming — Transform rough ideas into fully-formed designs through structured questioning and alternative exploration 27.9k ★
- CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
- Design Present — Generate an interactive HTML presentation from Figma screens — annotated walkthrough with transitions, speaker 309 ★
README
Design Explorer
A [Claude Code skill](https://code.claude.com/docs/en/skills) for iterative design exploration. Generate diverse HTML mockups, review them in a full-screen carousel, and give structured feedback with keyboard shortcuts.
How it works
- You describe what you want designed (a landing page, a dashboard, a component)
- Claude registers a workspace with the global singleton server (starts it if needed)
- Claude writes down fixed constraints and variation axes, then generates 5 mockups (3–4 when converging) as separate files
- A local server serves them in a full-screen carousel with live updates
- You review with keyboard shortcuts: arrow keys to navigate, ↑/↓ to vote, notes, optional voice
- Press
Cto submit feedback — it's written tofeedback-round-N.mdand Claude, waiting on that file, picks it up automatically - Claude iterates — editing liked mockups, removing disliked ones, adding new variants
- Repeat until you're happy
**Global singleton**: One server on `127.0.0.1:10000` serves all projects. Each exploration uses its own mockup directory (`/tmp/claude/design-explorer/mockups/--`) and gets its own tab in the browser UI, so two sessions in the same repo never clobber each other.
**Feedback-driven sessions**: All mockups written before you submit feedback belong to one round. When you press `C` (submit), the session closes — any new mockups from Claude's next iteration automatically start a new round. No manual session management needed.
**Auto-focus**: The browser automatically switches to the workspace and session with the most recent file additions.
**Feedback file**: When you submit feedback, it's written to `{mockupDir}/feedback-round-N.md` (one file per round, each heading naming the mockup file) AND copied to clipboard. Claude waits for the file — no need to paste.
Install
# Clone into your Claude Code skills directory
git clone https://github.com/houshuang/design-explorer.git ~/.claude/
Related Skills
3D Collectible Hero
Build a single full-viewport hero section in React + TypeScript + Vite + Tailwind CSS, using lucide-react for
Kai Review Legal Doc
Full legal-document review — orchestrates Saul (legal) and Steve (content) in parallel, with optional visual c
Film Maker
A Claude Code skill that turns a one-sentence premise into a full cinematic reel, short film, or multi-episode
3D Studio Pricing
Create a full-screen hero section with a looping video background and a pricing card overlay. Use React with T
Sprite Stack Campfire Exploded
Create a single self-contained HTML file using only HTML, CSS, and JavaScript. No build tools or external asse
Sprite Stack Turntables
Create a single self-contained HTML file using only HTML, CSS, and JavaScript. No build tools or external asse
Related Agents
Codealive Context Explorer
Iterative code exploration across indexed repositories using CodeAlive semantic search, grep, artifact fetch,
Dse Orchestrator
Iterative Design Space Exploration orchestrator. Manages Phase 1→3 with deep algorithm study, architecture can
API Explorer
API-focused exploration agent that systematically discovers and documents API endpoints with full request/resp