saccoai-website-rebuild
This skill takes a URL and produces a fully deployed website on Vercel. It orchestrates the complete rebuild as a 7-phase pipeline, invoking saccoai-website-analysis and saccoai-design-system for extraction, then scaffolding, building, optimizing for SEO, running QA, and deploying.
The user provides: the URL of the existing site, and optionally a design direction and deployment target.
Execution Model
Single-agent hybrid. Sequential by default. Uses superpowers for parallelism where it helps:
- dispatching-parallel-agents for Phase 1 (extraction) and Phase 4 (building independent pages)
- subagent-driven-development if the plan has many independent tasks
No custom agent-team topology. The superpowers infrastructure handles coordination.
Phase 1: Extract (parallel)
Check if extraction output already exists before running:
if .saccoai/analysis/content-inventory.md exists → skip website-analysis
if .saccoai/design-system/tokens.css exists → skip design-system extraction
More from saccoai/agent-skills
website-analysis
Crawl any website in a single pass to produce both a complete structural map and full content extraction. Discovers all pages, routes, navigation, multilingual variants, and issues while simultaneously extracting all text, images, metadata, and assets. Use before any migration, redesign, or audit.
16nextjs-fullstack
Opinionated Next.js fullstack patterns — App Router, Tailwind CSS v4, shadcn/ui, Better Auth, Drizzle ORM, Server Actions, and Vercel deployment. Use when scaffolding a new project or enforcing consistent architecture across client projects.
13seo-migration
SEO preservation during website migrations — redirect mapping, canonical URLs, sitemap generation, structured data, meta tags, and Search Console verification. Use when rebuilding a site to ensure zero SEO loss from URL changes, content moves, or domain switches.
9project-handoff
Generate complete client handoff documentation — deployment guide, environment setup, CMS instructions, maintenance checklist, architecture overview, and operational runbook. Use when delivering a finished project to a client or their team.
8client-proposal
Generate a professional project proposal from a website audit. Analyzes the prospect's current site, identifies issues, and produces a structured proposal with scope, deliverables, tech recommendations, and phased timeline. Use as a sales tool or for scoping client engagements.
6web-audit
Comprehensive website quality audit — Lighthouse scores, accessibility (axe-core), cross-browser testing, performance budgets, and mobile responsiveness. Generates actionable reports with pass/fail per page. Use to audit any live website or as a QA gate before deployment.
6