Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

De-AI-ify

Strips AI-tell phrases, hedging and buzzwords from your text and rewrites it in a natural human voice.

Content & WritingBeginner42497AI score 9/10Last updated: Mar 19, 2026

What it does

  • Scans your draft for 47 documented AI patterns, grouped into overused transitions (14), clichés (18), hedging (8), corporate buzzwords (12) and robotic structures (9), then removes them.
  • Adds human rhythm signals instead: varied sentence length, active voice, contractions, and concrete names/numbers in place of vague references.
  • Returns a before/after "human-ness" score (0–10), a change log of what was fixed and why, and flags for paragraphs that still need your judgment.
  • Modes: quick, standard (default, full scan + score), deep (calibrate against a writing sample), plus --preserve-formal and --academic variants.

Who it's for

  • Content marketers who draft with an LLM and publish to blogs or newsletters.
  • Anyone polishing English LinkedIn posts, landing pages, or sales emails.
  • Ghostwriters who need output to match a specific person's voice (deep mode).

Example uses

  1. "Run de-ai-ify on blog-draft.md" → produces blog-draft-HUMAN.md plus a list of removed clichés and hedges.
  2. For a white paper that should stay somewhat formal, add --preserve-formal so only obvious clichés go.
  3. For a research paper, use --academic to keep field-standard connectors while tightening voice and clarity.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/BrianRWagner/ai-marketing-claude-code-skills/HEAD/de-ai-ify/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the de-ai-ify folder from the GitHub repo BrianRWagner/ai-marketing-claude-code-skills into my ~/.claude/skills/de-ai-ify/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills.git /tmp/ai-mkt-skills && mkdir -p ~/.claude/skills && cp -r /tmp/ai-mkt-skills/de-ai-ify ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r ai-marketing-claude-code-skills/de-ai-ify ~/.claude/skills/ (Ignore the ~/.openclaw/skills path written in SKILL.md.)
  5. Restart Claude Code and run /skills to confirm de-ai-ify is listed.
  6. Try it: put your file in the project and ask "De-AI-ify draft.md in standard mode."
  7. Review the generated draft-HUMAN.md and change log — treat the 0–10 score as a rough heuristic, not a measurement.