voice-authlisted
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