A comprehensive collection of Claude Code skills for building world-class websites. These skills work together as an integrated design system — from visual philosophy and responsive patterns to full website rebuild pipelines.
Built by Jesse Anglen at Ruh AI.
These are Claude Code skills — structured instructions that give Claude deep expertise in specific domains. Drop them into your ~/.claude/skills/ directory and Claude gains the ability to build production-grade websites with agency-level quality.
The system is designed to produce sites that pass the AI Slop Test: if someone looked at the output and was told "AI made this," they wouldn't believe it.
The core visual design philosophy. Defines how to make bold, distinctive interfaces that avoid generic AI aesthetics.
Key concepts:
- Bold aesthetic direction — pick an extreme and commit
- Typography: distinctive font pairings (with a banned font list)
- Color systems with CSS custom properties
- Motion: CSS-only animations, staggered reveals, scroll-triggered effects
- Spatial composition: asymmetry, overlap, grid-breaking layouts
- Visual depth: textures, gradients, layered compositions
Use when: Building any UI component, page, or application.
Mobile-first layout patterns, breakpoint systems, fluid typography, and container queries.
Key concepts:
- Standard breakpoint system (640/768/1024/1280/1536px)
- Mobile-first with
min-widthmedia queries only - CSS Grid auto-responsive patterns (no media queries needed)
- Fluid typography with
clamp() - Container queries for component-level responsiveness
- Responsive images with
srcsetand<picture> - Testing checklist for all viewport sizes
Use when: Any UI that must work across mobile, tablet, and desktop.
Reviews UI code against Vercel's Web Interface Guidelines for compliance.
How it works:
- Fetches latest guidelines from Vercel's repo
- Reads specified files
- Checks against all rules
- Outputs findings in
file:lineformat
Use when: Reviewing or auditing existing UI code.
10 pre-built professional themes with color palettes and font pairings, plus custom theme generation.
Available themes:
- Ocean Depths — Professional maritime
- Sunset Boulevard — Warm, vibrant
- Forest Canopy — Natural earth tones
- Modern Minimalist — Clean grayscale
- Golden Hour — Rich autumnal
- Arctic Frost — Cool winter
- Desert Rose — Soft, sophisticated
- Tech Innovation — Bold, modern
- Botanical Garden — Fresh, organic
- Midnight Galaxy — Dramatic, cosmic
Use when: Styling slides, docs, reports, HTML pages, or any artifact that needs a cohesive theme.
The full-power website rebuild agent. Takes an existing URL and rebuilds it from scratch into a $20K+ agency-quality site.
14-phase process:
- Visual Inspection & Brand Extraction
- Data Scraping & Content Classification
- Comprehensive SEO Audit
- Design & UX/UI Audit
- Rebuild Plan
- Build the Website
- Copy Audit & Optimization
- QA Round 1 — Functional & Content
- QA Round 2 — Copy & Messaging
- QA Round 3 — Final Visual & Polish 11a. Competitive Tools Research Sprint 11b. Client-Facing Tools Build
- QA Round 4 — Tools QA
- Pre-Deployment Checklist
- Deploy to Vercel
Tech stack: Astro 5.x + Tailwind CSS v4, deployed to Vercel via GitHub.
Reference files included:
design-rules.md— Non-negotiable visual design rulesaccessibility-spec.md— WCAG AA specification with contrast requirementsphase-details.md— Detailed instructions for all 14 phasesnano-banana.md— AI image enhancement via OpenRouter
Scripts included:
contrast-check.js— WCAG contrast ratio verification tool
Use when: Rebuilding any existing website from scratch.
Streamlined version of the website rebuild, optimized for speculative local business pitches.
10-phase process (removes tools research/build, consolidates QA to 1 round):
- Brand Extraction
- SEO Audit
- Design & UX Audit
- Rebuild Plan
- Build the Website
- Copy Audit & Optimization
- Combined QA
- Pre-Deploy Checklist
- Prepare for Deployment
- Summary
Key features:
- Image Selection Protocol — detailed rules for choosing culturally appropriate, business-specific images
- Text-over-image contrast enforcement (the #1 accessibility failure)
- Local SEO with Google Business schema
- Monorepo output structure for prospect pipeline
Use when: Building speculative websites for local businesses you want to pitch.
Premium tri-lingual website builder for Azerbaijani businesses. Every site ships in Azerbaijani, Russian, and English.
8-phase process:
- Data Gathering (website scrape, social media, or interview)
- Brand Development (logo, colors, typography)
- Content Strategy & Site Architecture
- Image Curation
- Build the Website
- Copy & Translation
- QA (Combined Round)
- Deployment
Key features:
- Tri-lingual i18n system (directory-based:
/az/,/ru/,/en/) - Complete i18n utility (
i18n.ts) with language switcher component - Pre-built JSON string files for all 3 languages
- Font verification for Latin Extended + Cyrillic support
- Azerbaijani cultural design guide (colors, imagery, business types)
- Interview questionnaire for businesses with no online presence
- Logo generation via NanoBanana 2 (Google Gemini API)
Reference files included:
design-rules.md— Azerbaijan-specific design rulesaccessibility-spec.md— WCAG AA speci18n-spec.md— Complete i18n routing, components, and JSON stringsazerbaijani-design-guide.md— Cultural design considerationsinterview-questionnaire.md— Structured business interviewnano-banana-logo.md— Logo generation with Gemini API
Use when: Building websites for businesses in Azerbaijan.
Produces structured DESIGN.md files from scratch for any business. Takes business context (name, industry, brand personality, existing colors) and generates a complete 9-section design system specification.
Key features:
- Step-by-step generation for all 9 DESIGN.md sections
- Cross-references design-rules.md to enforce banned fonts/colors/layouts
- WCAG AA contrast verification built into the workflow
- Azerbaijan-specific extensions (Section 10: Multi-Lingual Considerations)
- Validation checklist ensuring completeness
Use when: Any build pipeline needs a structured design system. Invoked during the planning phase of website-rebuild, local-business-rebuild, and azerbaijan-website-build.
Not a skill — a shared reference library containing the DESIGN.md format specification and 10 curated brand reference files from real websites.
Organized by aesthetic category:
| Category | Brands | Best For |
|---|---|---|
| Luxury Minimal | Stripe, Apple | Fintech, premium SaaS, cinematic |
| Warm Editorial | Airbnb, Notion | Hospitality, marketplace, productivity |
| Dark Premium | Linear, Vercel | Developer tools, ultra-precise |
| Bold Energetic | Nike, Spotify | Retail, entertainment, high-energy |
| Clean Professional | Shopify, Wise | E-commerce, professional services |
Key files:
design-md-format.md— The DESIGN.md format specification and blank templatedesign-md-index.md— Index of all references with selection guide
Based on VoltAgent/awesome-design-md. Files fetched via npx getdesign@latest add [brand].
# Clone the repo
git clone https://github.com/lotfb86/web-design-skills.git
# Copy all skills to your Claude Code skills directory
cp -r web-design-skills/01-frontend-design ~/.claude/skills/frontend-design-anthropic
cp -r web-design-skills/02-responsive-design ~/.claude/skills/responsive-design
cp -r web-design-skills/03-web-design-guidelines ~/.claude/skills/web-design-guidelines
cp -r web-design-skills/04-theme-factory ~/.claude/skills/theme-factory
cp -r web-design-skills/05-website-rebuild ~/.claude/skills/website-rebuild
cp -r web-design-skills/06-local-business-rebuild ~/.claude/skills/local-business-rebuild
cp -r web-design-skills/07-azerbaijan-website-build ~/.claude/skills/azerbaijan-website-build
cp -r web-design-skills/08-design-system-generator ~/.claude/skills/design-system-generator
# Copy the shared reference library (used by all build skills)
cp -r web-design-skills/00-design-references ~/.claude/skills/00-design-referencesCopy only the skill folders you need. Each skill is self-contained (reference files are included in each skill's directory).
Read the SKILL.md files directly for design patterns, code snippets, and best practices — even without Claude Code.
frontend-design-anthropic (visual philosophy)
|
+-- 00-design-references/ (DESIGN.md format spec + brand reference library)
| |
| +-- design-md-format.md (template + 9-section schema)
| +-- design-md-index.md (10 brands indexed by aesthetic)
| +-- references/by-aesthetic/ (Stripe, Apple, Airbnb, Nike, Linear, etc.)
|
+-- design-system-generator (produces DESIGN.md from business context)
|
+-- responsive-design (layout patterns, sub-skill)
|
+-- web-design-guidelines (validation/review)
|
+-- theme-factory (theming system + DESIGN.md extended themes)
|
+-- website-rebuild (14-phase pipeline → produces DESIGN.md at Phase 5b)
|
+-- local-business-rebuild (10-phase → produces DESIGN.md at Phase 4)
|
+-- azerbaijan-website-build (8-phase → produces DESIGN.md at Phase 2)
Flow: During planning, rebuild skills invoke frontend-design-anthropic → read reference DESIGN.md files → produce a project-specific DESIGN.md via design-system-generator. During build, the DESIGN.md is the single source of truth for all visual implementation. During QA, web-design-guidelines validates the output.
All three build pipelines now produce a structured DESIGN.md during their planning phase:
- website-rebuild → Phase 5b generates DESIGN.md after the Rebuild Plan
- local-business-rebuild → Phase 4 generates DESIGN.md as part of the Design Commitment
- azerbaijan-website-build → Phase 2 generates DESIGN.md (with Section 10: Multi-Lingual) after the Brand Card
The DESIGN.md format captures the complete design system in 9 sections: Visual Theme, Color Palette, Typography, Component Stylings, Layout Principles, Depth/Elevation, Do's/Don'ts, Responsive Behavior, and Agent Prompt Guide. Based on the format from VoltAgent/awesome-design-md.
| Component | Choice |
|---|---|
| Framework | Astro 5.x |
| Styling | Tailwind CSS v4 (Vite plugin) |
| Images | Astro <Image> component (WebP/AVIF optimization) |
| Fonts | @fontsource (self-hosted) |
| SEO | @astrojs/sitemap + JSON-LD |
| Transitions | Astro View Transitions (zero JS) |
| Deploy | Vercel via GitHub |
| Package Manager | npm |
Every skill in this system shares these principles:
- The AI Slop Test — If it looks like AI made it, redesign.
- Bold aesthetic direction — Pick an extreme and commit. No safe, generic middle ground.
- Banned fonts — Inter, Roboto, Arial, Helvetica, Space Grotesk, Lato, Open Sans, Source Sans Pro.
- WCAG AA mandatory — Every color combination verified computationally, not visually.
- Break the grid — No two consecutive sections share the same layout pattern.
- Visual depth — Textures, gradients, overlaps, shadows. Never flat solid backgrounds.
- Copy sells — Every page is a sales tool. Hook, Problem, Solution, Proof, Action.
- Performance — Lighthouse 95+. Static HTML, zero JS by default, optimized images.
web-design-skills/
00-design-references/ # Shared reference library (not a skill)
README.md # What this is, how to use it
design-md-format.md # DESIGN.md template + 9-section schema
design-md-index.md # Index of all references by aesthetic
references/
by-aesthetic/
luxury-minimal/
stripe.md # Stripe DESIGN.md
apple.md # Apple DESIGN.md
warm-editorial/
airbnb.md # Airbnb DESIGN.md
notion.md # Notion DESIGN.md
dark-premium/
linear.md # Linear DESIGN.md
vercel.md # Vercel DESIGN.md
bold-energetic/
nike.md # Nike DESIGN.md
spotify.md # Spotify DESIGN.md
clean-professional/
shopify.md # Shopify DESIGN.md
wise.md # Wise DESIGN.md
01-frontend-design/
SKILL.md # Core visual design philosophy
02-responsive-design/
SKILL.md # Mobile-first patterns & breakpoints
03-web-design-guidelines/
SKILL.md # UI review against Vercel guidelines
04-theme-factory/
SKILL.md # Theme application system
themes/ # Simple themes (4 colors + 2 fonts)
arctic-frost.md
botanical-garden.md
...10 themes
design-md/ # Extended themes (full DESIGN.md format)
arctic-frost.md
botanical-garden.md
...10 themes
05-website-rebuild/
SKILL.md # Full 14-phase rebuild (+ Phase 5b DESIGN.md)
references/
accessibility-spec.md
design-rules.md
nano-banana.md
phase-details.md
scripts/
contrast-check.js
06-local-business-rebuild/
SKILL.md # Streamlined 10-phase (+ Phase 4 DESIGN.md)
references/
accessibility-spec.md
design-rules.md
07-azerbaijan-website-build/
SKILL.md # Tri-lingual pipeline (+ Phase 2 DESIGN.md)
references/
accessibility-spec.md
azerbaijani-design-guide.md
design-rules.md
i18n-spec.md
interview-questionnaire.md
nano-banana-logo.md
scripts/
contrast-check.js
08-design-system-generator/
SKILL.md # Produces DESIGN.md from business context
These skills are shared for use with Claude Code. Use them, adapt them, build on them.