From idiolect
Rewrites text to sound human by removing AI tells (Mode A) or re-voicing in a specific persona (Mode B). Use when drafts sound like AI or need a distinct voice.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idiolect:humanize [voice-slug] then paste text or give a file path[voice-slug] then paste text or give a file pathThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Two modes. Both end with before/after scanner scores, because "sounds better to me" is not a receipt.
Two modes. Both end with before/after scanner scores, because "sounds better to me" is not a receipt.
Voice references can be fuzzy and human ("make it sound like the diner guy", "like me" → the self voice): resolve against $IDIO voices --json and proceed, mentioning the match in passing. No voice mentioned → Mode A.
ROOT="${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-$IDIOLECT_ROOT}}"
# unset everywhere (opencode)? ROOT = two directories up from this SKILL.md
IDIO="python3 $ROOT/scripts/idiolect.py"
Input text goes to a scratch file via the Write tool, never inline in shell.
The goal is the same author, minus the generator fingerprints, plus a pulse.
orig.txt; run $IDIO scan --file orig.txt [--platform <p>]. Show the user the score and the top tells found — this is the "before" receipt and it teaches them what was wrong.receipt: 68 → 9 (clean) + one line on the biggest change.The text's CONTENT survives; its author is replaced.
_shared/craft.md and the platform row of _shared/platforms.md if a platform is stated.$IDIO scan (≤ 15) AND $IDIO conform --voice <slug> (PASS). Iterate to 3.texture: line.npx claudepluginhub nagisanzenin/idiolectRewrites AI-generated text to sound natural by removing common AI tells like inflated significance and formulaic phrasing. Matches personal or brand voice from about/me.md or user samples.
Rewrites AI-generated prose to sound human by learning a user's voice from a sample and stripping AI tells like uniform rhythm, hollow confidence words, and template rhetoric.
Rewrites text to remove AI-generated patterns and sound natural. Replaces overused phrases, hedging, and hollow transitions with concise human voice.