De-ai Text Humanizer — Documentation skill for Claude Code
Remove AI-generated writing signatures from text.
How to install De-ai Text Humanizer
Installs to ~/.claude/skills/de-ai/
git clone --depth 1 https://github.com/glebis/claude-skills /tmp/claude-skills \
&& mkdir -p ~/.claude/skills \
&& cp -r /tmp/claude-skills/de-ai ~/.claude/skills/de-ai Clones the whole repository, because a skill folder can carry scripts and resources beside its SKILL.md.
What De-ai Text Humanizer does
Transform AI-sounding text into human, authentic writing while preserving meaning and facts.
Alternatives in Documentation
Repository README
This is the README for glebis/claude-skills, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
De-AI Text Humanization Skill
Transform AI-sounding text into human, authentic writing while preserving meaning and facts.
Key Differentiators
Unlike commercial de-AI tools that focus on detection evasion, this skill prioritizes:
- Meaning preservation over detection bypass
- Interactive dialogue - understands context before processing
- Language-specific optimization - especially Russian, German, English
- Professional quality - not just for academic cheating
- Transparency - explains what was changed and why
- No word limits - process entire documents
Installation
# Copy to Claude Code skills directory
cp -r de-ai ~/.claude/skills/
# Or clone from GitHub
git clone https://github.com/glebis/claude-skills.git
cp -r claude-skills/de-ai ~/.claude/skills/
No additional dependencies required - works out of the box with Claude Code.
Usage
Basic Usage
# Process file (interactive mode)
/de-ai --file article.md
# Process inline text
/de-ai --text "Your AI-generated text here..."
Advanced Options
# Specify language
/de-ai --file article.md --language ru
# Specify register/type
/de-ai --file draft.txt --register essay
# Quick mode (no questions)
/de-ai --file content.md --interactive false
# Show explanation of changes
/de-ai --file text.md --explain true
# Combine options
/de-ai --file article.md --language de --register technical --explain true
Parameters
--text- Text to humanize (alternative to --file)--file- Path to file containing text--language- Target language: en, ru, de, es, fr (auto-detected if not specified)--register- Text type: personal, essay, critique, narrative, technical, academic--interactive- Ask clarifying questions (default: true)--explain- Show AI tells removed (default: false)
Supported Languages
- English (en)
- Russian (ru)
- German (de)
- Spanish (es)
- French (fr)
...
Related Skills
AI Writing Detox
Remove AI patterns from journalistic writing
Novel Outline
Convert a raw outline or source material (PDF, text, markdown) into a structured OUTLINE.md optimized for chap
Obsidian Notes CLI
CLI that writes structured Markdown notes generated by Claude Code into an Obsidian vault.
Check Readme Drift
Check whether the generated catalogue is up to date with .claude-plugin/marketplace.json. Report only — leave
C Clean
Find and remove dead code and stale documentation.
Simplify Code Comments
Remove noise comments from code — delete restatements, keep documentation and "why" comments.
Related Agents
Prose Humanizer
Rewrites prose to remove AI writing patterns. Use when editing documentation, READMEs, PR descriptions, commit
AI Writing Auditor
Use this agent when you need to audit content for AI writing patterns and rewrite text to remove them.
Hallucination
Detects AI-generated code issues — non-existent APIs, wrong signatures, deprecated dependencies