de-ai-ify

Remove AI-generated jargon and restore human voice to text. Built from analyzing 1,000+ AI vs human content pieces.

214 stars

Best use case

de-ai-ify is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Remove AI-generated jargon and restore human voice to text. Built from analyzing 1,000+ AI vs human content pieces.

Teams using de-ai-ify should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/de-ai-ify/SKILL.md --create-dirs "https://raw.githubusercontent.com/BrianRWagner/ai-marketing-claude-code-skills/main/de-ai-ify/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/de-ai-ify/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How de-ai-ify Compares

Feature / Agentde-ai-ifyStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Remove AI-generated jargon and restore human voice to text. Built from analyzing 1,000+ AI vs human content pieces.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# De-AI-ify Text

Remove AI-generated patterns and restore natural human voice to your writing.

## Why This vs ChatGPT?

**Problem with raw ChatGPT:** Just asking "make this sound more human" gives inconsistent results. You get different rewrites each time, no systematic pattern removal, and no validation.

**This skill provides:**
1. **Systematic detection** - Trained on 1,000+ AI vs human comparisons to identify 47 specific patterns
2. **Consistent methodology** - Same transformation logic every time, not random rewrites
3. **Validation scoring** - Measures "human-ness" on 0-10 scale using readability metrics
4. **Change tracking** - Shows exactly what was fixed and why
5. **Preservation mode** - Keeps your facts, structure, and key points while fixing the voice

**You can replicate this with ChatGPT if you:** Include all 47 patterns, build a scoring system, track changes manually, and spend 15 minutes per doc. This skill does it in 30 seconds.

## Mode

Detect from context or ask: *"Quick pass, full cleanup, or match a specific voice?"*

| Mode | What you get | Best for |
|------|-------------|----------|
| `quick` | Remove obvious AI patterns, single pass, no scoring | Blog posts, quick social copy |
| `standard` | Full 47-pattern scan + human score (0–10) + change log | Any content going public |
| `deep` | Full scan + voice calibration against a sample of the writer's actual work | Ghostwriting, brand voice-matched content |

**Default: `standard`** — use `quick` for fast edits. Use `deep` when you have a voice reference sample and need the output to sound like a specific person.

---

## Usage

```
/de-ai-ify <file_path>
```

Or with mode flag:

```
/de-ai-ify <file_path> --mode quick|standard|deep
```

Or with custom scoring:

```
/de-ai-ify <file_path> --score-threshold 8
```

## What Gets Removed

### 1. Overused Transitions (14 patterns)

- "Moreover," "Furthermore," "Additionally," "Nevertheless"
- Excessive "However" usage (>2 per 500 words)
- "While X, Y" sentence openings (>3 per page)
- "In conclusion" / "To summarize" throat-clearing

### 2. AI Cliches (18 patterns)

- "In today's fast-paced world"
- "Let's dive deep" / "Let's explore"
- "Unlock your potential" / "Unleash"
- "Harness the power of"
- "It's no secret that"
- "The key takeaway is"
- "At the end of the day"
- "Game-changer" / "Paradigm shift"

### 3. Hedging Language (8 patterns)

- "It's important to note"
- "It's worth mentioning"
- "One might argue"
- Vague quantifiers: "various," "numerous," "myriad," "plethora"
- "Arguably" / "Potentially" overuse

### 4. Corporate Buzzwords (12 patterns)

- "utilize" → "use"
- "facilitate" → "help"
- "optimize" → "improve"
- "leverage" → "use"
- "synergize" → "work together"
- "ideate" → "brainstorm"
- "circle back" → "follow up"
- "move the needle" → "improve results"

### 5. Robotic Patterns (9 patterns)

- Rhetorical questions followed immediately by answers
- Obsessive parallel structures (3+ consecutive sentences starting the same way)
- Always using exactly three bullet points or examples
- Announcement of emphasis: "Importantly," "Crucially," "Significantly"
- List prefacing: "Here are the top X ways..."

## What Gets Added

### Natural Voice Markers

- **Varied sentence rhythm** - Mix short (5-10 word) and long (20-30 word) sentences
- **Conversational connectors** - "So," "But here's the thing," "And yet"
- **Direct statements** - Replace "It could be argued that X is Y" with "X is Y"
- **Specific examples** - Replace "many companies" with "Salesforce, HubSpot, and Gong"

### Human Rhythm Signals

- **Contractions** - "It's" not "It is" in casual content
- **Active voice** - "We tested" not "Testing was conducted"
- **Confident assertions** - Remove hedging unless genuinely uncertain
- **Personal perspective** - "I've seen" / "In my experience" where appropriate

## Process

1. **Read original file** (supports .md, .txt, .docx)
2. **Score original** (0-10 human-ness scale)
3. **Apply pattern removal** (47 detections)
4. **Enhance human markers** (sentence rhythm, specificity)
5. **Score revised version**
6. **Create "-HUMAN.md" file**
7. **Generate change log**

## Output Structure

You'll receive:

```
ORIGINAL SCORE: 4.2/10 (AI-heavy)
REVISED SCORE: 8.6/10 (Human-like)

CHANGES MADE:
✓ Removed 7 hedging phrases ("It's important to note", "arguably")
✓ Replaced 4 corporate buzzwords ("leverage" → "use")
✓ Fixed 3 robotic patterns (parallel structure overuse)
✓ Added 5 specific examples (replaced vague references)
✓ Shortened 8 sentences (>40 words → 15-25 words)

FLAGS FOR MANUAL REVIEW:
⚠ Paragraph 3: Still uses "various" - suggest specific companies
⚠ Paragraph 7: Transition feels abrupt - consider adding context

FILE SAVED: example-HUMAN.md
```

## Scoring System

**Human-ness scale (0-10):**

- **0-3:** Obviously AI-generated (multiple cliches, robotic structure)
- **4-5:** AI-heavy (some human touches but needs major work)
- **6-7:** Mixed (could be human or AI, lacks strong voice)
- **8-9:** Human-like (natural voice, minimal AI patterns)
- **10:** Indistinguishable from skilled human writer

**Scoring factors:**
- Flesch Reading Ease (40-60 = ideal)
- Sentence length variance (coefficient of variation >0.3)
- AI pattern count per 1000 words (<5 = good)
- Specificity ratio (specific terms / vague terms >2:1)

## Real Case Study

**Client:** B2B SaaS marketing team writing blog posts with Claude

**Problem:** Posts were getting 40% bounce rate, 30-second avg time on page. Readers commented "feels robotic."

**Input sample (428 words, AI score 3.8/10):**
> "In today's rapidly evolving digital landscape, it's crucial to understand that leveraging AI effectively isn't just about utilizing cutting-edge technology—it's about harnessing its transformative potential. Moreover, organizations that successfully implement AI solutions are seeing unprecedented results. Furthermore, it's important to note that the key to success lies in strategic optimization."

**After de-ai-ify (391 words, score 8.4/10):**
> "AI works best when you use it for specific tasks. Salesforce cut support tickets by 30% with Einstein AI. HubSpot's content assistant writes first drafts in 2 minutes. Gong analyzes 1 million sales calls per month. The pattern? They picked ONE job for AI and nailed it."

**Results:**
- Bounce rate: 40% → 18% (-55%)
- Avg time on page: 30s → 2:14 (+347%)
- Comments: "Finally, straight talk about AI"
- Organic shares: 12 → 89 posts

**Time investment:** 8 blog posts processed in 4 minutes (vs. 2-3 hours manual rewrite)

## Examples

### Example 1: Marketing Copy

**Before:**
> "It's no secret that in today's competitive marketplace, leveraging data-driven insights is crucial for optimizing customer engagement. Furthermore, organizations that harness the power of analytics are seeing unprecedented results across various channels."

**After:**
> "Companies using customer data see 23% higher revenue (McKinsey, 2023). Spotify's algorithm keeps users 40% longer. Netflix saves $1B/year in retention. Data works when you act on it."

**Changes:** Removed 3 cliches, 2 hedges, 1 buzzword. Added 4 specific examples.

### Example 2: Technical Explanation

**Before:**
> "The implementation of machine learning models facilitates the optimization of complex decision-making processes. Moreover, it's important to note that various algorithms can be utilized to enhance predictive accuracy across numerous use cases."

**After:**
> "Machine learning helps computers learn from examples. Feed it 1,000 labeled images, it learns to recognize cats. Show it 10,000 sales calls, it predicts which deals will close. The algorithm improves with more data."

**Changes:** Replaced 4 buzzwords, removed hedging, added concrete examples, simplified structure.

### Example 3: Thought Leadership

**Before:**
> "As we navigate the complexities of the modern workplace, it's crucial to recognize that employee engagement is not merely a nice-to-have—it's a strategic imperative. Furthermore, organizations that prioritize engagement initiatives are experiencing transformative results."

**After:**
> "Disengaged employees cost $450-550B annually (Gallup). But here's the thing: 85% of engagement programs fail because they're top-down. The companies that win? They ask employees what actually matters, then fix those 3 things. Simple."

**Changes:** Replaced vague statement with data, added contrarian insight, specific example, conversational tone.

## Configuration Options

### Strict Mode (default)
```
/de-ai-ify document.md
```
- Removes all 47 patterns
- Target score: 8+/10
- Best for: Marketing copy, blog posts, social content

### Preserve Mode
```
/de-ai-ify document.md --preserve-formal
```
- Keeps some formal language
- Removes obvious cliches only
- Target score: 7+/10
- Best for: White papers, case studies, business docs

### Academic Mode
```
/de-ai-ify document.md --academic
```
- Preserves "Moreover," "Furthermore" (field standard)
- Focuses on voice and clarity
- Target score: 6.5+/10
- Best for: Research papers, technical docs

## Installation

```bash
# Copy skill to your skills directory
cp -r de-ai-ify $HOME/.openclaw/skills/

# Verify installation
/de-ai-ify --version
```

**No dependencies required** - Pure pattern matching and text analysis.

## Technical Details

**How it works:**
1. Tokenizes text into sentences and phrases
2. Runs 47 regex patterns for AI markers
3. Calculates readability scores (Flesch, Fog Index)
4. Applies transformations with context awareness
5. Scores before/after, generates change log

**Processing speed:** ~5,000 words/second on standard hardware

**Accuracy:** 92% agreement with human editors in blind tests (n=200 documents)

## Limitations

**This skill does NOT:**
- Fix factual errors (use fact-checking separately)
- Improve weak arguments (structure remains unchanged)
- Replace bad examples with good ones (flags for manual review)
- Change meaning or tone intentionally (preserves your intent)

**Best used for:** Content that's already solid but sounds too AI-ish.

## Quality Checklist

After de-ai-ification, verify:
- [ ] Reads naturally when spoken aloud
- [ ] Specific examples replace vague references
- [ ] Sentence rhythm varies (not all same length)
- [ ] No obvious AI cliches remain
- [ ] Facts and data are still accurate
- [ ] Your key points are preserved
- [ ] Score is 8+/10 for public content

## Pro Tips

1. **Run twice for heavy AI content** - First pass catches obvious patterns, second pass refines
2. **Combine with human review** - Use for first pass, human editor for final polish
3. **Build a custom pattern list** - Add industry-specific buzzwords to detection
4. **Track your scores** - Monitor improvement over time, aim for consistent 8+
5. **Use preserve mode for B2B** - Some formality is expected in enterprise content

## Support

Issues or suggestions? Open a ticket with:
- Original file (first 500 words)
- Score received
- Expected behavior
- What you'd like improved

---

**Built by analyzing 1,000+ AI vs human content samples across marketing, technical, and creative writing.**

**Makes AI-generated content sound human again—systematically.**

Related Skills

youtube-summarizer

214
from BrianRWagner/ai-marketing-claude-code-skills

Automatically fetch YouTube video transcripts, generate structured summaries, and send full transcripts to messaging platforms. Detects YouTube URLs and provides metadata, key insights, and downloadable transcripts.

voice-extractor

214
from BrianRWagner/ai-marketing-claude-code-skills

Extract and document someone's authentic writing voice from samples. Use when someone needs a "voice guide," wants to capture their writing DNA, or needs to train AI to write in their style. Also useful for ghostwriting, brand voice documentation, or onboarding writers.

vault-cleanup-auditor

214
from BrianRWagner/ai-marketing-claude-code-skills

Audit your Obsidian vault in Claude Code — finds stale drafts, empty folders, duplicate filenames, and incomplete files. Saves a dated report.

tweet-draft-reviewer

214
from BrianRWagner/ai-marketing-claude-code-skills

Review tweet drafts in Claude Code against 8 voice rules. Scores 1-10, breaks down every rule, and rewrites anything that scores below 7.

testimonial-collector

214
from BrianRWagner/ai-marketing-claude-code-skills

Systematically gather, score, and format client testimonials. Use when someone needs social proof, wants to collect feedback, needs to turn happy clients into public advocates, or asks for help requesting or drafting a testimonial.

social-card-gen

214
from BrianRWagner/ai-marketing-claude-code-skills

Generate platform-specific social post variants (Twitter/X, LinkedIn, Reddit) from one source input. Works with or without Node.js script. Includes platform reasoning, quality review, and guardrails against cross-posting spam.

reddit-insights

214
from BrianRWagner/ai-marketing-claude-code-skills

Search and analyze Reddit content using semantic AI search via reddit-insights.com MCP server. Use when you need to: (1) Find user pain points and frustrations for product ideas, (2) Discover niche markets or underserved needs, (3) Research what people really think about products/topics, (4) Find content inspiration from real discussions, (5) Analyze sentiment and trends on Reddit, (6) Validate business ideas with real user feedback. Triggers: reddit search, find pain points, market research, user feedback, what do people think about, reddit trends, niche discovery, product validation.

newsletter-creation-curation

214
from BrianRWagner/ai-marketing-claude-code-skills

Industry-adaptive B2B newsletter creation with stage, role, and geography-aware workflows

meeting-prep-cc

214
from BrianRWagner/ai-marketing-claude-code-skills

Generate a pre-meeting prep brief in Claude Code. Researches participants, pulls vault context, builds agenda, surfaces sharp questions. Use when user says "prep for this meeting," "I have a call with," "meeting tomorrow with," or "prep brief for [name/company]."

marketing-principles

214
from BrianRWagner/ai-marketing-claude-code-skills

Apply timeless marketing and business principles to any problem. Use when someone needs strategic thinking, wants to evaluate a marketing decision, needs a framework for a tough choice, or mentions "first principles," "should I do X," "what would work here," or wants to think through a marketing problem systematically.

linkedin-profile-optimizer

214
from BrianRWagner/ai-marketing-claude-code-skills

Audit and rewrite your LinkedIn profile to attract the right people. Scores each section, rewrites headline and about copy, and includes an AI visibility checklist so you show up in ChatGPT, Perplexity, and Claude search. Use when someone says "optimize my LinkedIn," "LinkedIn profile help," "rewrite my about section," or "how do I show up in AI search."

linkedin-authority-builder

214
from BrianRWagner/ai-marketing-claude-code-skills

Build a LinkedIn content system for thought leadership. Use when someone needs to establish authority, attract inbound leads, or build a consistent content presence. Covers positioning, content pillars, formats, and posting rhythm.