clonereact
Installation
SKILL.md
CloneReact - Visual Component Extractor
Extract React components from any website using Electron-powered visual selection.
How It Works
- cluso-inspector opens target URL with visual selector
- You click the element you want to extract
- Inspector closes and returns extraction JSON
- Claude processes the data and generates React component files
- Preview in your terminal with code and screenshot
Usage
/clonereact https://stripe.com --typescript
/clonereact https://github.com --output ./components
/clonereact https://airbnb.com --depth 10