Claude Code skill that rewrites AI-generated content to sound human
npx skills add https://github.com/jpeggdev/humanize-writing --skill humanize-writingInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
A Claude Code skill that rewrites AI-generated content to sound like a human wrote it.
Detects and fixes common AI writing patterns through an 8-pass editing process:
See SKILL.md for the full editing process and references/ai-tells.md for the complete detection checklist.
npx skills add jpeggdev/humanize-writing
npm install -g @jpeggdev/humanize-writing
The postinstall script copies the skill files to ~/.claude/skills/humanize-writing/ (and equivalent directories for Cursor and Windsurf).
Once installed, the skill activates automatically in Claude Code when you say things like:
This skill combines two approaches:
Primary reference: Wikipedia: Signs of AI writing, maintained by WikiProject AI Cleanup.
npm uninstall -g @jpeggdev/humanize-writing
This removes the skill files from all agent skill directories.
MIT