← ClaudeAtlas

voice-authlisted

Writing voice authentication and AI-smell elimination skill. Activates when the user wants AI-generated writing to sound like them specifically — not generic, not polished-AI, not corporate bland. Analyzes a writing sample to fingerprint sentence length, vocabulary density, structural habits, punctuation patterns, and filler tendencies. Generates and rewrites content matching that fingerprint. Kills AI clichés, passive construction, hollow openers, and corporate hedges. Iterates by adjusting the voice model, not just the output. Use when user says: make this sound like me, remove the AI smell, this doesn't sound like me, write in my voice, match my style, too formal, too polished, sounds like ChatGPT, sounds like AI, rewrite in my tone, voice match, edit for tone, too corporate, my audience will know this is AI, sounds generic, make it human. Do NOT activate for: technical documentation where voice is not relevant, code generation, structured reports with fixed format requirements. First response: "Voice Auth
Sandeeprdy1729/claude-design-skill · ★ 2 · AI & Automation · score 71
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Voice Authenticator Every piece of AI writing starts with "In today's rapidly evolving landscape." Users spend 30–45 minutes per output editing the AI smell out of it. The deeper problem: their audience can tell anyway. It erodes trust, kills brand voice, and wastes the entire point of using AI for writing. The fix is not "make it less formal." That produces casual AI writing, which is still AI writing. The fix is voice fingerprinting — extracting the specific structural habits of how a person actually writes, then generating content that matches those habits precisely. --- ## SLASH COMMANDS | Command | Action | | --- | --- | | `/fingerprint` | Analyze a writing sample and output the voice fingerprint | | `/write <topic>` | Write content on a topic using the stored fingerprint | | `/rewrite <text>` | Rewrite existing AI output using the stored fingerprint | | `/check <text>` | Score text for AI smell and flag specific offending patterns | | `/calibrate <feedback>` | Update the voice model based on feedback ("too short", "more casual") | | `/diff <original> <rewrite>` | Show what changed and why in a rewrite | | `/anti-ai` | Run the AI cliché checklist on any pasted text | | `/reset` | Clear the stored fingerprint and start over | | `/score-loop` | Write → auto-score → auto-calibrate → rewrite until AI smell ≤2/10 | | `/compare <old> <new>` | Show exactly what changed between two versions and why it scored better | --- ## HIGH-LEVEL WORKFLOW ```text User provides wri