By yavuzozguven
Build a website end-to-end through guided Q&A. Asks what you want, picks the stack, generates the code.
Reviews the generated frontend code for accessibility issues (missing alt text, missing labels, semantic HTML, color contrast, keyboard nav). Applies inline fixes where straightforward. Writes a11y-report.md summarizing the review. Stack-agnostic; works with whatever frontend the project uses.
For full-app scope only. Reads brief and content (auth strings) plus user preferences, picks a backend framework + database appropriate for right now, generates the API + DB schema + auth scaffolding, and records the stack choice in state.json.chosenStack.
Reads brief.md and produces content.md (per-page text, headings, image placeholder URLs). Generates contextually appropriate copy in the user's language.
Deploys a generated static site to one of Cloudflare Pages / Vercel / Netlify / GitHub Pages, or sets up a local-only "files ready to upload" state. Handles CLI auth checks; never asks the user for credentials directly.
Generates a working frontend project. Reads brief, style-guide, content, and user preferences from state.json. Picks the most appropriate frontend framework/language at runtime based on scope, preferences, and current ecosystem knowledge — no hardcoded stack list. Records the chosen stack in state.json.chosenStack.
Use after a successful web-builder generation to summarize what was created and tell the user how to view it, in plain language.
Use to collect the user's requirements for a new website project via short, plain-language Q&A. Writes brief.md and returns the project path.
Use when the user invokes /web-builder. Coordinates intake → agent execution → delivery for a new website project.
Use when the user is editing an existing web-builder project. Conducts a structured mini-Q&A to capture what to change, normalizes the intent, and returns a change record for the orchestrator to act on.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Describe a website. Get a working, deployable project — without picking a framework, writing boilerplate, or touching a config file.
A Claude Code plugin that turns a short conversation into a complete, runnable website — frontend, content, SEO, accessibility pass, and one-command deploy.

Illustrative demo of the /web-builder:start flow — actual session timing varies with model latency and project size.
# 1. Install the plugin (inside a `claude` session)
/plugin marketplace add yavuzozguven/web-builder
/plugin install web-builder@web-builder
# 2. From any empty directory:
/web-builder:start
Answer 5–10 plain-language questions. The plugin generates the project, runs the build, and offers to preview + deploy.
Most "AI website builders" are locked to one stack (usually whatever was hot when the tool shipped). web-builder is stack-agnostic by design: the agents pick the framework, language, and database at runtime based on what the project actually needs and what's best in the current ecosystem.
Ask for a one-page CV → it might pick vanilla HTML/CSS. Ask for a multi-page promo site → likely a content-focused SSG. Ask for a full-app with auth and a database → frontend + backend + schema, picked together.
You don't choose the stack. You describe the goal. The plugin justifies its choice in state.json.chosenStack.rationale, and you can override via preferences.
brief.md, content.md, style-guide.md, seo.md) that you can hand-edit and the plugin will pick up on the next run.> /web-builder:start
Q1: What kind of site do you want?
> A small promo site for my coffee shop in Brooklyn.
Coffee + sandwiches, neighborhood vibe.
Q2: Multi-page promo (home + menu + about + contact)?
> Yes.
Q3: Pick a name:
A) brooklyn-coffee B) corner-coffee C) write your own
> A
Q4: Content source?
A) I'll provide it B) Generate placeholders
> B
Q5: Visual style?
A) Minimalist B) Warm C) Playful D) Corporate E) Dark
> B
[designer → content-writer + seo-expert (parallel) → frontend-expert → a11y review]
✓ Generated: brooklyn-coffee/ (Astro + Tailwind, 4 pages, SEO + sitemap, a11y clean)
Build succeeded. Want to preview locally? (Y/n)
| Command | Audience | Behavior |
|---|---|---|
/web-builder:start | Anyone | 5–10 plain-language questions, no jargon. |
/web-builder:dev | Devs | Same flow + preference questions (backend language, TS yes/no, priority: simple vs feature-rich, etc.). |
The plugin still picks the stack in both modes — :dev just lets you constrain the choice.
Run /web-builder:start from inside an existing project and the plugin detects state, then offers structured edits:
git revert the most recent revision commitEach revision auto-commits a before/after pair. You can always go back.
After generation (or on revision), pick a target:
The plugin checks CLI auth (wrangler login, vercel login, etc.) and if you're not logged in, prints the exact command — never asks for credentials directly.
{project-name}/
├── brief.md # what you told the plugin you wanted
├── style-guide.md # palette, typography, layout decisions
├── content.md # page-by-page text + images
├── seo.md # titles, descriptions, og policy, sitemap, robots
├── a11y-report.md # accessibility review results (inline fixes + report)
├── .web-builder/
│ └── state.json # preferences + chosen stack + agent run log
└── (frontend / backend project files — picked at runtime)
npx claudepluginhub yavuzozguven/web-builder --plugin web-builderComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.