Claude Code skill that rewrites AI-generated content to sound human
개요
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: 1. -- formulaic sections, identical list lengths, tidy takeaways 2. -- "pivotal moment," "nestled," "vibrant" 3. -- "delve," "landscape," "leverage," "tapestry," and dozens more 4. -- copula avoidance, -ing phrases, synonym cycling, false ranges 5. -- metronomic cadence, em dash overuse, boldface, emoji, curly quotes 6. -- "It's worth noting," chatbot artifacts, sycophancy 7. -- "Moreover," "Furthermore," "Additionally" on repeat 8. -- adding opinions, lived experience, personality See SKILL.md for the full editing process and references/ai-tells.md for the complete detection checklist. The postinstall script copies the skill files to ~/.claude/skills/humanize-writing/ (and equivalent directories for Cursor and Windsurf).
README
humanize-writing
A Claude Code skill that rewrites AI-generated content to sound like a human wrote it.
What it does
Detects and fixes common AI writing patterns through an 8-pass editing process:
- Structure tells – formulaic sections, identical list lengths, tidy takeaways
- Significance inflation / promotional language – “pivotal moment,” “nestled,” “vibrant”
- AI vocabulary – “delve,” “landscape,” “leverage,” “tapestry,” and dozens more
- Grammar-level patterns – copula avoidance, -ing phrases, synonym cycling, false ranges
- Rhythm and style – metronomic cadence, em dash overuse, boldface, emoji, curly quotes
- Hedging, filler, and vague attributions – “It’s worth noting,” chatbot artifacts, sycophancy
- Connective tissue – “Moreover,” “Furthermore,” “Additionally” on repeat
- Human texture and soul – adding opinions, lived experience, personality
See SKILL.md for the full editing process and references/ai-tells.md for the complete detection checklist.
Install
Via skills.sh (GitHub-based)
npx skills add jpeggdev/humanize-writing
Via npm
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).
Usage
Once installed, the skill activates automatically in Claude Code when you say things like:
- “humanize this”
- “sounds like AI”
- “make it sound human”
- “too robotic”
- “de-AI this”
Credits
This skill combines two approaches:
- The pass-based editing workflow and ai-tells reference from humanize-writing
- The 24 Wikipedia-sourced patterns and “soul” philosophy from humanizer by blader
Primary reference: Wikipedia: Signs of AI writing, maintained by WikiProject AI Cleanup.
Version History
- 2.0.0 - Combined humanize-writing and humanizer-blader into a single skill. Added passes for significance inflation, grammar-level patterns, and soul/personality. Expanded ai-tells.md with additional patterns.
- 1.0.1 - npm packaging fixes
- 1.0.0 - Initial release
Uninstall
npm uninstall -g @jpeggdev/humanize-writing
This removes the skill files from all agent skill directories.
License
MIT
추천 도구
다른 키워드를 입력하거나 필터를 제거해 보세요.
설치
npx skillfish add jpeggdev/humanize-writing