claude-design

Generate self-contained HTML design artifacts including landing pages, prototypes, decks, and component explorations.

Updated May 13, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent-body --skill claude-design-superfhp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-design
Source: https://github.com/superfhp/lumi-agent-body/tree/main/skills/creative/claude-design
Command: npx skills add https://github.com/superfhp/lumi-agent-body --skill claude-design-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing high-fidelity one-off artifacts (landing pages, prototypes, slide decks) in CLI/API environments lacks the structured process and taste of hosted design tools, often resulting in generic, low-quality output. ## Core Features & Use Cases - Structured Design Workflow: Guides the agent through brief understanding, context gathering from repos and brand docs, design-system definition, variant exploration, and verification before delivery. - Self-Contained HTML Artifacts: Produces portable single-file HTML with embedded CSS/JS, including decks with keyboard navigation, prototypes with key states, and in-page Tweaks panels persisted via localStorage. - Anti-Slop Design Rules: Enforces typography, color, layout, motion, and content discipline to avoid generic AI design patterns like gradient backgrounds and filler sections. - Use Case: Ask for a landing page for a new product; the skill inspects your repo's tokens and components, produces three design variants (conservative, strong-fit, divergent) as a verified local HTML file, and reports the exact path. ## Quick Start Ask the agent to design a landing page or interactive prototype as a self-contained HTML file based on your brand materials or repo.

Frequently Asked Questions about claude-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a landing page prototype as a single HTML file?▼

Describe the brief, audience, and any brand materials, and the skill produces a self-contained HTML file with embedded CSS and JavaScript. It typically generates three variants (conservative, strong-fit, divergent) and reports the exact file path after verification.

What is the difference between claude-design, popular-web-designs, and design-md?▼

claude-design provides design process and taste for from-scratch artifacts, popular-web-designs supplies ready-to-paste design systems matching known brands like Stripe or Linear, and design-md authors formal DESIGN.md token spec files. They can be combined within one workflow.

Can it build HTML slide decks with keyboard navigation?▼

Yes, decks use a fixed 1920x1080 canvas scaled to the viewport with keyboard navigation, visible slide count, and localStorage persistence of the current slide. Text is kept at 24px or larger and slides stay sparse by design.

Does it work with an existing repo's design system?▼

Yes, it inspects theme files, tokens, global stylesheets, and component source before designing, lifting exact spacing, radii, and color values. For repo implementation tasks it follows the repo's actual stack instead of forcing a standalone HTML artifact.

When should I not use this skill for design work?▼

Do not use it for authoring DESIGN.md token spec files; use design-md instead. Also avoid it when the user wants an exact clone of a known brand, where popular-web-designs is the better fit.