claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

web-design

A Claude Code SKILL for designing beautiful, consistent web pages — spec first, code second.

Actively maintained
100/100
last commit 14 days ago
last release 3 months ago
releases 1
open issues 2
// install
git clone https://github.com/KAOPU-XiaoPu/web-design

web-design

A Claude Code SKILL for designing beautiful, consistent web pages — spec first, code second.


web-design landing page

✨ What it does

Feed the SKILL a PRD, a reference URL, or a screenshot — any combination works. It produces a readable, editable, portable DESIGN.md first. Only then does it generate the web code.

The result: UI, visuals, motion, and responsiveness that all land. Consistent across pages, portable across AI tools, editable by hand.

🧭 How it works

Phase A · Understand. Extracts design cues from PRD / URL / screenshot / keywords / brand name. A graceful fallback chain keeps it working even with sparse inputs.

Phase B · Produce DESIGN.md. A full 9-section spec: color · type · component · layout · motion · depth · do's & don'ts · responsive · accessibility. Once you approve it, the spec lives in your project and can be edited by hand.

Phase C · Generate code. Strictly follows the spec. Self-audits against a 100-score quality checklist. Diff-audits when a reference URL exists.

📦 Repository layout

web-design/
├── SKILL.md            # the skill itself (instructions for Claude)
├── references/         # design systems, style seeds, motion library,
│                       # interaction patterns, quality checklist
├── scripts/            # Playwright crawler, static token extractor,
│                       # Unsplash image fetcher
└── docs/               # landing page (served by GitHub Pages)
    ├── index.html
    ├── styles.css
    ├── app.js
    ├── DESIGN.md       # the page's own spec (produced by the SKILL itself)
    └── images/

🚀 Install

Clone into your Claude Code skills directory:

git clone https://github.com/KAOPU-XiaoPu/web-design ~/.claude/skills/web-design

Claude Code will auto-discover the SKILL the next time you start a session.

💻 Run the landing page locally

cd web-design/docs
python3 -m http.server 8000
# open http://localhost:8000

Opening index.html directly with file:// won't work — Google Fonts and the OGL ES module need an HTTP origin.

🙏 Credits

Motion effects on the landing page derive from work by David Haz:

Reference inspirations for the DESIGN.md structure draw from awesome-design-md (MIT).

📄 License

MIT — use it, fork it, ship it.


Built with ❤️ by @KAOPU-XiaoPu

Live Demo · Report Issues · Install

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

// faq

What is web-design?

A Claude Code SKILL for designing beautiful, consistent web pages — spec first, code second. . It is open-source on GitHub.

Is web-design free to use?

web-design is open-source under the MIT license, so it is free to use.

What category does web-design belong to?

web-design is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
573 stars
unclaimed
updated 15 days ago

// embed badge

web-design on Claudeers
[![Claudeers](https://claudeers.com/api/badge/web-design.svg)](https://claudeers.com/web-design)

// retro hit counter

web-design hit counter
[![Hits](https://claudeers.com/api/counter/web-design.svg)](https://claudeers.com/web-design)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how web-design connects across the ecosystem