Contributing to Humanizer

May 13, 2026 · View on GitHub

Thanks for helping make AI text more human. Here's how to contribute.

Adding a new pattern

  1. Follow the existing format (P1-P43 use this exact template — see SKILL.md for examples)
  2. Include:
    • Trigger words: what to search for (regex-friendly when possible)
    • What's happening: why AI does this — cite a source if you have one
    • Fix: how to replace it (prescriptive, not "consider...")
    • Before/after table: at least one real example, not invented
  3. Place it in the right category (Content P1-P8, Language & Style P9-P18, Communication P19-P21, Filler & Hedging P22-P30, Emerging P31+)
  4. Update three places in lockstep:

Improving an existing pattern

  • Add more trigger words from real AI text you've encountered
  • Add before/after examples
  • Refine the fix instructions

Reporting false positives

If the skill flags something that's genuinely human writing, open an issue with:

  • The flagged text
  • Which pattern triggered
  • Why it's a false positive

Pull request process

  1. Fork and create a branch (feat/pattern-31-whatever or fix/false-positive-p7)
  2. Make your changes in SKILL.md
  3. Keep SKILL.md under 600 lines (skill files have context budget limits; ours sits at ~567 and Claude Code allocates roughly 2k tokens for skill frontmatter+body before paging the rest as references)
  4. Open a PR with a clear description

Code of conduct

Be direct. Be helpful. Skip the pleasantries. We're humanizers, not sycophants.


Spreading the word

If you found this skill useful, the highest-leverage way to help is submitting it to skill aggregators. Each row below is one PR away from listing.

AggregatorURLSubmission method
awesome-claude-codehesreallyhim/awesome-claude-codeOpen issue using "[Resource]" template, then PR adding row to THE_RESOURCES_TABLE.csv
awesome-claude-skillsComposioHQ/awesome-claude-skillsFork, add to "Communication & Writing", PR
awesome-claude-skills (Travis)travisvn/awesome-claude-skillsREADME PR
awesome-claude-code (jquery)jqueryscript/awesome-claude-codeREADME PR
awesome-claude-code (jman)jmanhype/awesome-claude-codeREADME PR
ClawHubdocs.openclaw.ai/clawhubclawhub skill publish
LobeHub Skillslobehub.com/skillsWeb form
awesomeclaude.aiawesomeclaude.aiSubmission form
claudepluginhubclaudepluginhub.comAuto-indexed via repo topics

PRs in this direction are very welcome. If you submit and the listing goes live, drop a link in an issue so we can credit you here.