Skip to content

aivansoul/hive_studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐝 hive_studio

10 specialists. One Creative Director. Zero generic AI layouts.

A premium web design system for Claude Code. Mobile-first Β· Originally designed Β· Emotionally strong Β· SEO + GEO ready Β· Lighthouse 95+.

License: MIT Skills: 70+ Agents: 11 Stack: Next.js 15

First time here? Run through INSTALL.md, then read CLAUDE.md (Claude auto-loads it).


What this is

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:

  • Forces a real intake before any design happens (30 indispensable questions)
  • Dispatches 11 specialized agents (the hive mind) that work in parallel
  • Routes a Creative Director critic at every gate to find blind spots β€” verdict APPROVE / REVISE / REJECT is binding
  • Defaults to Next.js 15 + Tailwind v4 + shadcn/ui + Motion + GSAP/R3F when needed
  • Generates premium hero imagery via Higgsfield (or NanoBanana for fast iteration)
  • Bakes in SEO + GEO (Generative Engine Optimization for LLM citation) from phase 1
  • Won't let you ship below Lighthouse 95+ mobile

Built by @svetlanatotolina (AI Automation Specialist, Antwerp). MIT licensed β€” fork, adapt, ship your own work with it.


Quick start

0. One-time setup

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.

1. Start a new client project

bash _scripts/new-project.sh acme-corp

Then:

  1. Open _projects/acme-corp/01-intake.md
  2. Run the questionnaire from 01_INTAKE/client-questionnaire.md with the client
  3. When intake is complete + greenlit, tell Claude:

    "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.


Folder map

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 project

The 7 phases

01 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 4

Each 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.


The Hive Mind

# 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.


The 5 non-negotiables

Every site is judged on:

  1. Original β€” no generic AI layouts
  2. Emotionally strong β€” first scroll produces a felt reaction
  3. Conversion-engineered β€” every section earns its scroll
  4. SEO + GEO ready β€” ranks on Google AND gets cited by LLMs
  5. Mobile-first, Lighthouse 95+ β€” non-negotiable

If any fails the CD review at the relevant gate β†’ REVISE.


Default tech stack

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.


Installed skills (the studio's brain)

Strategy & research

  • ui-ux-pro-max β€” 67 styles, 96 palettes, 57 type pairings (the master library)
  • wds-modern-web-design β€” 2025 trends + principles
  • wds-visual-foundations β€” typography / color / spacing theory
  • marketing:competitive-brief, marketing:seo-audit, marketing:campaign-plan
  • design:user-research, design:research-synthesis

Design

  • wds-design-system β€” extract DS from an existing URL
  • wds-ds-creation β€” build a DS from scratch
  • wds-landing-page β€” single landing page generator
  • frontend-design:frontend-design β€” non-generic UI

Build (frontend)

  • wds-nextjs-app-router β€” Next 15 patterns
  • wds-tailwind-theme + wds-tailwind-design-system
  • wds-shadcn-ui β€” shadcn install + composition
  • wds-react-patterns β€” React 19 perf rules
  • wds-web-components, wds-responsive, wds-responsive-pro
  • wds-design-loop β€” autonomous multi-page builder

Motion

  • wds-motion-framer β€” Motion (default)
  • wds-gsap β€” GSAP + ScrollTrigger
  • wds-scroll-reveal β€” AOS
  • wds-locomotive β€” smooth scroll
  • wds-r3f β€” React Three Fiber
  • wds-3d-lite β€” Vanta / vanilla-tilt
  • wds-lottie β€” Lottie
  • wds-interaction β€” microinteraction theory
  • wds-microinteraction-spec β€” trigger/rules/feedback spec
  • wds-microinteractions-book β€” Microinteractions book principles
  • wds-animation-principles β€” Disney-style animation rules
  • wds-motion-system β€” motion design tokens
  • wds-react-view-transitions β€” React View Transitions API

Visual generation

  • Higgsfield (via production-manager subagent + Playwright MCP) β€” cinematic premium heroes
  • NanoBanana (via production-manager) β€” fast iteration
  • wds-imagegen-web β€” one ref-image per section
  • wds-brandkit β€” brand-guidelines boards
  • wds-image-to-code β€” image-first pipeline
  • anthropic-skills:canvas-design β€” static PNG/PDF art

Strategy & growth

  • wds-positioning β€” Obviously Awesome (April Dunford)
  • wds-mom-test β€” customer interviews
  • wds-personas + wds-jtbd β€” audience modeling
  • wds-cro β€” conversion rate optimization audit
  • wds-cialdini β€” 6 principles of ethical persuasion
  • wds-stickiness β€” Made to Stick SUCCESs framework
  • wds-contagious β€” STEPPS virality
  • wds-hooked-model β€” habit-forming product loops
  • wds-norman β€” Don Norman foundations
  • wds-lean-ux β€” hypothesis-driven UX
  • wds-heuristic-eval β€” Nielsen's heuristics

Quality

  • wds-a11y β€” WCAG 2.2 audit
  • design:accessibility-review β€” WCAG 2.1 AA pass
  • wds-design-review β€” design quality audit
  • design:design-critique β€” structured feedback
  • marketing:brand-review β€” voice consistency

Copy & SEO

  • design:ux-copy β€” microcopy
  • marketing:draft-content β€” long-form copy
  • wds-seo-local β€” LocalBusiness schema
  • gsc β€” Google Search Console

MCPs

  • Playwright β€” live browser QA
  • Supabase β€” backend
  • Figma β€” design ↔ code
  • Notion β€” client docs
  • Firecrawl β€” competitor scrape
  • (...and more β€” see 00_SYSTEM/skills-mcp-routing.md)

Talk to Claude

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.


Versioning

  • v1.0 Β· 2026-05-22 Β· Initial system build (10 agents, 25 skills, 7-phase workflow)
  • v1.1 Β· 2026-05-22 Β· +visual-producer (Higgsfield), +45 skills (70 total), repo-ready

License

MIT β€” see LICENSE. Fork it, adapt it, ship better sites with it.

Contributing

See CONTRIBUTING.md. PRs for new skill integrations, agent improvements, and CD critique enhancements welcome.

Acknowledgments

This studio aggregates the best Claude Code skills from the community. Massive credit to:

About

🐝 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.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages