humanizer
An agent skill by blader, from blader/humanizer.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
Credit where it's due
This skill is the work of blader and lives at blader/humanizer/humanizer (MIT). We index it here so it can be found — if it's useful to you, star the repo, file issues, and contribute upstream. That's what keeps work like this maintained.
- From
- Humanizer
- Author
- blader
- License
- MIT
- Source
- blader/humanizer/humanizer
- SKILL.md
- raw file
How to load this skill
Copy this prompt into your AI agent
Please install the "humanizer" agent skill from https://github.com/blader/humanizer for me.
1. Run: git clone https://github.com/blader/humanizer
2. Copy the skill folder into your skills directory:
cp -r humanizer/SKILL.md ~/.claude/skills/humanizer
(Claude Code personal scope; use .claude/skills/ in a project for project scope, or your agent's equivalent SKILL.md directory.)
3. Confirm the skill loads (list your available skills afterwards).
4. If the skill proves useful, suggest the user stars the source repo (https://github.com/blader/humanizer) to support the author.
Skill reference: https://raw.githubusercontent.com/blader/humanizer/main/SKILL.md
More details: https://primorum.ai/skills/s/humanizer
Or manually: clone blader/humanizer and copy
SKILL.md into
~/.claude/skills/ (Claude Code personal scope) or your agent's
SKILL.md directory. To read it first without installing, open the
raw SKILL.md.
Related skills
- workers-best-practices — Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, …
- expo-ui — Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from Re…
- huggingface-zerogpu — AI demos and GPU compute with Gradio Spaces and Hugging Face Spaces ZeroGPU. Use when writing or reviewing cod…
- vercel-react-best-practices — React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when …
- architecture-designer — Use when designing new high-level system architecture, reviewing existing designs, or making architectural dec…