humanize

Rewrite prose via the humanize CLI to remove AI writing tells.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/dimitri-vs/elevate-agent-skills --skill humanize-dimitri-vs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: humanize
Source: https://github.com/dimitri-vs/elevate-agent-skills/tree/main/humanize
Command: npx skills add https://github.com/dimitri-vs/elevate-agent-skills --skill humanize-dimitri-vs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes common AI-generated writing tells so your text reads more naturally to real people.

Core Features & Use Cases

  • Claude tell cleanup: Strips patterns like em-dashes, contrastive reframes, colon-declarations, and specific overly-formal lexical clusters to reduce “bot-like” cadence.
  • Prose-specific rewriting: Rewrites content intended to be read verbatim (emails, proposals, essays, LinkedIn posts) so it sounds authored, not generated.
  • CLI-based integration: Applies a globally installed humanization pass via the humanize CLI, using ANTHROPIC_API_KEY and optional steering and texture modes.

Quick Start

Run the humanize CLI on your draft prose by piping it into humanize.

Frequently Asked Questions about humanize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI writing tells from my generated text?

To remove AI writing tells from generated text, the humanize CLI strips patterns like em-dashes, contrastive reframes, and colon-declarations from prose, rewriting the content so it reads naturally to human readers. It processes stdin-to-stdout directly.

What is de-AI rewriting and when do I need it?

De-AI rewriting is the process of editing AI-generated prose to remove bot-like cadence and overly-formal lexical clusters. You need it for emails, proposals, essays, and social posts where the output will be read verbatim by real people.

How do I use the humanize CLI to rewrite prose?

To use the humanize CLI for prose rewriting, pipe your draft text into the command via stdin and receive the human-sounding output via stdout. You can also apply optional steering and texture modes to guide the rewrite pass.

Do I need an Anthropic API key to de-AI my text?

Yes, you need an Anthropic API key to perform the de-AI rewrite pass. The humanize CLI sources the ANTHROPIC_API_KEY from your environment variables or a canonical ~/.env file to process the text.

Can I use humanize for LinkedIn posts and proposals?

Yes, you can use humanize for LinkedIn posts and proposals. It applies prose-specific rewriting to content intended to be shown verbatim, stripping Claude writing tells to ensure your social posts and proposals sound authored, not generated.

Are there limitations to de-AI text processing?

A limitation of de-AI text processing is that it requires the humanize CLI to be globally installed on your system. Additionally, it targets specific Claude writing tells, meaning its effectiveness depends on the presence of those formal lexical clusters and bot-like cadences.