Portfolio Clone

Generate a visual clone of a portfolio website from a reference image using HTML and CSS.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/th1enq/lab_portfolio --skill portfolio-clone
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Portfolio Clone
Source: https://github.com/th1enq/lab_portfolio/tree/main
Command: npx skills add https://github.com/th1enq/lab_portfolio --skill portfolio-clone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating a visual clone of a portfolio website, saving time and ensuring consistency with the reference design.

Core Features & Use Cases

  • Automatic Website Clone: Generate a visual clone of a portfolio website based on a reference image.
  • High Visual Similarity: Achieve pixel similarity scores over 80% to ensure the clone looks identical to the reference.
  • Use Case: Imagine you have a reference image of a portfolio website and want to create a clone with the same layout, colors, and typography.

Quick Start

Run the portfolio clone skill with the reference image 'reference/reference.png' and the HTML file 'src/index.html'.

Frequently Asked Questions about Portfolio Clone

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

FAQPage Schema
How do I clone a website design from a reference image?▼

To clone a portfolio website visually, this Skill compares your reference image with a rendered HTML page and generates matching HTML and CSS to achieve over 80% pixel similarity. It requires a reference image and an HTML file for the comparison process.

What is the best way to achieve high visual similarity when cloning a portfolio website?▼

Achieving high visual similarity for a portfolio clone requires automated comparison between a reference image and rendered HTML. This Skill targets pixel similarity scores over 80% to ensure the generated HTML and CSS match the original design closely.

Do I need an HTML file to start cloning a portfolio website?▼

Yes, you need an HTML file and a reference image to start cloning a portfolio website. The Skill uses the provided HTML file as a base to render and compare against the reference image, iterating the HTML and CSS to reach high visual similarity.

How does automated visual similarity comparison work for HTML and CSS?▼

Automated visual similarity comparison works by rendering an HTML file and evaluating its output against a provided reference image. The Skill iterates the HTML and CSS based on this comparison to push the visual similarity score above 80%.

What are the limitations of using HTML and CSS to clone a portfolio website?▼

The primary limitation of using HTML and CSS to clone a portfolio website is the 80% pixel similarity threshold, which may not capture complex dynamic interactions or advanced web development features present in the original reference design.