From website-replicator
Start website replication workflow. Analyzes and captures a website for UI/animation reconstruction.
How this command is triggered — by the user, by Claude, or both
Slash command
/website-replicator:replicateThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Replicate Website
Entry point for website replication workflow.
## Usage
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 only
## Workflow Start
1. Load the skill: `skills/website-replicator/SKILL.md`
2. Create output directory structure
3. Begin Phase 1 (Initial Load)
## Output Location
All captures and generated code go to: `./website-replication-{timestamp}/`
## What Happens
Phase 1: Navigate & screenshot overview →...Entry 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.
npx claudepluginhub blueif16/ui-clone/site-analysisAnalyzes any website and generates structured intelligence reports covering site architecture, SEO insights, and component analysis.
/analyze-siteNavigates to a website, captures desktop and mobile screenshots, and extracts colors, typography, layout patterns, UI components, and motion effects into a structured design report.
/product-showcaseGenerates a marketing website for a web app — multi-page with real screenshots and animated GIF walkthroughs. Supports quick, standard, and thorough depth levels.
/buildScaffolds a new HTML+CSS site from a design.md file or synthesizes one on the fly. Supports URL references and optional multi-variation generation.
/site-to-figmaCaptures a live website's visual structure and styles, then recreates it as editable Figma frames with auto-layout and proper layer hierarchy. Supports full-page, above-fold, or specific-section capture.
/replicateReplicates an OSCAL model in the trestle workspace, copying the directory structure to a new name with regenerated UUIDs for uniqueness.