AI Humanizer

February 20, 2026 ยท View on GitHub

License: MIT Skills

Make AI-generated content undetectable. Prevents the patterns AI detectors and experienced developers flag - em dashes, buzzwords, over-formatting, narrating comments, git co-author trailers, and uniform sentence structure.

AI detectors look for statistical patterns, not meaning. This plugin prevents those patterns at the source. The agent writes human-sounding content from the start instead of you fixing it after.

Install

Cursor / Claude Code / Windsurf

npx skills add ofershap/ai-humanizer

Or copy skills/ into your .cursor/skills/ or .claude/skills/ directory.

What's Included

TypeNameDescription
Skillai-humanizer10 rules covering vocabulary, formatting, structure, comments, commits, and git metadata
Rulebest-practicesAlways-on behavioral rule that catches AI patterns before they're written
Command/auditScan your project for AI fingerprints in READMEs, docs, comments, and git history

What It Catches

AI patternWhy it gets flaggedWhat the plugin enforces
Em dashes (---) everywhereAI uses them 5-10x more than humansHyphens with spaces, periods, or restructured sentences
"delve", "leverage", "robust"50-700x more frequent in AI textPlain words: "use", "important", "careful"
"In today's...", "Happy coding!"Opening/closing clichesDirect, varied openings
12-18 word sentences consistentlyUniform length is a strong signalMixed short and long sentences
// Import the moduleNarrating comments are an instant tellOnly non-obvious intent in comments
Co-authored-by: CursorPermanently marks your git historyNo AI attribution in commits
Bold labels on every bulletOver-formatting signals AISparse, varied formatting
  • think-first - Plan-first workflow (pairs well with humanized output)

If this helped your workflow, a star helps others find it.

Author

Made by ofershap

LinkedIn GitHub

License

MIT