claude-design

Generates self-contained HTML design artifacts like prototypes, decks, and landing pages in CLI environments.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill claude-design-yakeworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-design
Source: https://github.com/yakeworld/Synthos/tree/main/skills/extended/external-automation/creative/image-art/claude-design
Command: npx skills add https://github.com/yakeworld/Synthos --skill claude-design-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design work normally done in hosted design tools is hard to reproduce in CLI/API agent environments, often resulting in generic, low-fidelity mockups. This Skill brings a disciplined design process—context gathering, system definition, variant exploration, and verification—to produce high-quality local HTML artifacts. ## Core Features & Use Cases - Self-Contained HTML Artifacts: Produces single-file deliverables (landing pages, prototypes, slide decks, component labs) with inline CSS/JS that open directly in a browser. - Context-First Design Process: Reads brand docs, repo theme/token files, and screenshots before designing, and asks focused questions when high-fidelity work lacks context. - Skill Routing & Anti-Slop Rules: Coordinates with popular-web-designs for brand matching and design-md for token specs, while enforcing rules against filler content and generic SaaS layouts. - Use Case: Ask for a command palette prototype with two layout variants and a Tweaks panel; the Skill reads your repo's theme tokens, builds a self-contained HTML file, and reports exactly what was verified. ## Quick Start Ask the agent to design a high-fidelity landing page or interactive prototype as a self-contained HTML file, pointing it at any brand docs or repo theme files you have.

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 high-fidelity HTML prototype with an AI agent?

Provide a clear brief with audience, fidelity level, and any brand or repo context, then request a self-contained HTML artifact. The Skill reads your theme and token files first, defines a design system, builds the prototype with inline CSS/JS, and verifies the file before reporting the path.

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

claude-design drives the design process and produces rendered HTML artifacts. popular-web-designs supplies ready-to-paste visual systems for known brands like Stripe or Linear. design-md authors formal DESIGN.md token specification files rather than rendered pages.

Can this Skill implement designs directly in an existing code repository?

Yes. When asked to implement in a repo, it inspects actual source files—theme, tokens, global styles, and components—then generates code in the repo's real stack instead of forcing a standalone HTML artifact.

Does the Skill verify designs in a browser before reporting completion?

It verifies as much as the environment allows: file existence, complete HTML output, and syntax checks at minimum. Browser or screenshot checks are only claimed when those tools actually exist, and it never reports done without writing the file.

When should I not use this Skill for design work?

Do not use it for authoring DESIGN.md token specification files—use design-md instead. It also refuses high-fidelity, externally facing work with zero brand context when clarifying questions are not allowed, rather than producing a generic layout.