site-redesign
Instantly creates premium single-page business websites without frameworks or build steps.
Install
mkdir -p .claude/skills/site-redesign && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15508" && unzip -o skill.zip -d .claude/skills/site-redesign && rm skill.zipInstalls to .claude/skills/site-redesign
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate a premium single-file HTML/CSS/JS website redesign for a local business. Uses a mix-and-match design system with 10 palettes, 10 font pairings, and 5 layouts for unlimited unique combinations.Key capabilities
- →Read current website content from a URL
- →Select a unique palette, font, and layout combination
- →Search Unsplash for relevant business photos
- →Verify photo URLs return a 200 status
- →Generate a single index.html file
- →Log the design combination used
How it works
The skill reads existing website content, selects a unique design combination from predefined palettes, fonts, and layouts, finds and verifies relevant images, then generates a single HTML file with all CSS and JS embedded.
Inputs & outputs
When to use site-redesign
- →Redesigning local business sites
- →Building quick landing pages
About this skill
Skill: Site Redesign
What This Skill Does
Takes a local business's existing website content and generates a single index.html file that looks like a $5,000+ custom design. No build step. No framework. Deploys instantly to Vercel.
Installation
Claude Code
Place this file at .agent/skills/site-redesign/SKILL.md. Claude Code auto-loads it.
OpenClaw
Paste the contents of this file into your system prompt. Use the website prompt from prompts/website_prompt_v1.md as your generation template.
How to Invoke
/site-redesign
Reads qualifying leads from qualify_results.json automatically and processes all YES entries.
Or for a single business:
/site-redesign https://zennailbar.com
What the Agent Does
For each lead where qualify === "YES":
- Reads their current website content with
read_url_content - Checks
sites/build-log.mdto avoid repeating a design combo - Picks a unique palette + font + layout combination
- Searches Unsplash for 2–3 photos relevant to the business type
- Verifies each photo URL loads (200 status) before using it
- Generates a complete
index.htmlusing the design system below - Saves to
sites/{business-slug}/index.html - Logs the combo used in
sites/build-log.md
Architecture Rules (NEVER BREAK)
- One file only — all CSS in
<style>, all JS in<script>, no separate files - No frameworks — no React, no Vue, no Tailwind build, no npm
- CDN only — Google Fonts, GSAP, Lucide Icons
- No placeholder text — write real copy from the scraped business data
- 6 sections always — Navbar, Hero, Services, Philosophy, Contact, Footer
- Dynamic copyright year — never hardcode the year. Use
new Date().getFullYear()in JS to set it
Required CDN scripts
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/lucide@latest"></script>
DESIGN SYSTEM
Pick ONE from each column. Never repeat the same combo. Check sites/build-log.md first.
COLOR PALETTES
Dark:
| Code | Name | Values |
|---|---|---|
| P1 | Warm Night | --bg:#080A0C --card:#111518 --accent:#C9A87C --text:#F2EDE8 --muted:#8A8B8D |
| P2 | Deep Teal | --bg:#0A1014 --card:#121A1F --accent:#5EADB5 --text:#E8F0F2 --muted:#7A9098 |
| P3 | Noir Plum | --bg:#0C080E --card:#16111A --accent:#A8748E --text:#F0EBF0 --muted:#8A7E8C |
| P4 | Slate Ember | --bg:#0D0E10 --card:#161819 --accent:#C47A4A --text:#ECE8E4 --muted:#8B8985 |
| P5 | Midnight Forest | --bg:#070B09 --card:#0F1612 --accent:#4CA879 --text:#E8F2EC --muted:#7A8E82 |
Light:
| Code | Name | Values |
|---|---|---|
| P6 | Cream & Sage | --bg:#F5F1EC --card:#FFFFFF --accent:#5B7A5E --text:#1A1A1A --muted:#6B6B6B |
| P7 | Blush Editorial | --bg:#FAFAF8 --card:#FFFFFF --accent:#BF8B8B --text:#2D2D2D --muted:#888888 |
| P8 | Warm Ivory | --bg:#F8F4EF --card:#FFFDF9 --accent:#B8860B --text:#1C1914 --muted:#7A7468 |
| P9 | Cloud Lavender | --bg:#F6F4F9 --card:#FFFFFF --accent:#7B68AE --text:#22202A --muted:#7E7A88 |
| P10 | Pearl Marine | --bg:#F2F6F8 --card:#FFFFFF --accent:#3D7A8A --text:#1A2528 --muted:#6B7E85 |
FONT PAIRINGS
| Code | Sans (Body) | Serif (Display) | Mood |
|---|---|---|---|
| F1 | Outfit 300–700 | Cormorant Garamond italic | Elegant luxury |
| F2 | DM Sans 400–700 | Playfair Display italic | Classic editorial |
| F3 | Inter 300–700 | Lora italic | Clean modern |
| F4 | Sora 300–700 | Instrument Serif italic | Tech luxury |
| F5 | Plus Jakarta Sans 300–700 | Fraunces italic | Warm editorial |
| F6 | Manrope 300–700 | Bodoni Moda italic | High fashion |
| F7 | Space Grotesk 400–700 | Crimson Pro italic | Contemporary |
| F8 | Nunito Sans 300–700 | Libre Baskerville italic | Approachable classic |
| F9 | Figtree 300–700 | Noto Serif Display italic | Bold editorial |
| F10 | Rubik 300–700 | EB Garamond italic | Timeless warmth |
Google Fonts URL pattern:
<link href="https://fonts.googleapis.com/css2?family=FONT_PARAMS&display=swap" rel="stylesheet">
LAYOUTS
| Code | Hero | Cards | Navbar |
|---|---|---|---|
| L1 | Content bottom-left | 3-column grid | Pill-shaped floating |
| L2 | Centered text | 2-column zig-zag | Slim top-bar |
| L3 | Split-screen 50/50 | Horizontal divider rows | Full-width thin bar |
| L4 | Center-aligned stack | Full-width horizontal cards | Thin line top |
| L5 | Asymmetric 60/40 | Masonry 2-column | Thick bar, large logo |
PHOTOS (Unsplash — free, dynamic search)
Do NOT use a fixed photo bank. Instead, find photos relevant to each specific business.
How to find photos:
- Determine the business type and category (e.g. nail salon, wedding venue, med spa)
- Search Unsplash for relevant terms:
https://unsplash.com/s/photos/{search-term} - Pick 2–3 photos that are relevant to what the business actually does
- Use the direct image URL format:
https://images.unsplash.com/photo-{ID}?w={width}&h={height}&fit=crop&q=80
Rules:
- Photos must be relevant to the business — a nail salon gets nail photos, a wedding venue gets wedding photos
- Use at least 2 photos per site, max 3
- Before using any photo, verify it loads by fetching
https://images.unsplash.com/photo-{ID}?w=400&q=60and confirming a 200 status (not 404). Unsplash photos can be removed at any time. - If a photo returns 404, find a replacement — never leave a broken image in the final site
- The hero photo should be high impact and relevant to the business atmosphere
QUALITY STANDARDS (always applied)
- GSAP scroll-triggered fade-up animations on all sections
- Noise texture overlay (
opacity: 0.04dark /0.02light) - Magnetic button hover (
scale(1.03),translateY(-1px)) - Responsive at 375px mobile and 1440px desktop
- Clickable
tel:andmailto:links - Navbar transitions on scroll
JS Safety — prevent invisible cards
/* Always include this */
.service-card { opacity: 1 !important; }
// Always init Lucide before GSAP
try { lucide.createIcons(); } catch(e) {}
gsap.registerPlugin(ScrollTrigger);
Output
- File:
sites/{business-slug}/index.html - Log entry appended to:
sites/build-log.md
Slug format: lowercase, hyphenated. Zen Nail Bar → zen-nail-bar
When not to use it
- →When a multi-page website is required
- →When separate CSS or JS files are needed
- →When using frameworks like React or Vue
Limitations
- →Only generates a single HTML file
- →Does not use any JavaScript frameworks or build tools
- →Requires all CSS and JS to be embedded directly in the HTML file
How it compares
This workflow generates a complete, self-contained HTML file without external dependencies or build steps, unlike manual web development that often involves multiple files and frameworks.
Compared to similar skills
site-redesign side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| site-redesign (this skill) | 0 | 2mo | No flags | Intermediate |
| theme-factory | 61 | 3mo | No flags | Beginner |
| brand-guidelines | 9 | 3mo | No flags | Beginner |
| canvas-design | 26 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
theme-factory
anthropics
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
brand-guidelines
anthropics
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
canvas-design
anthropics
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
game-art
davila7
Game art principles. Visual style selection, asset pipeline, animation workflow.
interactive-portfolio
davila7
Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, designer portfolios, creative portfolios, and portfolios that convert visitors into opportunities. Use when: portfolio, personal website, showcase work, developer portfolio, designer portfolio.
windows-3-1-web-designer
erichowens
Expert in authentic Windows 3.1 aesthetic for modern web applications. Creates pixel-perfect retro UI with beveled borders, system gray palettes, and program manager styling. Use for retro-themed web apps, 90s desktop aesthetics, nostalgic landing pages, pixel-art adjacent experiences. Activate on "windows 3.1", "retro ui", "beveled borders", "win31", "program manager", "90s aesthetic", "pixel art", "hotdog stand". NOT for vaporwave aesthetics (neon gradients, glowing text), glassmorphism, macOS/iOS styling, flat design, material design.