Humanize logo

Humanize

Community
richtabor
humanize

Reviews and edits copy to remove AI-generated patterns and make text sound natural. Use when editing drafts, reviewing copy, "humanize this", "make it less AI", "sounds too AI", "remove AI patterns", "edit my copy", "this sounds robotic", or when text feels machine-generated.

Overview

Publisherrichtabor
Repositoryagent-skills
Skill namehumanize
Stars
70
Forks
11
Bundled files
30
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 30 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by richtabor on GitHub. Read the source before you install it.

Installation

Install the Humanize AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/richtabor/agent-skills.git /tmp/agent-skills
mkdir -p .claude/skills
cp -r /tmp/agent-skills/skills/humanize .claude/skills/humanize
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Humanize in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Humanize on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Humanize is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Humanize

Review and edit copy to remove signs of AI-generated writing. Based on Wikipedia's "Signs of AI writing" guide maintained by WikiProject AI Cleanup. Contains 30 rules across 6 categories.

When to Apply

  • Editing AI-generated drafts
  • Reviewing text that sounds robotic or corporate
  • Cleaning up writing before publishing
  • Making technical content sound more natural

Constraints (Non-Negotiable)

  • Preserve meaning, factual claims, and intent.
  • Preserve coverage: don't drop list items, options, or qualifiers (e.g., removing one option from a list) unless they're truly redundant.
  • Do not add new facts, dates, quotes, or citations that are not already present or user-provided.
  • Do not imply a source ("according to…") unless you can name it from the input.
  • Keep genre and audience intact (e.g., neutral encyclopedic tone vs. personal essay). Use voice-soul only when that voice fits.
  • Don't rewrite quoted material unless the user asked to rewrite the quote itself.
  • Avoid em dashes (—). Replace with commas, periods, or parentheses.
  • Don't introduce new AI patterns. Your rewrite must pass the same rules you're applying. Common traps: "Here's the thing:", "It's not about X, it's about Y", formulaic hooks that try to sound casual.

Rule Categories

CategoryImpactPrefixRules
ContentHIGHcontent-6
LanguageHIGHlanguage-8
StyleMEDIUMstyle-7
CommunicationHIGHcomm-3
FillerMEDIUMfiller-5
VoiceHIGHvoice-1

Quick Reference

Content (HIGH)

  • content-significance — Remove "pivotal moment", "testament to" inflation
  • content-notability — Replace media name-dropping with specific claims
  • content-ing-endings — Fix trailing "...highlighting growth" phrases
  • content-promotional — Cut "nestled", "vibrant", "breathtaking"
  • content-vague-attribution — Replace "experts say" with specific sources
  • content-challenges — Remove formulaic "Despite challenges..." sections

Language (HIGH)

  • language-ai-vocabulary — Replace delve, showcase, leverage, foster
  • language-dual-adjectives — Remove "innovative and comprehensive" padding
  • language-copula — Use "is" instead of "serves as", "stands as"
  • language-contractions — Prefer contractions when genre allows
  • language-negative-parallelism — Cut "It's not just X, it's Y", "It's not about X, it's about Y"
  • language-rule-of-three — Don't force ideas into groups of three
  • language-synonym-cycling — Stop cycling through synonyms
  • language-false-ranges — Fix fake "from X to Y" constructions

Style (MEDIUM)

  • style-em-dash — Replace em dashes with commas or periods
  • style-boldface — Reduce mechanical bold emphasis
  • style-inline-headers — Avoid mechanical Header: lists; keep when they improve skimming
  • style-title-case — Use sentence case in headings
  • style-emojis — Remove decorative emojis
  • style-curly-quotes — Use straight quotes
  • style-rhythm — Vary sentence/paragraph cadence

Communication (HIGH)

  • comm-artifacts — Remove "I hope this helps!", "Let me know if..."
  • comm-cutoff — Remove "as of my last update" disclaimers
  • comm-sycophantic — Cut "Great question!", "You're absolutely right!"

Filler (MEDIUM)

  • filler-openings — Cut "In today's fast-paced world", "Here's the thing" openings
  • filler-phrases — Cut "in order to", "at this point in time"
  • filler-hedging — Reduce "could potentially possibly"
  • filler-transitions — Reduce moreover/furthermore signposting
  • filler-conclusions — Replace "the future looks bright" with specifics

Voice (HIGH)

  • voice-soul — Add personality, opinions, varied rhythm

Scoring

Score text before and after rewriting to show improvement. The score measures how human the writing sounds.

How it works

  1. Start at 100
  2. Subtract points for each violation found
  3. HIGH impact violations (Content, Language, Communication, Voice): -3 points each
  4. MEDIUM impact violations (Style, Filler): -1 point each
  5. Minimum score is 0

Score report format

Category       | Before | After | Notes
---------------|--------|-------|-------------------------------
Content        |     94 |   100 | 2 violations fixed
Language       |     88 |    97 | dual-adjectives, copula
Style          |     85 |   100 | 4 em dashes, tightened headers
Communication  |    100 |   100 | —
Filler         |     95 |   100 | "Here's the thing" removed
Voice          |     91 |    94 | rhythm, contractions
---------------|--------|-------|-------------------------------
Overall        |     84 |    97 |

Interpreting scores

  • 95-100: Clean, sounds human
  • 85-94: Minor issues, mostly fine
  • 70-84: Noticeable AI patterns
  • Below 70: Needs significant work

Process

  1. If WRITING_STYLE_GUIDE_PATH is set, load the writing style guide before processing
  2. Load relevant rules from references/
  3. Scan text for patterns and calculate before score
  4. Rewrite problem sections
  5. Add voice (see voice-soul)
  6. Self-check: Scan your rewrite for the same AI patterns, calculate after score
  7. Read aloud, it should sound like a person wrote it

Output

Provide:

  1. Score report (before → after with category breakdown)
  2. The rewritten text
  3. Brief summary of changes

Environment Variables

VariableRequiredDescription
WRITING_STYLE_GUIDE_PATHNoPath to shared writing style guide. Loaded before processing

Reference

Based on Wikipedia:Signs of AI writing.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Humanize AI skill do?

Reviews and edits copy to remove AI-generated patterns and make text sound natural. Use when editing drafts, reviewing copy, "humanize this", "make it less AI", "sounds too AI", "remove AI patterns", "edit my copy", "this sounds robotic", or when text feels machine-generated.

Why use Humanize on TypingMind?

Because you install it once and use it with any model. Humanize is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Humanize in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/richtabor/agent-skills/tree/main/skills/humanize. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Humanize?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Humanize?

As many as you like. As long as a model supports skills, you can use Humanize with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Humanize AI skill free?

It is published on GitHub by richtabor. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇