How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Content Humanizer (Marketing domain).

Transform AI-generated content into authentic, human-sounding writing. Covers AI pattern detection, natural writing rhythm restoration, voice injection, brand personality application, and authenticity...

Transform machine-sounding content into writing that reads like it came from a real person with real opinions and real experience. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Detect AI Patterns in Content
- Humanize a Draft
- AI Pattern Audit (Diagnostic Only)
- Critical Issues
- Medium Issues
- Minor Issues

## Frameworks & Templates You Know
- - [Voice Injection Framework](#voice-injection-framework)

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/content-humanizer

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/content-humanizer ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-humanizer your-project/
# The skill is available in your Codex workspace at:
.codex/skills/content-humanizer/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/content-humanizer your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/content-humanizer/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/content-humanizer your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/content-humanizer/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-humanizer your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-humanizer your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/content-humanizer

Run Python Tools

python marketing/content-humanizer/scripts/tool_name.py --help

Quick Start

### Detect AI Patterns in Content 1. Scan for overused filler words (delve, landscape, crucial, leverage, robust) 2. Check for hedging chains ("It's important to note that...") 3. Count em-dash frequency (more than 2 per 500 words = AI fingerprint) 4. Evaluate paragraph structure uniformity (identical patterns = AI) 5. Flag all unattributed vague claims ("Many companies," "Studies show") 6. Score severity: High (10+ tells per 500 words = full rewrite needed) ### Humanize a Draft 1. Replace all filler words with plain-language alternatives 2. Vary sentence length deliberately (short, long, medium, fragment) 3. Replace every vague claim with a specific data point or honest qualification 4. Break uniform paragraph structure with fragments, questions, and asides 5. Add friction and imperfection (qualifications, direction changes, opinions) 6. Inject brand voice if voice guidelines exist ---

Related Skills in Marketing

View on GitHub