claude-design

Generates self-contained HTML design artifacts including landing pages, prototypes, and slide decks.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill claude-design-chensihakniroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-design
Source: https://github.com/Chensihakniroth/ANAKOT-AGENT/tree/main/skills/creative/claude-design
Command: npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill claude-design-chensihakniroth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing high-fidelity HTML artifacts in a CLI/API environment lacks the structured process and design taste of hosted design tools, often resulting in generic, low-quality output. This Skill provides a complete design workflow for producing polished local HTML deliverables. ## Core Features & Use Cases - Design Process Guidance: Scopes briefs, gathers brand and repo context, defines a design system (colors, type, spacing, motion), and produces conservative, strong-fit, and divergent variations. - Multiple Artifact Formats: Creates landing pages, interactive prototypes, 1920x1080 HTML slide decks with keyboard navigation, component labs, and motion studies as self-contained HTML files. - Quality and Verification Rules: Enforces anti-slop standards, accessibility requirements (44px hit targets, focus states, prefers-reduced-motion), and local verification before reporting completion. - Use Case: Ask for a landing page prototype for a new product, and receive a verified single-file HTML artifact with three layout variants and an in-page Tweaks panel for theme and density. ## Quick Start Ask the agent to design a landing page prototype for your product and save it as a self-contained HTML file.

Frequently Asked Questions about claude-design

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

FAQPage Schema
How do I create an HTML prototype with an AI agent?▼

Describe the brief, audience, and fidelity level, and the agent produces a self-contained HTML file with embedded CSS and JavaScript. The primary flow is made clickable with key states like hover, loading, empty, and error included where relevant.

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

claude-design provides the design process and taste for one-off 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 I generate an HTML slide deck with keyboard navigation?▼

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

Does this work inside an existing code repository?▼

Yes, when the user asks for implementation in a repo, the agent inspects theme, token, and component files first and generates code in the repo's actual stack instead of forcing a standalone HTML artifact.

When should I not use claude-design?▼

Do not use it for pure DESIGN.md token authoring; use design-md for that. It is also not the right choice when the user wants an exact clone of a known brand, where popular-web-designs is the better starting point.