← How I Use AI
Dispatch #6
Humanizer: strip AI writing patterns
A small skill for detecting common AI writing tics and rewriting text so it sounds more natural.
AI text has telltale patterns — inflated language, filler phrases, em dashes everywhere. The humanizer skill detects 29 such patterns and rewrites text to sound natural.
Claude Code. Install and run /humanizer:
mkdir -p ~/.claude/skills/humanizer && \
git clone https://github.com/blader/humanizer.git \
~/.claude/skills/humanizer
Claude AI (web) and Claude Desktop. Create a Project, then paste the SKILL.md contents into the Project's custom instructions.