Start website replication workflow. Analyzes and captures a website for UI/animation reconstruction.
/plugin marketplace add blueif16/ui-clone/plugin install blueif16-website-replicator@blueif16/ui-cloneEntry point for website replication workflow.
/replicate <url> [options]
Options:
--quick - Skip responsive captures, focus on main viewport only--animations-only - Focus only on scroll animation capture--static-only - Skip animation detection, capture static structure onlyskills/website-replicator/SKILL.mdAll captures and generated code go to: ./website-replication-{timestamp}/
Phase 1: Navigate & screenshot overview → You may send to Gemini
Phase 2: DOM reconnaissance → Build watch list
Phase 3: Animation capture → Monitor scroll changes
Phase 4: CSS extraction → Capture styles
Phase 5: Asset collection → List images/fonts
Phase 6: Analysis & generation → Produce code
The workflow will pause and ask for input when:
If interrupted, the workflow state is preserved. Run /replicate --resume to continue.
Load the target URL and start capture.