New to Claude Skills? Learn how to install them →

mengto on GitHub

Audit Reference Originality

Free

Evaluate website originality and plagiarism risk effectively.

by mengto4.6k stars on mengto/skills
1 views
Updated Aug 9, 2026
Get this skill

Free · Opens the source repo

What Audit Reference Originality does

The Audit Reference Originality skill is designed to help developers and designers assess a website or digital experience against a set of supplied source references. This skill facilitates a thorough audit process, focusing on originality and potential plagiarism risks. It emphasizes an evidence-based approach rather than subjective impressions, ensuring that findings are backed by concrete examples from both the current site and reference materials.

To utilize this skill, users begin by building a source registry that includes all relevant materials such as manifests, prompt packs, and reference URLs. The skill then inventories the current site, examining various elements like text, images, assets, and structure. This comprehensive inspection is crucial for identifying overlaps and originality risks. The skill employs a deterministic inventory helper script to find exact-file matches and suspicious overlaps, which are then reviewed by a human for accuracy.

Once the inventory is complete, the skill compares the current site against the reference materials across several categories, including text, brands, numbers, images, and videos. It identifies red flags based on distinctive elements and provides a severity assessment for each finding. The skill also proposes concrete fixes to address any identified issues, ensuring that the site's goals are preserved while mitigating originality risks.

This skill is particularly useful for teams involved in web development and design who need to ensure compliance with originality standards. It provides a systematic approach to auditing that can save time and reduce the risk of legal complications related to plagiarism.

When to use it

Use this skill when you need to audit a website against reference materials for originality and compliance.

When not to use it

This skill is not suitable for quick assessments or casual checks; it requires a detailed and methodical approach to auditing.

What you can build with it

Website Compliance Check

Use this skill to ensure that your website complies with originality standards before launch.

Digital Asset Review

Audit digital assets against reference materials to identify potential plagiarism risks in your content.

Historical Site Analysis

Evaluate historical versions of a site to check for originality against past references.

How to install Audit Reference Originality

View source

1. Install with the skills CLI

npx skills add mengto/skills/audit-reference-originality --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by mengto

Audit Reference Originality

Compare the shipped experience with the complete reference corpus. Treat the audit as an evidence exercise, not a vibe check.

Preserve the audit boundary

  • Audit only unless the user also asks for fixes.
  • Call findings originality risks, overlaps, or red flags; do not declare legal plagiarism from visual similarity alone.
  • Pair every red flag with exact current-site evidence and exact reference evidence.
  • Keep fact, inference, and unknown access separate.
  • Do not clear a site after checking only its homepage screenshot.

1. Build the source registry

Start with the materials explicitly supplied in the task or recorded by the project:

  • manifests, prompt packs, and originality matrices
  • representative stills, full-page captures, and section crops
  • MP4s and extracted motion frames
  • reference URLs and named creators
  • source brand assets, copy, numbers, screenshots, and downloads
  • project briefs, IMAGE_CREDITS.md, licenses, and attribution files

Prefer local evidence captured at the time of the brief. Use a live reference only to fill a real gap, because it may have changed. Record each reference's path or URL, role, date when known, and which categories it can prove.

Stop and report an access gap when a promised reference is missing. Do not silently reduce a full-page or motion audit to one cover image.

2. Inventory the current site and its history

Inspect:

  • rendered text, metadata, navigation, calls to action, legal copy, and hidden accessible labels
  • brand names, wordmarks, logos, icons, people, companies, URLs, and product/interface data
  • prices, metrics, dates, counts, percentages, package names, and repeated proof claims
  • every rendered image, background, texture, screenshot, font, logo, icon, audio file, and downloadable asset
  • every video, poster, frame sequence, shot order, transition, duration, and playback treatment
  • layout hierarchy, section order, distinctive compositions, typography behavior, motion grammar, shaders, cursor effects, and interaction sequences
  • current source, built output when available, asset provenance, and repository history

Do not trust filenames as proof of originality. Inspect the bytes, visible result, and history. Search renamed, deleted, and replaced files with git log, git show, git log -S, and git log --all --name-status.

Run the deterministic inventory helper when local files are available:

python <skill-dir>/scripts/build_evidence_inventory.py \
  --site <site-root> \
  --reference <reference-file-or-directory> \
  --reference <another-reference> \
  --output <temporary-output.json>

The helper finds current and historical exact-file matches, suspicious basename reuse, normalized text overlap, and repeated number tokens. Treat its output as leads for human review, not an automatic verdict.

3. Compare category by category

Read references/audit-rubric.md before judging findings.

Audit at least these categories:

  1. Text — headlines, body copy, labels, CTAs, captions, legal text, alt text, metadata, and decorative wording.
  2. Brands — names, marks, wordmarks, proprietary icons, people, companies, partnerships, URLs, and distinctive verbal identity.
  3. Numbers — metrics, percentages, prices, dates, counts, plan structures, durations, and interface values.
  4. Images — exact files, crops, generated derivatives, screenshots, people, poses, objects, signature compositions, and color treatment.
  5. Assets — fonts, icons, logos, textures, mockups, downloads, code bundles, and third-party media with unclear provenance.
  6. Videos — exact files, frames, shots, timing, camera moves, edit rhythm, transitions, overlays, posters, and audio.
  7. Structure and motion — section order, unusual layout devices, pinned sequences, cursor interactions, shaders, and combinations of signature elements.
  8. History — copied material that was later renamed, recolored, cropped, hidden, deleted, or replaced.

Common patterns such as black backgrounds, large sans-serif type, ordinary pricing tables, standard fade-ins, or a conventional footer are not red flags by themselves. Escalate combinations of distinctive elements or direct evidence.

4. Triangulate every red flag

For each candidate:

  1. Identify the current-site artifact and location.
  2. Identify the exact reference artifact and location.
  3. State the observable overlap without guessing intent.
  4. State what differs.
  5. Assign severity using the rubric.
  6. Propose the smallest fix that breaks the overlap while preserving the site's goal.

Use hashes for exact files, normalized excerpts for copy, side-by-side crops for imagery, and matched timestamps or frames for video. A source-brand string found only in a test that explicitly forbids it is not a shipped-copy violation; explain context.

5. Propose fixes

Prefer concrete replacements:

  • rewrite source-like copy from the new brand's audience, offer, and vocabulary
  • replace names, URLs, logos, people, metrics, dates, plan names, and legal text
  • regenerate or license new imagery with a materially different subject, composition, and motif arrangement
  • replace copied assets and document provenance
  • re-cut videos with new shots, timing, transitions, overlays, and audio
  • reorder or redesign distinctive section and motion sequences
  • remove stale source material from current output and, when required, repository history or published artifacts

Do not recommend cosmetic recoloring as a fix for copied identity, copy, media, or composition.

6. Report the result

Lead with one verdict:

  • Clear in checked scope
  • Clear with low-risk similarities
  • Changes recommended
  • Block release
  • Blocked by missing evidence

Then provide:

  1. checked source registry
  2. red-flag table ordered by severity
  3. category pass list
  4. history findings
  5. access gaps and unproven areas
  6. prioritized fix plan

Include a row even when a high-risk category could not be checked. Never turn missing evidence into a pass.

Completion checks

  • Every supplied reference form was inspected.
  • Rendered output and source were both checked.
  • Text, brands, numbers, images, assets, videos, structure/motion, and history were covered.
  • Every red flag cites two evidence locations.
  • Exact matches are distinguished from stylistic similarity.
  • Proposed fixes replace the copied element rather than disguising it.
  • The report states what remains unverified.

Frequently asked questions about Audit Reference Originality

Similar skills