← Neural|Pipeline Studio7 steps🧬 Skill Builder🧙 Wizard
🔍
Research
Competitive analysis + scores.md
1
bash
🏗️
Build Page
High-converting page generation
2
bash
🏷️
Demo Tags
Tag all invented content [DEMO]
3
grep
📸
Visual QA
4 viewports · scroll video · score ≥ 7.5
4
visual
QA Gates
All 7 quality gates pass
5
bash
🚀
Deploy
vercel --prod + alias + live 200
6
curl
🤝
Handoff
CONTENT-NEEDED.md + Loom walkthrough
7
⣿ drag to reorder · ▶ run via Hermes · × remove · click cluster below to append
Skill Clusters — click to append
Research
29 skills
/research-first
/competitor-profiling
/content-strategy
already in pipeline
Next.js / React
98 skills
/nextjs-best-practices
/nextjs-app-router-patterns
/react-best-practices
+ append step
Frontend / UI
92 skills
/tailwind-design-system
/landing-page-generator
/ui-ux-pro-max
+ append step
Demo Protocol
18 skills
/demo-to-live-protocol
/client-handoff-protocol
already in pipeline
Visual QA
32 skills
/visual-review-non-negotiable
/visual-loop
/animejs-animation
already in pipeline
Quality Gate
22 skills
/quality-gate
/testing-patterns
/e2e-testing-patterns
already in pipeline
SEO / Content
87 skills
/seo-aeo-blog-writer
/seo-audit
/content-strategy
+ append step
Database
63 skills
/supabase-automation
/database-design
/database-migrations-sql-migrations
+ append step
AI / LLM
116 skills
/prompt-engineering
/vercel-ai-sdk-expert
/multi-agent-patterns
+ append step
Deploy / CI
55 skills
/vercel-deployment
/vercel-automation
/github-actions-templates
already in pipeline
Security
38 skills
/security-audit
/cso
/auth-implementation-patterns
+ append step
Client Handoff
18 skills
/client-handoff-protocol
/demo-to-live-protocol
already in pipeline
SKILL.md
---name: website-buildversion: 1.0.0description: |  Website Build: research-first → landing-page-generator → demo-to-live-protocol → visual-review-non-negotiable → quality-gate → vercel-deployment → client-handoff-protocol  Claude evaluates each gate before proceeding.allowed-tools:  - Bash  - Read  - Write  - Edit  - Agent--- # Website Build ## Overview Sequential 7-step pipeline with evaluation gates. ## Steps ### Step 1: Research **Invoke:** `/research-first`**Purpose:** Competitive analysis + scores.md**Gate:**```bashls scores.md | wc -l  # must be 1```**Output:** scores.md + reference screenshots**→ Next:** Build Page ### Step 2: Build Page **Invoke:** `/landing-page-generator`**Purpose:** High-converting page generation**Gate:**```bashnpx tsc --noEmit && npm run build```**Output:** Working Next.js page**→ Next:** Demo Tags ### Step 3: Demo Tags **Invoke:** `/demo-to-live-protocol`**Purpose:** Tag all invented content [DEMO]**Gate:**```grepgrep -rn "\[DEMO\]" app/ | wc -l  # > 0```**Output:** Tagged demo + CONTENT-NEEDED.md**→ Next:** Visual QA ### Step 4: Visual QA **Invoke:** `/visual-review-non-negotiable`**Purpose:** 4 viewports · scroll video · score ≥ 7.5**Gate:**```bashRead PNG all viewports · record.js footer in final frame```**Output:** Score ≥ 7.5/10 all viewports**→ Next:** QA Gates ### Step 5: QA Gates **Invoke:** `/quality-gate`**Purpose:** All 7 quality gates pass**Gate:**```bashnpx tsc --noEmit && npm run lint && npm run build```**Output:** Gates 1–7 all pass**→ Next:** Deploy ### Step 6: Deploy **Invoke:** `/vercel-deployment`**Purpose:** vercel --prod + alias + live 200**Gate:**```curlcurl -sI <url> | head -1 | grep 200```**Output:** Live URL returning HTTP 200**→ Next:** Handoff ### Step 7: Handoff **Invoke:** `/client-handoff-protocol`**Purpose:** CONTENT-NEEDED.md + Loom walkthrough**Gate:**```grepgrep -rn "\[DEMO\]" app/ | wc -l  # must be 0```**Output:** Client briefed · content swap ready**→ Pipeline complete** ## Execution For each step: invoke → run gate → fix if needed → proceed. ## Save ```bashmkdir -p ~/.claude/skills/pipelines/website-build# paste this file as ~/.claude/skills/pipelines/website-build/SKILL.md```
~/.claude/skills/pipelines/website-build/SKILL.md
Hermes Terminal
8:29:13 AMPipeline Studio ready.
8:29:13 AMDrag steps to reorder · click cluster to append · ▶ to dispatch to Hermes