clone-website
Installation
SKILL.md
Clone Website
Use browser automation tools to perform a complete website cloning workflow: Reconnaissance → Infrastructure → Components → Assembly → QA.
Pre-flight Checks
Before starting, confirm:
- Browser MCP tools are available (Playwright MCP or Chrome MCP, run
npx playwright install chromiumfirst to ensure browser readiness) - Target URL is accessible
- Project is initialized:
npx create-next-app@latest+ Tailwind + shadcn/ui - Create documentation directory:
mkdir -p docs/research/components
Only proceed to Phase One after all checks are complete.