saccoai-website-rebuild

Installation
SKILL.md

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:

Installs
2
First Seen
Mar 26, 2026
saccoai-website-rebuild — saccoai/agent-skills