🐝 10 specialists. One Creative Director. Zero generic AI layouts. — Premium web design system for Claude Code. Next.js 15 + Tailwind v4 + shadcn/ui + 70 skills + Higgsfield.
SaferSkills independently audited hive_studio (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A premium web design system for Claude Code. Mobile-first · Originally designed · Emotionally strong · SEO + GEO ready · Lighthouse 95+.
First time here? Run through INSTALL.md, then read CLAUDE.md (Claude auto-loads it).
A repeatable, opinionated system to design and ship premium websites with Claude Code. Not a template — a workflow + a hive mind of 11 specialized agents + a Creative Director critic + 70+ design skills.
The system:
Built by @svetlanatotolina (AI Automation Specialist, Antwerp). MIT licensed — fork, adapt, ship your own work with it.
git clone https://github.com/[YOUR-USER]/[REPO].git web-design-studio
cd web-design-studio
bash _scripts/install-skills.sh # installs 70+ wds-* skills into ~/.claude/skills/See INSTALL.md for full prerequisites + MCP setup.
bash _scripts/new-project.sh acme-corpThen:
_projects/acme-corp/01-intake.md01_INTAKE/client-questionnaire.md with the client"Run phase 02 for acme-corp"
Claude reads 02_STRATEGY/README.md, dispatches brand-strategist, then routes to creative-director for the Gate 1 critique.
hive_studio/
├── CLAUDE.md ← Constitution (auto-loaded)
├── README.md ← You are here
│
├── 00_SYSTEM/ ← How the system works
│ ├── workflow.md ← ASCII flow diagram
│ └── skills-mcp-routing.md ← Which tool for which job
│
├── 01_INTAKE/
│ └── client-questionnaire.md ← The 30 indispensable questions
│
├── 02_STRATEGY/README.md ← Phase 02 instructions
├── 03_DESIGN/README.md ← Phase 03 (parallel: UX + Art + Content + Copy)
├── 04_BUILD/README.md ← Phase 04 (parallel: Frontend + Motion)
├── 05_SEO_GEO/README.md ← Phase 05 (parallel: SEO/GEO + Performance)
├── 06_QA/README.md ← Phase 06 cross-cutting QA
├── 07_DELIVERY/README.md ← Phase 07 delivery + handoff
│
├── _agents/ ← The Hive Mind (10 specialists + 1 CD)
│ ├── 00-orchestration.md ← How they work together
│ ├── 01-brand-strategist.md
│ ├── 02-ux-architect.md
│ ├── 03-art-director.md
│ ├── 03b-visual-producer.md ← Higgsfield / NanoBanana / imagegen
│ ├── 04-content-architect.md
│ ├── 05-copywriter.md
│ ├── 06-frontend-designer.md
│ ├── 07-motion-designer.md
│ ├── 08-seo-geo-strategist.md
│ ├── 09-performance-engineer.md
│ └── 10-creative-director.md ← THE CRITIC
│
├── _references/ ← Studio-wide visual library
│ ├── README.md
│ ├── inspiration-links.md ← Top sites by tier
│ ├── moodboards/ ← By style (swiss, editorial, etc.)
│ ├── screenshots/
│ ├── competitors/
│ ├── type-specimens/
│ └── color-systems/
│
├── _templates/ ← (Empty — populate as patterns emerge)
│
├── _projects/ ← Per-client folders (gitignored if you set up git)
│ └── [client-slug]/
│ ├── CLAUDE.md
│ ├── 01-intake.md
│ ├── 02-brand-dna.md
│ ├── 03-design/
│ ├── 04-build/
│ ├── 05-seo-geo/
│ ├── 06-qa/
│ ├── 07-delivery/
│ ├── _critiques/ ← CD critiques per gate
│ └── _refs/ ← Project-specific references
│
└── _scripts/
└── new-project.sh ← Scaffolds a new project01 INTAKE → 02 STRATEGY → 03 DESIGN → 04 BUILD → 05 SEO/GEO → 06 QA → 07 DELIVERY
↑ CD Gate 1 ↑ CD Gate 2 ↑ CD Gate 3 ↑ CD Gate 4Each phase has a README explaining how to dispatch its agents. Each gate has a Creative Director critique that produces APPROVE / REVISE / REJECT.
See 00_SYSTEM/workflow.md for the full visual.
| # | Agent | Role | Phase |
|---|---|---|---|
| 01 | brand-strategist | DNA, positioning | 02 |
| 02 | ux-architect | Mobile-first wireframes | 03 |
| 03 | art-director | Visual world | 03 |
| 03b | visual-producer | Higgsfield / NanoBanana / imagegen heroes | 03 |
| 04 | content-architect | Narrative structure | 03 |
| 05 | copywriter | Words | 03 |
| 06 | frontend-designer | Next.js + Tailwind + shadcn | 04 |
| 07 | motion-designer | Subtle premium motion | 04 |
| 08 | seo-geo-strategist | SEO + LLM optimization | 05 |
| 09 | performance-engineer | Lighthouse 95+ | 05 |
| 10 | creative-director | Critic at every gate | every |
Full specs in _agents/. Orchestration logic in _agents/00-orchestration.md.
Every site is judged on:
If any fails the CD review at the relevant gate → REVISE.
| Layer | Choice |
|---|---|
| Framework | Next.js 15 (App Router) |
| Styling | Tailwind CSS v4 |
| Components | shadcn/ui |
| Motion | Motion (Framer Motion) 11 |
| Scroll/3D when needed | GSAP + ScrollTrigger / React Three Fiber |
| Forms | react-hook-form + zod |
| Hosting | Vercel (default) |
| Backend (when needed) | Supabase |
| Analytics | Plausible or Vercel Analytics |
See full reasoning in CLAUDE.md section 4.
ui-ux-pro-max — 67 styles, 96 palettes, 57 type pairings (the master library)wds-modern-web-design — 2025 trends + principleswds-visual-foundations — typography / color / spacing theorymarketing:competitive-brief, marketing:seo-audit, marketing:campaign-plandesign:user-research, design:research-synthesiswds-design-system — extract DS from an existing URLwds-ds-creation — build a DS from scratchwds-landing-page — single landing page generatorfrontend-design:frontend-design — non-generic UIwds-nextjs-app-router — Next 15 patternswds-tailwind-theme + wds-tailwind-design-systemwds-shadcn-ui — shadcn install + compositionwds-react-patterns — React 19 perf ruleswds-web-components, wds-responsive, wds-responsive-prowds-design-loop — autonomous multi-page builderwds-motion-framer — Motion (default)wds-gsap — GSAP + ScrollTriggerwds-scroll-reveal — AOSwds-locomotive — smooth scrollwds-r3f — React Three Fiberwds-3d-lite — Vanta / vanilla-tiltwds-lottie — Lottiewds-interaction — microinteraction theorywds-microinteraction-spec — trigger/rules/feedback specwds-microinteractions-book — Microinteractions book principleswds-animation-principles — Disney-style animation ruleswds-motion-system — motion design tokenswds-react-view-transitions — React View Transitions APIproduction-manager subagent + Playwright MCP) — cinematic premium heroesproduction-manager) — fast iterationwds-imagegen-web — one ref-image per sectionwds-brandkit — brand-guidelines boardswds-image-to-code — image-first pipelineanthropic-skills:canvas-design — static PNG/PDF artwds-positioning — Obviously Awesome (April Dunford)wds-mom-test — customer interviewswds-personas + wds-jtbd — audience modelingwds-cro — conversion rate optimization auditwds-cialdini — 6 principles of ethical persuasionwds-stickiness — Made to Stick SUCCESs frameworkwds-contagious — STEPPS viralitywds-hooked-model — habit-forming product loopswds-norman — Don Norman foundationswds-lean-ux — hypothesis-driven UXwds-heuristic-eval — Nielsen's heuristicswds-a11y — WCAG 2.2 auditdesign:accessibility-review — WCAG 2.1 AA passwds-design-review — design quality auditdesign:design-critique — structured feedbackmarketing:brand-review — voice consistencydesign:ux-copy — microcopymarketing:draft-content — long-form copywds-seo-local — LocalBusiness schemagsc — Google Search Console00_SYSTEM/skills-mcp-routing.md)Once a project exists, just speak naturally:
| You say | Claude does |
|---|---|
| "Start a project for acme" | Runs new-project.sh acme and walks you through intake |
| "Run intake for acme" | Opens questionnaire, fills 01-intake.md with your answers |
| "Run phase 02 for acme" | Dispatches brand-strategist + CD Gate 1 |
| "Run design for acme" | Parallel-dispatches UX + Art + Content, then copywriter, then CD Gate 2 |
| "Build acme" | Phase 04 — frontend + motion + CD Gate 3 |
| "SEO + perf for acme" | Phase 05 — SEO/GEO + perf engineer + CD Gate 4 |
| "Ship acme" | Phase 07 — delivery + Notion push + handoff |
| "Just critique acme's home page" | Spawns CD with Playwright to open and review |
Claude reads CLAUDE.md every time, so the rules are always in force.
MIT — see LICENSE. Fork it, adapt it, ship better sites with it.
See CONTRIBUTING.md. PRs for new skill integrations, agent improvements, and CD critique enhancements welcome.
This studio aggregates the best Claude Code skills from the community. Massive credit to:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.