humanizer

Rewrite AI-sounding prose into natural text using 35 detection patterns from Wikipedia.

1|Updated Feb 1, 2025
One-click install
npx skills add https://github.com/TiagoDanin/TiagoDanin.github.io --skill humanizer-tiagodanin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: humanizer
Source: https://github.com/TiagoDanin/TiagoDanin.github.io/tree/main/.claude/skills/humanizer
Command: npx skills add https://github.com/TiagoDanin/TiagoDanin.github.io --skill humanizer-tiagodanin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? AI-generated text carries recognizable tells such as inflated claims, sales language, em dashes, filler phrases, and chatbot artifacts. This Skill detects and rewrites those patterns so prose reads like a person wrote it, without changing the underlying facts. ## Core Features & Use Cases - 35-pattern detection and rewrite: Applies the full pattern list from Wikipedia's "Signs of AI writing", covering content, language, style, chatbot, and filler patterns, each with before/after examples. - Voice matching: Accepts a writing sample and matches its rhythm, word choice, and punctuation instead of applying default style rules. - Three output modes: Pasted text returns a draft plus critique plus final rewrite; file mode edits prose in place while preserving code, frontmatter, and links; embedded mode returns only final text. - Use Case: Paste an AI-drafted blog post and receive a first rewrite, a short list of remaining AI patterns, and a final version that keeps every fact, name, and citation intact. ## Quick Start Ask the agent to humanize your pasted text or a named file, optionally including a short sample of your own writing for voice matching.

Frequently Asked Questions about humanizer

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

FAQPage Schema
How do I make AI-generated text sound human?

Paste the text and invoke the humanizer skill, which checks it against 35 known AI writing patterns and rewrites it in two passes. It returns a draft, a short critique of remaining issues, and a final version that keeps every original fact.

How do I rewrite AI text in my own writing style?

Provide two or three paragraphs of your own writing as a voice sample along with the text to rewrite. The skill analyzes the sample's sentence length, word choice, and punctuation, then matches those habits instead of its default style rules.

Can humanizer edit Markdown files without breaking code blocks?

Yes. In file mode it rewrites only the prose and leaves code blocks, YAML frontmatter, data, and link targets unchanged. Point it at a file path and it writes the final text back with a short summary of changes.

Does humanizing text change the facts or add new information?

No. The skill forbids inventing names, numbers, dates, quotes, or citations, and treats any unsupported addition or lost claim as an error. If a sentence needs a missing detail, it asks the writer instead of guessing.

What are the limitations of pattern-based AI text detection?

Single signals like em dashes, curly quotes, or formal vocabulary are not proof of AI authorship, and the skill explicitly lists these as false positives. It only rewrites when several stock patterns appear together, and it preserves deliberate stylistic choices.