Skip to content

Latest commit

Β 

History

History
102 lines (70 loc) Β· 2.69 KB

File metadata and controls

102 lines (70 loc) Β· 2.69 KB

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