Editorial Style Matcher
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.
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
Sign in to suggestTools 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.
Forge Auto-recommended matches
Tools
-
Jasper transform 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Copy.ai transform 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Rytr transform 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Anyword transform 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Copy.ai transform 32%
Why: category partial · caps 0/0 · domain content
-
Easy-Peasy.AI transform 32%
Why: category partial · caps 0/0 · domain content
-
Writesonic transform 30%
Why: caps 0/0 · domain content · io-match
-
Grammarly AI transform 30%
Why: caps 0/0 · domain content · io-match
-
Notion AI transform 30%
Why: caps 0/0 · domain content · io-match
Report compatibility
Tell the community which tool you used this skill with, and whether it worked.
Suggest a pairing
Recommend a tool or workflow pack that this skill works well with. Up to 5 recommendations per day.