Content Humanizer

Content Humanizer transforms AI-generated text into writing that sounds genuinely human by detecting and removing AI patterns, fixing sentence rhythm, and injecting brand voice. It produces humanized drafts, AI audits, and before/after comparisons.

✨ What it does

  • Detects AI tells across categories like filler words, hedging chains, and em-dash overuse.
  • Scores human-ness from 0-100 using a Python script.
  • Replaces generic phrases with specific, credible alternatives.
  • Varies sentence rhythm and paragraph structure for natural flow.
  • Injects brand voice using context files or user-provided examples.
  • Flags issues like high AI density, missing voice context, and specificity gaps.

🎯 When to use it

  • When content sounds robotic or uses AI clichés like 'delve' or 'leverage'.
  • When you need to add personality or a specific brand voice to existing text.
  • When a piece reads as generic or lacks specificity and real-world examples.
  • When you want to audit content for AI tells before publishing.

🚀 How to use

Trigger with phrases like 'this sounds like AI', 'make it more human', or 'add personality'. Provide the content to humanize, and optionally brand voice notes, audience, and goal. If a context file exists, it will be used automatically. Example prompts:

Make this more human: [paste draft]
This sounds robotic, can you fix it? [paste draft]

📄 Output: A humanized draft, AI audit report, or before/after comparison depending on the mode requested.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/marketing-skill/skills/content-humanizer .claude/skills/content-humanizer

Skill source: marketing-skill/skills/content-humanizer/SKILL.md

⚠️ Good to know

Requires the original content and ideally brand voice context; cannot invent specific data or proof for vague claims.

❓ FAQ

What does the humanizer score mean?

A score of 80+ means light polish only, 60-79 needs targeted pattern removal, and below 60 suggests a full rewrite is needed.

Can I use this for initial content creation?

No, this skill is for humanizing existing AI-generated content, not for creating new content from scratch.

How does the skill know my brand voice?

It checks for a .claude/product-marketing-context.md file, or asks you for an example of writing you love to extract voice patterns.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.