π¨ Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui β no mockups needed.
An OpenClaw/Claude Code skill that generates bold, memorable web designs from plain text requirements. No Figma, no wireframes β just describe what you want.
Key Features:
- π« Anti-AI-slop β Explicit guidance to avoid generic designs (no Inter, no purple gradients, no centered layouts)
- π± Mobile-first patterns β Responsive CSS that actually works
- β‘ Two workflows β Vite (pure static) or Next.js (Vercel deploy)
- π§© shadcn/ui components β 10 common components pre-installed, add more with CLI
- π¦ Single-file bundling β Bundle entire sites to one HTML file
- π Composable guardrails β Pair with
design-taste-frontendfor stricter anti-slop enforcement while this skill stays the workflow/generator layer
# OpenClaw
openclaw skill install frontend-design-ultimate
# Claude Code (copy to .claude/skills/)
git clone https://github.com/kesslerio/frontend-design-ultimate-clawhub-skill.git ~/.claude/skills/frontend-design-ultimateJust describe what you want:
Build a SaaS landing page for an AI writing tool. Dark theme,
editorial typography, subtle grain texture. Pages: hero with
animated demo, features grid, pricing table, FAQ accordion, footer.
The skill will:
- Commit to a bold aesthetic direction
- Choose distinctive typography (no Inter!)
- Build with React + Tailwind + shadcn/ui
- Apply mobile-first responsive patterns
- Output production-ready code
| Generic AI | This Skill |
|---|---|
| Inter font everywhere | Distinctive typography choices |
| Purple gradients | Context-appropriate palettes |
| Centered layouts | Intentional spatial composition |
| No animations | Orchestrated motion |
| Solid backgrounds | Atmospheric textures |
- Anthropic's frontend-design β Design philosophy, anti-AI-slop guidance
- Anthropic's web-artifacts-builder β React+Tailwind+shadcn scaffolding
- Community frontend-design-v2 β Mobile-first responsive patterns
bash scripts/init-vite.sh my-site
cd my-site
npm run dev
# Build
npm run build
# Bundle to single HTML
bash scripts/bundle-artifact.shbash scripts/init-nextjs.sh my-site
cd my-site
npm run dev
# Deploy
vercel- SKILL.md β Main skill instructions
- references/design-philosophy.md β Anti-AI-slop manifesto
- references/mobile-patterns.md β Responsive CSS patterns
- references/shadcn-components.md β Component quick reference
- templates/site-config.ts β Editable content config example
- Node.js 18+
- npm
Apache 2.0 β See LICENSE
Built on the shoulders of:
Made with π¨ by Kessler.io