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:

  1. Browser MCP tools are available (Playwright MCP or Chrome MCP, run npx playwright install chromium first to ensure browser readiness)
  2. Target URL is accessible
  3. Project is initialized: npx create-next-app@latest + Tailwind + shadcn/ui
  4. Create documentation directory: mkdir -p docs/research/components

Only proceed to Phase One after all checks are complete.

Phase One: Reconnaissance

Installs
3
Repository
openlark/skills
GitHub Stars
4
First Seen
Aug 8, 2026
clone-website — openlark/skills