Skip to content

itscloud0/ai-text-humanizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AI Text Humanizer Skill

Transform AI-generated text into natural, human-sounding writing by identifying and removing 24 common AI patterns.

Skills.sh

🚀 Quick Install

npx skills add itscloud0/ai-text-humanizer

Or for specific AI tools:

# Claude Code
npx skills add itscloud0/ai-text-humanizer -a claude-code

# Cursor
npx skills add itscloud0/ai-text-humanizer -a cursor

# Codex
npx skills add itscloud0/ai-text-humanizer -a codex

# Install globally
npx skills add itscloud0/ai-text-humanizer -g

📖 What It Does

Automatically identifies and removes AI writing patterns including:

  • Promotional language ("nestled", "vibrant", "stunning")
  • AI vocabulary overuse ("Additionally", "delve", "landscape")
  • Inflated importance ("pivotal moment", "testament to")
  • Copula avoidance ("serves as" → "is")
  • Em dash overuse (—)
  • Chatbot artifacts ("I hope this helps!")
  • Adds personality and voice

💡 Usage

Once installed, just ask your AI assistant:

"Humanize this text"
"Remove AI patterns from this paragraph"
"Make this sound more natural"

Example

Before:

The new software update serves as a testament to the company's commitment to innovation. Moreover, it provides a seamless, intuitive, and powerful user experience—ensuring that users can accomplish their goals efficiently.

After:

The software update adds batch processing, keyboard shortcuts, and offline mode. Early feedback from beta testers has been positive, with most reporting faster task completion.

🎯 Features

  • 24 AI pattern types across 4 categories
  • Voice-building techniques
  • Concrete before/after examples
  • Works with any AI coding assistant
  • Based on Wikipedia's "Signs of AI writing"

📚 Pattern Categories

  1. Content Patterns (8) - Undue emphasis, promotional language, vague attributions
  2. Language Patterns (6) - AI vocabulary, copula avoidance, false ranges
  3. Style Patterns (6) - Em dashes, boldface, title case, emojis
  4. Communication Patterns (3) - Chatbot artifacts, disclaimers, servile tone

🛠️ Supported AI Tools

  • Claude Code
  • Cursor
  • Aider
  • Continue.dev
  • Codex
  • Cody
  • GitHub Copilot
  • Windsurf
  • OpenCode
  • And more!

📄 License

MIT

🙏 Credits

Based on Wikipedia's "Signs of AI writing" page (WikiProject AI Cleanup)

🔗 Links


Ready to make your AI writing sound human? Install now with npx skills add itscloud0/ai-text-humanizer

About

Skill for agentic AI to write human-like text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors