One-click install
npx skills add https://github.com/ahmetakyapi/dev-starter --skill clone-website-ahmetakyapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/ahmetakyapi/dev-starter/tree/main/.claude/skills/clone-website
Command: npx skills add https://github.com/ahmetakyapi/dev-starter --skill clone-website-ahmetakyapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reverse-engineering and rebuilding websites is extremely time-consuming, often results in imperfect visual and functional fidelity, and requires manually extracting assets, styles, and interaction logic across every page section.

Core Features & Use Cases

  • Full Asset & Style Extraction: Automatically extracts all images, videos, SVGs, exact computed CSS values, fonts, and global design tokens from live sites.
  • Interaction Behavior Capture: Documents all scroll-driven, click-driven, hover, and time-based interactions, including trigger thresholds, state transitions, and animation timings.
  • Parallel Builder Dispatch: Breaks pages into isolated components and dispatches specialized builder agents to work in parallel, with auditable specification files for every component.
  • Use Case: Replicate a competitor's marketing landing page for design reference, rebuild a legacy site with modern Next.js and Tailwind, or create a pixel-perfect copy of a public UI for testing and prototyping.

Quick Start

Use the clone-website skill to create a pixel-perfect replica of https://example.com, saving all extracted assets and component specs to the docs/ directory.

Frequently Asked Questions about clone-website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clone a website pixel-perfectly without manually extracting CSS and assets?

Automated pixel-perfect website cloning extracts all images, fonts, exact computed CSS values, and global design tokens from live sites without manual effort. It captures scroll, click, hover, and time-based interactions including trigger thresholds and animation timings.

Can I replicate multiple web pages concurrently using automated browser inspection?

Yes, automated website cloning supports multiple concurrent URLs by dispatching parallel builder agents for component construction. It isolates artifact storage per site to maintain organized asset and specification files across all replicated pages.

Do I need a Next.js and Tailwind project scaffold to reverse-engineer a live website?

Yes, automated website cloning requires a pre-configured Next.js, shadcn/ui, and Tailwind v4 project scaffold to reconstruct the UI. You also need browser automation tools for page inspection to capture the live site's structure accurately.

What is the best way to rebuild a legacy site with modern frameworks like Next.js?

The best way to rebuild a legacy site with modern Next.js is to automate the reverse-engineering of the original UI into isolated components. Specialized builder agents construct the components in parallel, followed by build verification and visual QA checks.

How does automated website cloning handle interaction behavior capture for complex UIs?

Automated website cloning captures interaction behavior by documenting all scroll-driven, click-driven, hover, and time-based interactions. It records exact trigger thresholds, state transitions, and animation timings to ensure functional fidelity in the replicated UI.

Why does automated website replication generate auditable specification files for each component?

Automated website replication generates auditable specification files because it breaks pages into isolated components and dispatches specialized builder agents to work in parallel. These specs ensure build verification and visual QA checks enforce output fidelity.