Skip to main content
AIDiveForge AIDiveForge
✒️

Editorial Style Matcher

Writing & Editing · by AIDiveForge · Apr 17, 2026 · Beginner · ✓ 1 verified compat

Rewrite a draft to match a target publication's house style (sentence length, voice, diction) without changing meaning.

🧠 Why it works

Writers can usually describe a publication's style ('terse, punchy, no adverbs'), but rewriting their own prose to match is exhausting and inconsistent. The skill separates 'what to say' (unchanged) from 'how to say it' (rewritten), which is the decomposition human copy editors use. Extracting the style profile from a real corpus of 20+ articles — rather than a vibes-based prompt — grounds the target in measurable stats (avg sentence length, Flesch score, named-entity density).

⚙️ How it works

1) Corpus phase: compute style statistics from 20+ target articles — sentence length distribution, syllables/word, passive-voice rate, comma density, characteristic n-grams. 2) Draft phase: decompose the input into atomic claims (a list of what is asserted, stripped of style). 3) Rewrite phase: instruct the LLM to re-express each claim matching the measured style targets. 4) Validation: re-measure stats on the rewrite; if any metric is > 1σ off the target, request a targeted re-run. 5) Meaning-preservation check: embed-similarity each rewritten claim vs original; anything below threshold gets flagged for human review.

Description

A style-transfer skill: takes a draft and a target style profile (derived from a sample corpus of the target publication) and rewrites the draft to match. Preserves factual claims, adjusts tone, sentence rhythm, and characteristic vocabulary.

Install this skill

A Claude skill is a skill.md file with YAML frontmatter and a markdown body. Drop the file into your tool of choice — or pick a different format if you use Cursor, Windsurf, Copilot, or something else.

Download skill.md
mkdir -p ~/.claude/skills/editorial-style-matcher \
  && curl -L https://aidiveforge.com/skill/editorial-style-matcher.skill-md \
       -o ~/.claude/skills/editorial-style-matcher/skill.md

Save to ~/.claude/skills/editorial-style-matcher/skill.md

Recommended Use

Tools and workflow packs this skill pairs well with. Forge picks are auto-generated from category + capability signals; Community picks are added by people who've used the pairing.