Fidelity Repair — Development skill for Claude Code
Claude/Hermes agent skill: repair a rewritten text to match the original's meaning with minimal edits (cuts insertions rewordings).
How to install Fidelity Repair
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open diwenne/fidelity-repair and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Fidelity Repair does
Claude/Hermes agent skill: repair a rewritten text to match the original's meaning with minimal edits (cuts > insertions > rewordings). Useful for restoring fidelity after humanization/paraphrase passes.
Alternatives in Development
- Cs2 Knife — Create a high-fidelity procedural Three.js 3D reconstruction of 14.1k ★
- Fidelity — Measure how faithfully a clone reproduces a site — pixel-diff plus motion-fidelity into one 0-100 score, a let 3.6k ★
- Agentlas Build — Build, repair, or package Agentlas agents and teams with Hephaestus 1.1k ★
README
fidelity-repair
A [Claude Code / Hermes](https://claude-code.nousresearch.com/docs) skill that repairs a **rewritten** version of a text so it says exactly what the **original** says, while keeping the rewrite's own wording as close to verbatim as possible.
repair(ORIGINAL, REWRITE) -> CORRECTED
Useful whenever you have two versions of the same text — a paraphrase, a translation or back-translation, an editor's or friend's pass, a "simplified" version — and the rewrite drifted from the original's meaning: reverted claims, changed names/titles/quotations/numbers/citations, or imprecise terminology swapped in for terms of art.
- ORIGINAL decides what the text means.
- REWRITE decides how the text is worded — it's the base, and everything in it that's already faithful stays untouched, however flat or awkward.
- CORRECTED is the rewrite plus the smallest possible set of edits needed to make it say what the original says.
Edit budget, cheapest first: **cuts > insertions >>> rewordings.** This is repair, not rewriting or polishing — see "What this skill does not do" in [SKILL.md](SKILL.md).
Why this is useful for humanization
A very common reason people reach for a paraphrase/rewrite tool is to make AI-drafted or stiff text read more naturally — but every such rewrite risks quietly changing what the text *says*: dropped hedges, swapped terms of art, altered numbers, mangled quotations. This skill is the fidelity-repair step that comes after that rewrite: it diffs the rewrite against the true original and surgically restores meaning with the minimum possible edit footprint, so the humanized voice survives untouched wherever it was already accurate. It explicitly refuses to "tune" text for AI detectors — it only restores fidelity — which is what actually protects an author (see the skill's stance on this).
What's in this repo
SKILL.md— the full skill: contract, edit taxonomy (cut/insert/substitute/reword), the meaning-vs-style t
Related Skills
Vision
Claude Code ships with a single system prompt designed to be safe and useful across all contexts. This is the
Critique Adversarial
/critique-adversarial — Hostile cut-editor for articles. Reads the full piece first, maps the thesis spine, th
Update Guard
Create or upgrade a Genesis agent's guard — the per-agent invariants (self_protect + must_match / must_not_mat
Self Improving Skill
Auto-learn writing rules from human edits. record original → record final → diff → extract rules → update SKIL
Annotate Paper
An agent skill that turns an academic paper into a reading companion: a plain-language opening, the real forwa
Architecture Config Pass Frozen Authority Directly
Use when: (1) a coordinator projects a typed config into a second stage-only config object, (2) new CLI/config
Related Agents
Patina Fidelity Auditor
Triggers to audit whether a patina rewrite preserved meaning versus the original text. Invoke this agent after
Selfish Content Architect
Turn an approved audience problem, original idea, and evidence into the most useful artifact—not merely the mo
Post Critic
Red-teams a finished infographic for copy hooks, clean creative structure, verified identity assets, typograph