clone-website
Installation
SKILL.md
Clone Website
Reverse-engineer and rebuild $ARGUMENTS as a pixel-accurate clone. This is not
an inspect-then-build pass: inspect each section, write an auditable component
spec, then dispatch or build from that spec.
Pre-Flight
- Playwright MCP is required. Test the target URL with
browser_navigate; stop if browser access fails. - Read
TARGET.mdfor URL and scope. If it is missing, create a public-safe target file using the project template or a minimal local template. - Verify the base project builds before cloning sections.
- Ensure these output directories exist:
docs/research/,docs/research/components/,docs/design-references/, andscripts/.