perfect-web-clone
Installation
SKILL.md
Perfect Web Clone
Clone any webpage into pixel-perfect, production-ready code.
Quick Start
When a user provides a URL and asks to clone/replicate a webpage, follow this workflow:
Phase 1: Environment Setup
First, check if dependencies are installed:
python -c "from playwright.sync_api import sync_playwright; print('Playwright ready')" 2>/dev/null || echo "NEED_INSTALL"