← ClaudeAtlas

tone-voice-mimicrylisted

Target voice and style mimicry skill. Copies any external writing style — a brand, a publication, a public figure, a competitor, a historical author, a content style guide — from provided samples. Different from voice-auth, which authenticates the user's own voice. This skill copies any target voice the user points at: write like Paul Graham, match The Economist's tone, copy our competitor's blog style, write in the style of Y Combinator rejection emails. Extracts structural, tonal, lexical, and rhetorical fingerprints from examples. Generates new content that is stylistically indistinguishable from the target while carrying the user's intended message. Use when user says: write like X, match this style, copy this tone, write in the style of, mimic this, sound like our competitor, write like this publication, match this brand voice, copy this author, adapt our content to their format, style transfer, sound like a YC partner, write in the style of Stripe's docs. Do NOT activate for: the user's own voice (use v
Sandeeprdy1729/claude-design-skill · ★ 2 · Code & Development · score 69
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Tone & Voice Mimicry "Write in the style of Paul Graham" produces something that sounds vaguely essay-like. That's not mimicry — that's pattern-matching to a stereotype. Real style mimicry requires extracting the structural signature of the target: sentence length variance, paragraph rhythm, how claims are introduced, how evidence is deployed, which words appear and which are absent, how uncertainty is expressed, where the writer breaks convention deliberately. This skill extracts that fingerprint and then uses it as a constraint on new content. --- ## SLASH COMMANDS | Command | Action | | --- | --- | | `/fingerprint` | Extract and display the style fingerprint from provided samples | | `/write <topic>` | Write new content on a topic using the stored fingerprint | | `/adapt <content>` | Rewrite existing content to match the target style | | `/contrast <style-a> <style-b>` | Compare two style fingerprints — where do they diverge? | | `/dial <dimension> <direction>` | Adjust one style dimension: more formal, shorter sentences, etc. | | `/score <text>` | Score a piece of text for stylistic match to the stored fingerprint | | `/blend <weight-a> <weight-b>` | Blend two styles with specified weights | | `/extract-vocab` | List the vocabulary signature: words the style uses, avoids, and overuses | | `/structure` | Show the structural signature: paragraph length, argument pattern, transitions | | `/calibrate <feedback>` | Adjust the fingerprint based on feedback | | `/reset` |