site-design-replication

Crawl websites to extract design tokens and generate COMPONENTS.md and STYLES.md.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/JDerekLomas/claude-code-skills --skill site-design-replication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-design-replication
Source: https://github.com/JDerekLomas/claude-code-skills/tree/main/site-design-replication
Command: npx skills add https://github.com/JDerekLomas/claude-code-skills --skill site-design-replication

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams clone websites, extract design systems, and remix designs efficiently by turning site architectures into reusable patterns.

Core Features & Use Cases

  • Crawl and analyze target sites to extract design tokens (colors, typography, spacing, borders, shadows)
  • Document components and design system in LLMed-friendly markdown
  • Remix existing designs into new concepts with adapted tokens and content
  • Use case: create a design system from example.com for a new product with a different brand

Quick Start

Clone a target site and generate a remix-ready design system document with updated tokens.

Frequently Asked Questions about site-design-replication

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

FAQPage Schema
How do I extract design tokens from a website to build a pattern library?

You extract design tokens by crawling the target website to pull colors, typography, spacing, borders, and shadows directly from its styles. This captures the foundational design elements needed to document a reusable pattern library.

Can I clone an existing website design system for a new product with a different brand?

Yes, you can clone an existing website design system and remix it for a new product with a different brand. By adapting the extracted design tokens and content, the workflow generates remix-ready documentation to align the cloned architecture with your new brand identity.

What is the best way to document a crawled design system for LLM workflows?

The best way to document a crawled design system for LLM workflows is generating LLM-friendly markdown files. The process specifically outputs COMPONENTS.md and STYLES.md files, structuring the extracted design tokens and patterns into remix-ready documentation.

Does this design system replication process require any specific dependencies or components?

No specific dependencies or components are required for design system replication. The skill operates independently to crawl target sites and extract design tokens without needing external libraries or framework installations.

How do I remix existing website designs into new concepts using extracted tokens?

You remix existing website designs into new concepts by adapting the extracted design tokens and content. The workflow takes the crawled site architecture, updates the tokens to match a new concept, and outputs remix-ready documentation for the new design.

When do I need to crawl a website for design token extraction?

You need to crawl a website for design token extraction when you want to reverse-engineer an existing site's visual architecture into a structured pattern library. This is essential for cloning sites, building design systems, or preparing remix-ready documentation for new products.