website-clone

website-clone is a skill for Claude Code from matteotitta/genesys-skills. It costs 163 tokens per session (2,779 once invoked), scanned A, original, MIT.

A workflow that studies a live website and recreates it as a deployable Next.js website using shadcn and Tailwind. It covers visual inspection, component planning, page assembly, and visual quality checks.

In plain words
What is it for?
Use it to clone a website from its URL, extract its visual and interaction details, and produce a working frontend codebase.
Why use it?
It provides a structured way to turn an existing website into working source code while checking whether the result matches the original. This reduces the need to rebuild the site by guesswork.

Skill for Claude Code

Written for Claude Code: paths in frontmatter.

Good fit Use it to clone a website from its URL, extract its visual and interaction details, and produce a working frontend codebase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteotitta/genesys-skills/website-clone
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add matteotitta/genesys-skills --skill website-clone
Clone the repo
git clone --depth 1 https://github.com/matteotitta/genesys-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for website-clone

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/website-clone/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/website-clone)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/website-clone"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/website-clone/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for website-clone

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/website-clone"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/website-clone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00163 $0.02779
Opus 5 $0.00081 $0.01389
Sonnet 5 $0.00033 $0.00556
Haiku 4.5 $0.00016 $0.00278

Measured 9d ago against content hash 20021e175a9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

website-clone scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/primitives/website/execution/website-clone/SKILL.md · 227 lines

How it starts

The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/website-clone — URL → deployable Next.js clone

Reverse-engineer a live website into a working Next.js + shadcn + Tailwind codebase. Five phases. Mandatory getComputedStyle() extraction. Spec-file handoff contract before any builder runs. Parallel builder agents in worktrees during a single session.

Doctrine inherited (Step 7 — 0626 rollout, locked 2026-06-04)

Internal-reference engineering skill — produces working code, not narrative. Applies [[feedback_execution_doctrine_refinements_step6]] R1 (spec-file cites stay inline for engineering QA), R3 (commit messages + spec language operator-direct), R9 (verb-led phase names). R2/R5/R6/R7/R8 not applicable.

This skill is extraction-driven, not brief-driven. It runs backward from a URL. For forward-from-positioning work, use /website-build instead.

Adapted from JCodesMore/ai-website-cloner-template per /steal analysis (2026-04-30). The source skeleton template lives at projects/apps/_templates/website-clone-skeleton/.

For full 5-phase process (Recon / Foundation / Spec & Dispatch / Assembly / Visual QA) → the premium reference.


Triggers

Invoke when user says:

  • /website-clone <url>
  • "clone this site"
  • "rebuild this page"
  • "reverse-engineer this URL"
  • "pixel-perfect copy of [URL]"
  • "make a clone of [competitor's homepage]"

Do NOT invoke when:

  • User wants a fresh site from positioning + messaging (use /website-build)
  • User wants only a wireframe (use /landing-page-wireframe)
  • User wants only copy on an existing page (use /website-copy)
  • User wants to audit a site (use /website-audit or /website-score)
  • The clone target violates ToS, enables phishing, or impersonates a brand the user doesn't own — refuse with a one-line reason

Ethics guardrails (read FIRST)

This skill clones live websites. Legitimate uses:

  • Migration — cloning the user's own old site (WordPress, Webflow, Framer) into a maintainable Next.js codebase
  • Recovery — recovering source for a site whose original code was lost
  • Educational deconstruction — studying a competitor's pattern with no intent to publish
  • Internal demo / prototype — building a private internal demo, not a public clone

Read the full file on GitHub · 227 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 227 lines · 163 tokens per session scan A 20021e175a9d

Subscribe to this mod's changes

website-clone is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 163 tokens to every session and 2,779 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ui-ux-gtm

Design GTM UI/UX patterns — landing pages (hero, proof, CTA), forms (progressive disclosure, inline validation), signup flows (activation, time-to-value), dashboards (KPI hierarchy, trend indicators), and accessibility (WCAG 2.2 AA). Use when designing or auditing GTM tool interfaces, landing pages, conversion flows…

LeadMagic/gtm-skills · 96 tokens

landing-pages

Audit and optimize landing pages for conversion — hero/offer/proof/CTA patterns, CRO audits, A/B testing, signup flow optimization. Use when the user wants to improve conversion rates, audit a landing page, optimize a signup flow, or increase demo requests. Triggers on: "landing page", "conversion rate", "CRO"…

LeadMagic/gtm-skills · 108 tokens

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens