Skip to content

v0.1.0 · Initial Release

Latest

Choose a tag to compare

@Aboudjem Aboudjem released this 16 Apr 06:36

humanizer v0.1.0

The first public release of the Humanizer skill for Claude Code.

Highlights

  • 30 AI writing patterns detected (P1 to P30) across 5 categories
  • 5 voice profiles: casual, professional, technical, warm, blunt
  • 3 modes: detect (analysis), rewrite (full transform), edit (surgical fixes)
  • 4 step pipeline: Detect, Strip, Inject, Verify
  • 11 soul injection techniques for authentic human voice
  • 90+ research sources including GPTZero, NeurIPS 2023, ACL 2024
  • Zero dependencies (pure markdown skill)

Install

mkdir -p .claude/skills/humanizer && curl -sL \
  https://raw.githubusercontent.com/Aboudjem/humanizer-skill/main/skills/humanizer/SKILL.md \
  -o .claude/skills/humanizer/SKILL.md