Primorum

Skills Directory / Writing

Humanizer

Author
Siqi Chen (blader)
Category
Writing
Stars
★ 28k
Source
github.com/blader/humanizer
Tags
writing · editing · ai-detection · voice

A single-purpose skill that removes signs of AI-generated writing — the em-dash addiction, the 'delve' vocabulary, the hedging, the bullet-point compulsion. Proof that a skill doesn't need to be a framework: one focused job, done well, 27k+ stars. Widely vendored into other collections.

View on GitHub

How to load this skill

Fastest: copy this prompt into your AI agent

Please install skills from the "Humanizer" collection (https://github.com/blader/humanizer) for me.

1. Run: git clone https://github.com/blader/humanizer
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).

More details: https://primorum.ai/skills/humanizer

Humanizer ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).

  1. Clone the repo
    git clone https://github.com/blader/humanizer
  2. Copy a skill into Claude Code (personal scope)
    cp -r humanizer/<skill-name> ~/.claude/skills/
  3. Read a skill without installing
    curl -sL https://raw.githubusercontent.com/blader/humanizer/main/<skill-name>/SKILL.md

For AI agents: this entry is also available as JSON at /skills/skills.json — the install.steps field contains these commands. See the agent instructions on the directory index.