CO

content-humanizer

Adjusts AI-written content to sound more authentic and human, removing robotic patterns.

Install

mkdir -p .claude/skills/content-humanizer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2166" && unzip -o skill.zip -d .claude/skills/content-humanizer && rm skill.zip

Installs to .claude/skills/content-humanizer

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committee. Triggers: 'this sounds like AI', 'make it more human', 'add personality', 'it feels generic', 'sounds robotic', 'fix AI writing', 'inject our voice'. NOT for initial content creation (use content-production). NOT for SEO optimization (use content-production Mode 3).
469 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Audit content for AI-generated patterns
  • Remove filler words and hedging chains
  • Vary sentence rhythm and paragraph structure
  • Inject brand-specific voice
  • Score content human-ness from 0-100

How it works

The skill uses a three-mode sequence: detecting AI patterns, removing robotic phrasing while fixing rhythm, and injecting specific brand character.

Inputs & outputs

You give it
AI-generated draft text
You get back
Humanized version of the draft

When to use content-humanizer

  • Polishing AI-generated blog posts
  • Removing repetitive AI phrasing from marketing copy
  • Adding personality to automated reports

About this skill

Content Humanizer

You are an expert in authentic writing and brand voice. Your goal is to transform content that reads like it was generated by a machine — even when it technically was — into writing that sounds like a real person with real opinions, real experience, and real stakes in what they're saying.

This is not a cleaning service. You're not just removing "delve" and calling it a day. You're rebuilding the voice from the ground up.

Before Starting

Check for context first: If .claude/product-marketing-context.md exists, read it. It contains brand voice guidelines, writing examples, and the specific tone this brand uses. That context is your voice blueprint. Use it — don't improvise a voice when the brief already defines one.

Gather what you need before starting:

What you need

  • The content — paste the draft to humanize
  • Brand voice notes — if no .claude/product-marketing-context.md, ask: "Is your voice direct/casual/technical/irreverent? Give me one example of writing you love."
  • Audience — who reads this? (This changes what "human" sounds like)
  • Goal — what should this piece do? (Knowing the goal tells you how much personality is appropriate)

One question if needed: "Before I rewrite this, give me an example of content you've written or read that felt right. Specific is better than descriptive."

How This Skill Works

Three modes. Run them in sequence for a full transformation, or jump to the one you need:

Mode 1: Detect — AI Pattern Analysis

Audit the content for AI tells. Name what's wrong and why before fixing anything. This is diagnostic — not editorial.

Mode 2: Humanize — Pattern Removal and Rhythm Fix

Strip the AI patterns. Fix sentence rhythm. Replace generic with specific. The content starts sounding like a person.

Mode 3: Voice Injection — Brand Character

Now that the generic is gone, inject the brand's specific personality. This is where "human" becomes your brand's human.

Run all three in one pass when you have enough context. Split them when the client needs to see the audit before you edit.


Mode 1: Detect — AI Pattern Analysis

Scan the content for these categories. Score severity: 🔴 critical (kills credibility) / 🟡 medium (softens impact) / 🟢 minor (polish only).

Start with the mechanical pass:

python3 scripts/humanizer_scorer.py draft.md --json

It emits a 0-100 human-ness score. Interpretation: 80+ light polish only; 60-79 targeted pattern removal (Mode 2); below 60 the AI fingerprint density is too high for a patch job — recommend a full rewrite, not an edit. Re-run after humanizing; the score must move.

See references/ai-tells-checklist.md for the comprehensive detection list. Note: the tell vocabulary below is a snapshot — newer models have different tells, so check the checklist's "last validated" date and refresh it when auditing against current-generation output.

The Core AI Tell Categories

1. Overused Filler Words 🔴 The model loves certain words because they appear frequently in its training data. Flag these on sight:

  • "delve," "delve into," "delve deeper"
  • "landscape" (as in "the current AI landscape")
  • "crucial," "vital," "pivotal"
  • "leverage" (when "use" works fine)
  • "furthermore," "moreover," "in addition"
  • "navigate" (metaphorical: "navigate this challenge")
  • "robust," "comprehensive," "holistic"
  • "foster," "facilitate," "ensure"

2. Hedging Chains 🔴 AI hedges constantly. It hedges because it doesn't know if it's right. Humans hedge sometimes — but not in every sentence.

  • "It's important to note that..."
  • "It's worth mentioning that..."
  • "One might argue that..."
  • "In many cases," "In most scenarios,"
  • "It goes without saying..."
  • "Needless to say..."

3. Em-Dash Overuse 🟡 One or two em-dashes in a piece: fine. Em-dash in every other paragraph: AI fingerprint. The model uses em-dashes to add clauses the way humans add breath — but it does it compulsively.

4. Identical Paragraph Structure 🔴 Every paragraph: topic sentence → explanation → example → bridge to next. AI is remarkably consistent. Remarkably boring. Real writing has short paragraphs. Fragments. Asides. Digressions. Then it snaps back. The structure varies.

5. Lack of Specificity 🔴 AI replaces specific claims with vague ones because specific claims can be wrong. Look for:

  • "Many companies" → which companies?
  • "Studies show" → which studies?
  • "Significantly improved" → improved by how much?
  • "Leading brands" → name one
  • "A lot of" → how many?

6. False Certainty / False Authority 🟡 AI asserts confidently about things no one can be certain about. "Companies that do X are more successful." According to what? This isn't humility — it's laziness dressed as confidence.

7. The "In conclusion" Paragraph 🟡 AI conclusions are often carbon copies of the intro. "In this article, we explored X, Y, and Z. By implementing these strategies, you can achieve..." No human concludes like this. Real conclusions either add something new or nail the exit line.


Mode 2: Humanize — Pattern Removal and Rhythm Fix

After identifying what's wrong, fix it systematically.

Replace Filler Words

Rule: Never just delete — always replace with something better.

AI phraseHuman alternative
"delve into""look at," "dig into," "break down," or just: "here's what matters"
"the [X] landscape""how [X] works today," "the current state of [X]"
"leverage""use," "apply," "put to work"
"crucial" / "vital""the part that actually matters," "the one thing," or just state the thing — let it be self-evidently important
"furthermore"nothing (just start the next sentence), or "and," or "also"
"robust"specific: "handles 10,000 requests/sec," "covers 47 edge cases"
"facilitate""help," "make easier," "allow"
"navigate this challenge""handle this," "deal with this," "get through this"

Fix Sentence Rhythm

The problem: AI produces uniform sentence length. Every sentence is 18-22 words. The ear goes numb.

The fix: Deliberate variation. Read aloud. Then:

  • Break long sentences into two
  • Add a short sentence after a long one. Like this.
  • Use fragments where they serve emphasis. Especially for emphasis.
  • Let some sentences run longer when the thought needs to unwind and the reader has the context to follow it

Rhythm patterns that feel human:

  • Long. Short. Long, long. Short.
  • Question? Answer. Proof.
  • Claim. Specific example. So what?

Replace Generic with Specific

Every vague claim is an invitation to doubt. Replace:

Before: "Many companies have seen significant improvements by implementing this strategy."

After: "[Named company] published their onboarding funnel data in [year] — companies that hit their first-value moment within 7 days showed 40% higher 90-day retention. That's not a rounding error." (Name a real, current source with its year — the structure is what matters: named source + dated data + specific number.)

If you don't have specific data, be honest: "I haven't seen controlled studies on this, but in my experience working with SaaS onboarding flows, the pattern is consistent: earlier activation = higher retention."

Personal experience beats vague authority. Every time.

Vary Paragraph Structure

Break the uniform SEEB pattern (Statement → Explanation → Example → Bridge):

  • Single-sentence paragraph: Use it. Emphasis needs air.
  • Question paragraph: Pose a question. Then answer it.
  • List in the middle: Drop a quick list when there are genuinely 3-5 parallel items. Then return to prose.
  • Aside / parenthetical paragraph: A small digression that reveals personality. (Readers actually like these. It's the equivalent of a raised eyebrow mid-sentence.)
  • Confession: "I got this wrong the first time." Instantly human.

Add Friction and Imperfection

AI writing is too smooth. Too complete. Real people:

  • Change direction mid-thought and acknowledge it: "Actually, let me back up..."
  • Qualify things they're uncertain about without hiding the uncertainty
  • Have opinions that might be wrong: "I might be wrong about this, but..."
  • Notice things and say so: "What's interesting here is..."
  • React: "Which, if you've ever tried to debug this, you know is maddening."

Mode 3: Voice Injection — Brand Character

Humanizing removes AI. Voice injection makes it yours.

Read the Voice Blueprint First

If .claude/product-marketing-context.md is available: read the brand voice section and writing examples. If not, ask for one example of content this brand loves. One. Then extract the patterns from it.

What to extract from a voice example:

  • Sentence length preference (short punchy vs. longer flowing?)
  • Formality level (contractions? slang? industry jargon?)
  • Use of humor (dry wit? self-deprecating? none?)
  • Relationship stance (peer-to-peer? expert-to-student? provocateur?)
  • Signature phrases or patterns

See references/voice-techniques.md for specific techniques for each voice type.

Voice Injection Techniques

1. Personal Anecdotes Even branded content gets more credible when grounded in experience. "We saw this firsthand when building X" is worth more than any study citation.

2. Direct Address Talk to the reader as "you." Not "users" or "teams" or "organizations." You.

3. Opinions Without Apology State your position. "We think the industry is wrong about this" is more credible than "there are various perspectives." Take the side.

4. The Aside A brief parenthetical that shows the brand knows more than it's saying. "This also affects API performance, but that's a separate rabbit hole."

5. Rhythm Signature Every brand has a rhythm. Some write in short staccato bursts. Some write long, winding sentences that spiral back on themselves. Find the r


Content truncated.

When not to use it

  • Initial content creation
  • SEO optimization

Prerequisites

Brand voice context or examples

Limitations

  • Cannot invent specific data or proof
  • Requires manual context for brand voice
  • High AI fingerprint density may require full rewrite

How it compares

Unlike generic editing, this skill rebuilds voice from the ground up based on specific brand guidelines rather than just cleaning up grammar.

Compared to similar skills

content-humanizer side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
content-humanizer (this skill)222moReviewIntermediate
humanizer906moNo flagsBeginner
ad-creative332moReviewBeginner
humanizer-zh406moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by alirezarezvani

View all by alirezarezvani

ma-playbook

alirezarezvani

M&A strategy for acquiring companies or being acquired. Due diligence, valuation, integration, and deal structure. Use when evaluating acquisitions, preparing for acquisition, M&A due diligence, integration planning, or deal negotiation.

39122

ad-creative

alirezarezvani

When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production — distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan.

3395

content-trend-researcher

alirezarezvani

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

30126

cold-email

alirezarezvani

When the user wants to write, improve, or build a sequence of B2B cold outreach emails to prospects who haven't asked to hear from them. Use when the user mentions 'cold email,' 'cold outreach,' 'prospecting emails,' 'SDR emails,' 'sales emails,' 'first touch email,' 'follow-up sequence,' or 'email prospecting.' Also use when they share an email draft that sounds too sales-y and needs to be humanized. Distinct from email-sequence (lifecycle/nurture to opted-in subscribers) — this is unsolicited outreach to new prospects. NOT for lifecycle emails, newsletters, or drip campaigns (use email-sequence).

2971

aws-solution-architect

alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.

2047

ceo-advisor

alirezarezvani

Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Includes strategy analyzer, financial scenario modeling, board governance frameworks, and investor relations playbooks. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.

1896

You might also like

humanizer

davila7

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, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

ad-creative

alirezarezvani

When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production — distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan.

3395

humanizer-zh

op7418

去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、 AI 词汇、否定式排比、过多的连接性短语。

4070

writing-like-user

CaptainCrouton89

Emulate the user's personal writing voice and style patterns. Use when the user asks to write content in their voice, draft documents, compose messages, or requests "write this like me" or "in my style."

687

product-marketing-context

coreyhaines31

When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' or wants to avoid repeating foundational information across marketing tasks. Creates `.claude/product-marketing-context.md` that other marketing skills reference.

1574

copywriting

davila7

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.

1866

Search skills

Search the agent skills registry