version-comparator

version-comparator is a skill for Claude Code from ur-grue/autopunk-media-skills. It costs 50 tokens per session (2,344 once invoked), scanned A, original, MIT.

A comparison of two article drafts that reports meaningful edits, additions, deletions, and changes in tone.

In plain words
What is it for?
Use it to review editorial revisions, track your own drafts, or document changes for legal and compliance checks.
Why use it?
It helps writers and editors see what changed and check that revisions did not accidentally alter the article’s meaning or facts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the autopunk-media-skills plugin — 187 skills shipped together

Good fit Use it to review editorial revisions, track your own drafts, or document changes for legal and compliance checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ur-grue/autopunk-media-skills/version-comparator
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 ur-grue/autopunk-media-skills --skill version-comparator
Clone the repo
git clone --depth 1 https://github.com/ur-grue/autopunk-media-skills

Made for: Claude Code.

Or install autopunk-media-skills, the plugin that ships this one along with the rest of its 187 skills.

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 version-comparator

README.md
[![agentmods](https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/version-comparator/github.svg)](https://agentmods.dev/skills/ur-grue/autopunk-media-skills/version-comparator)
Your own site
<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/version-comparator"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/version-comparator/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 version-comparator

Your own site · 80×15
<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/version-comparator"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/version-comparator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,344 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00050 $0.02344
Opus 5 $0.00025 $0.01172
Sonnet 5 $0.00010 $0.00469
Haiku 4.5 $0.00005 $0.00234

Measured 7d ago against content hash f4209a407b3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

version-comparator 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 7d 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/magazine-journalism/editing/version-comparator/SKILL.md · 154 lines

How it starts

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

Version Comparator

What This Skill Does

Compares two versions of an article and produces a structured change report — highlighting substantive edits, additions, deletions, and tone shifts — so the editor or writer can quickly understand what changed and assess whether the revisions improved the piece.

When To Use This Skill

  • A writer has submitted a revised draft and you need to see what actually changed before approving it
  • You want to compare your own first and second drafts to track your revision patterns
  • An article has been through an editorial pass and you want to verify that no meaning was altered unintentionally
  • Legal or compliance review requires documentation of what changed between versions

What You Need To Provide

Required: Version A (the earlier draft) and Version B (the later draft), clearly labelled.

Optional: The type of comparison you want (substantive changes only, all changes including minor wording, or a specific focus such as "check whether any factual claims were altered"); any context about what the revision was supposed to address (e.g., "the editor asked for a stronger opening and shorter middle section").

How the Assistant Approaches This

  1. Aligns the two versions. Maps Version A paragraphs to their corresponding paragraphs in Version B, accounting for reordering, merging, splitting, and deletion. Identifies new paragraphs in Version B that have no counterpart in Version A.

  2. Classifies every change. Categorises each difference into one of five types:

    • Substantive edit — meaning, emphasis, or factual content was changed
    • Addition — new material not present in Version A
    • Deletion — material from Version A removed in Version B
    • Reordering — content moved to a different position
    • Cosmetic edit — wording changed but meaning preserved (tightening, style adjustment, grammar fix)
  3. Assesses impact. For substantive edits, additions, and deletions, notes whether the change strengthens, weakens, or neutrally alters the piece. This assessment is brief and specific — not a general opinion but a targeted observation (e.g., "Removing the third source weakens the evidence base for the central claim").

Read the full file on GitHub · 154 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 154 lines · 50 tokens per session scan A f4209a407b3a

Subscribe to this mod's changes

version-comparator is a skill published in the GitHub repository ur-grue/autopunk-media-skills (30 stars, last pushed 10d ago), licensed MIT. It adds 50 tokens to every session and 2,344 once invoked, about $0.0003 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-04.

Related

Other skills, from other repositories

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens

eu-cra

Expert EU Cyber Resilience Act (CRA) advisor for Regulation (EU) 2024/2847 — mandatory cybersecurity and vulnerability handling requirements for all products with digital elements (PDEs) sold in the EU. Use this skill for gap analysis, product classification (Default / Class I / Class II), conformity assessment route…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 133 tokens

aenderungsvorbehalt-308

Für Änderungsvorbehalt 308: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 41 tokens

agb-leasingvertrag-fortwirkung-schiedsklausel

Für AGB im Leasingvertrag Fortwirkung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: agb-leasingvertrag-fortwirkung-schiedsklausel.

Klotzkette/claude-fuer-deutsches-recht · 70 tokens

agb-und-cookie-einwilligung-dsgvo

Für AGB und Cookie Einwilligung DSGVO: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 44 tokens

nis2

EU NIS2 Directive (Directive (EU) 2022/2555) compliance advisor for essential and important entities: entity classification, Art. 21 risk management measures, Art. 23 incident reporting timelines (24h/72h/1 month), Art. 20 governance obligations, supply chain security (Art. 21(2)(d); coordinated risk assessments Art.…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 195 tokens