claude-design

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

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittb-dev/zerogravityclaw --skill claude-design-brittb-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-design
Source: https://github.com/brittb-dev/zerogravityclaw/tree/main/src/hermes-core/skills/creative/claude-design
Command: npx skills add https://github.com/brittb-dev/zerogravityclaw --skill claude-design-brittb-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing high-fidelity UI artifacts in a CLI/API environment often produces generic, templated-looking output because agents lack a structured design process. This Skill provides a complete design workflow — from brief scoping and context gathering to surface selection, variation exploration, and slop auditing — so the resulting HTML artifacts look deliberately designed rather than auto-generated. ## Core Features & Use Cases - Surface-First Composition: Commits to one of seven surface archetypes (Monitor, Operate, Compare, Configure, Decide/Learn, Explore, Command/Inspect) before choosing any visual tokens, eliminating the default hero-plus-three-cards layout. - Structured Workflow: Covers brief understanding, repo/brand context gathering, design-system definition, format selection (static board, prototype, deck, component lab, motion study), building, and verification. - Slop Diagnostic: A 10-point self-audit that scores common AI design tells (tech gradients, feature-tile grids, glassmorphism, default Inter type) and maps each tell to the correct repair strategy. - Use Case: Ask for a landing page for a new developer tool. The Skill inspects your repo's existing tokens and components, produces three variants (conservative, strong-fit, divergent) as a self-contained HTML file with an optional Tweaks panel, and verifies the file renders without console errors. ## Quick Start Ask the agent to design a landing page or interactive prototype as a self-contained HTML file, providing any brand docs, screenshots, or repo paths for visual context.

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 brief describing the audience, fidelity level, and any brand materials or repo paths. The Skill gathers visual context, commits to a surface archetype, builds a self-contained HTML file with embedded CSS and JS, and verifies it renders before reporting the file path.

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. design-md authors formal DESIGN.md token spec files. They can be combined within one workflow.

Can this Skill implement designs in an existing React or Next.js repo?▼

Yes. When the user asks for implementation in an existing repo, the Skill inspects the repo's theme files, tokens, and components, then generates code in the repo's actual stack instead of forcing a standalone HTML artifact.

How does the Skill avoid generic AI-looking design output?▼

It enforces a surface-first composition rule and runs a ten-point slop diagnostic scoring tells like tech gradients, feature-tile grids, glassmorphism, and default typefaces. Compositional tells trigger re-layout, while cosmetic tells trigger recoloring or re-typesetting.

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

Do not use it for pure DESIGN.md token authoring — use design-md for that. It is also unnecessary for small tweaks to existing artifacts or when the user only needs a known brand's visual style, which popular-web-designs handles directly.