CtrlK
BlogDocsLog inGet started
Tessl Logo

clone-website

Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a copy of this site", "rebuild this page", "pixel-perfect clone". Provide one or more target URLs as arguments.

66

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

The canonical home for this skill is clone-website in JCodesMore/ai-website-cloner-template

SKILL.md
Quality
Evals
Security

Quality

Content

62%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

Highly actionable with an excellent validated workflow, but weakened by verbosity and repetition that inflates token cost, and by a monolithic structure that keeps large templates and scripts inline instead of in reference files.

Suggestions

Collapse the 'Guiding Principles' and 'What NOT to Do' sections into one list of rules; remove motivational framing like 'foreman walking the job site' and emphatic 'this is not optional' padding to cut tokens.

Move the component spec template and the asset-discovery/extraction JavaScript snippets into files under references/ and scripts/, keeping SKILL.md as an overview that links to them.

Replace the comment-only multi-state extraction block with a concrete runnable snippet that captures and diffs the two states.

DimensionReasoningScore

Conciseness

Noticeably verbose: motivational framing ('foreman walking the job site', 'truths that separate a successful clone'), repeated emphatic padding ('This is not optional. It is not a nice-to-have.'), and a 'What NOT to Do' section that largely restates the 'Guiding Principles' above.

2 / 5

Actionability

Provides concrete, mostly copy-paste-ready extraction scripts, a detailed component spec template, and specific commands (npm run build, npx tsc --noEmit); minor gaps include the comment-only state-diff block and selector placeholders.

4 / 5

Workflow Clarity

Clear phased sequence (Pre-Flight, Phases 1–5) with explicit validation checkpoints (build/tsc after each phase) and a feedback loop in Visual QA (discrepancy → check spec → re-extract → fix).

5 / 5

Progressive Disclosure

Well-organized section headers, but the 470-line file is monolithic with no bundle files; the large spec template and extraction scripts are inlined rather than split into references/ or scripts/ files.

3 / 5

Total

14

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that concretely states capabilities, provides rich natural trigger terms, and explicitly covers both what and when. It is comprehensive with minimal conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Reverse-engineer and clone', 'extracts assets, CSS, and content section-by-section', 'dispatches parallel builder agents in worktrees' — giving comprehensive coverage of capabilities.

5 / 5

Completeness

Explicitly answers both what (reverse-engineer/clone, extract assets/CSS/content, dispatch builders) and when ('Use this whenever the user wants to clone... Also triggers on phrases like...'), with concrete trigger phrases.

5 / 5

Trigger Term Quality

Comprehensive natural-language triggers including synonyms ('clone, replicate, rebuild, reverse-engineer, or copy') and quoted user phrases ('make a copy of this site', 'rebuild this page', 'pixel-perfect clone').

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (website cloning/reverse-engineering) with distinct trigger phrases and argument format, minimizing overlap with other skills.

5 / 5

Total

20

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
adamsardo/mvf-clone
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.