design-lab
Catalogue stub — full skill: 0xdesign/design-plugin
Decision tree
Run this before any exploratory design session:
Is the full skill already installed? Check:
~/.design-agent-skills/skills/design-lab/SKILL.mdexists AND does NOT contain adas:block.- Yes → invoke
design-laband proceed - No → go to step 2
- Yes → invoke
Do you have shell access?
- Yes → run the install command below, then invoke the skill
- No → show the install command; in Claude Code, send it as a chat message starting with
!— add-gfor global install or omit for project-only
Install command
npx skills add 0xdesign/design-plugin --skill design-lab
Or per-agent:
- Claude Code:
claude skills add 0xdesign/design-plugin - Cursor/OpenCode:
npx skills add 0xdesign/design-plugin --skill design-lab
Invoke after install
- Skill name:
design-lab - Trigger phrases: "design lab", "design exploration", "design variants", "iterative design"
What it does
Runs an interactive design exploration session by first conducting a brief design interview to understand constraints and intent, then generating multiple distinct UI variants. Gathers structured feedback on each variant and iterates until a direction is confirmed and ready for implementation.