static-site-cloner
Installation
SKILL.md
Static Site Cloner
Based on a target website URL, accurately reproduce the site's structure, visuals, and interactions using pure HTML, CSS, and JavaScript. Output only front-end code, without involving backend functionality.
Use Cases
- User requests to "reproduce a website," "clone a website," "recreate a website," "copy a web page"
- User provides a website URL and requests code rewrite
- User needs to convert an existing website into pure front-end code
- User wants to learn or understand the front-end implementation of a particular website
Workflow
1. Information Gathering
Use web_fetch to retrieve the HTML content of the target website: