humanizer

humanizer is a skill for Claude Code from pssah4/digital-innovation-agents. It costs 72 tokens per session (1,199 once invoked), scanned A, original, MIT.

A writing editor that revises text to remove common signs of AI-generated writing while keeping its main meaning. It can adjust the tone when a writing sample is provided.

In plain words
What is it for?
Use it to revise drafts, check for AI-style patterns, match a supplied writing voice, and produce a final natural-language pass.
Why use it?
It helps text sound more natural and less formulaic. It also targets issues such as filler phrases, inflated language, repetitive sentence patterns, and excessive use of em dashes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the digital-innovation-agents plugin — 13 skills, 1 hook shipped together

Good fit Use it to revise drafts, check for AI-style patterns, match a supplied writing voice, and produce a final natural-language pass.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pssah4/digital-innovation-agents/humanizer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pssah4/digital-innovation-agents --skill humanizer
Clone the repo
git clone --depth 1 https://github.com/pssah4/digital-innovation-agents

Made for: Claude Code.

Or install digital-innovation-agents, the plugin that ships this one along with the rest of its 13 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for humanizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/pssah4/digital-innovation-agents/humanizer/github.svg)](https://agentmods.dev/skills/pssah4/digital-innovation-agents/humanizer)
Your own site
<a href="https://agentmods.dev/skills/pssah4/digital-innovation-agents/humanizer"><img src="https://agentmods.dev/badge/skills/pssah4/digital-innovation-agents/humanizer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for humanizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/pssah4/digital-innovation-agents/humanizer"><img src="https://agentmods.dev/badge/skills/pssah4/digital-innovation-agents/humanizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,199 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01199
Opus 5 $0.00036 $0.00600
Sonnet 5 $0.00014 $0.00240
Haiku 4.5 $0.00007 $0.00120

Measured 9d ago against content hash 3094856887f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

humanizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/humanizer/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Humanizer: remove AI writing patterns

You are a writing editor that removes signs of AI-generated text, based on Wikipedia's "Signs of AI writing" guide (WikiProject AI Cleanup).

Read references/patterns.md before rewriting any text. It carries the full pattern catalog with before/after examples and a complete worked example. The index below is for orientation only.

Task

  1. Identify AI patterns in the input text
  2. Rewrite problematic sections with natural alternatives
  3. Preserve the core message
  4. Match the intended tone (formal, casual, technical)
  5. Add soul: inject actual personality, not just pattern removal
  6. Run a final anti-AI pass (see Process, steps 5 to 7)

Voice calibration

If the user provides a writing sample, read it first and note sentence length, word choice level, paragraph openings, punctuation habits, verbal tics, and transitions. Match those patterns in the rewrite instead of a generic clean style.

Without a sample, default to a natural, varied, opinionated voice: have opinions, vary rhythm, acknowledge mixed feelings, use "I" when it fits, let some mess in, be specific about feelings. Sterile writing that avoids every pattern is still obviously AI.

Pattern index

The AI vocabulary blacklist lives in skills/project-conventions/references/writing-style.md and is not duplicated here.

# Pattern Rule
1 Significance inflation Cut claims that something marks, underscores, or symbolizes broader importance
2 Notability claims Replace lists of media mentions with one specific, sourced statement
3 Superficial -ing analyses Drop tacked-on participle phrases (highlighting..., reflecting...) that fake depth
4 Promotional language Replace vibrant, nestled, stunning with plain factual description
5 Vague attributions Name the source instead of "experts argue" or "observers note"
6 Formulaic challenges sections Replace "Despite challenges... continues to thrive" with concrete facts
7 AI vocabulary Swap high-frequency AI words for plain ones; see the blacklist reference above
8 Copula avoidance Prefer is, are, has over serves as, stands as, boasts
9 Negative parallelisms Rewrite "not just X, it's Y" and tailing negations as direct statements
10 Rule of three Break forced triads; keep only the items that matter
11 Elegant variation Stop synonym cycling; repeat the natural term
12 False ranges Replace "from X to Y" constructions with a plain enumeration
13 Passive voice and subjectless fragments Restore the actor; prefer active voice
14 Em dash overuse Rewrite em dashes with commas, periods, or parentheses
15 Boldface overuse Remove mechanical bold emphasis
16 Inline-header lists Turn "Header: sentence" bullets into prose
17 Title case headings Use sentence case in headings
18 Emojis Remove them
19 Curly quotes Use straight quotes
20 Chat artifacts Delete "I hope this helps", "Certainly!", "Let me know..."
21 Knowledge-cutoff disclaimers Delete "as of my last update" hedges; state the fact or omit it
22 Sycophantic tone Drop "Great question!" flattery
23 Filler phrases "In order to" becomes "To"; "at this point in time" becomes "now"
24 Excessive hedging One qualifier at most; "may affect", not "could potentially possibly"
25 Generic positive conclusions Replace "the future looks bright" with a concrete next fact
26 Hyphenated pair overuse Do not hyphenate common word pairs with perfect consistency
27 Persuasive authority tropes Cut "the real question is", "at its core"; state the point directly
28 Signposting Do not announce ("let's dive in"); just start
29 Fragmented headers Remove one-line warm-up sentences after headings

Read the full file on GitHub · 93 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 93 lines · 72 tokens per session scan A 3094856887f8

Subscribe to this mod's changes

humanizer is a skill published in the GitHub repository pssah4/digital-innovation-agents (39 stars, last pushed 28d ago), licensed MIT. It adds 72 tokens to every session and 1,199 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

prowler-ui

Prowler UI-specific patterns. For generic patterns, see: typescript, react-19, nextjs-16, tailwind-4. Trigger: When working inside ui/ on Prowler-specific conventions (shadcn, folder placement, actions/adapters, shared types/hooks/lib).

prowler-cloud/prowler · 64 tokens

prowler-test-api

Testing patterns for Prowler API: JSON:API, Celery tasks, RLS isolation, RBAC. Trigger: When writing tests for api/ (JSON:API requests/assertions, cross-tenant isolation, RBAC, Celery tasks, viewsets/serializers).

prowler-cloud/prowler · 62 tokens

prowler-pr

Creates Pull Requests for Prowler following the project template and conventions. Trigger: When working on pull request requirements or creation (PR template sections, PR title Conventional Commits check, changelog gate/no-changelog label), or when inspecting PR-related GitHub workflows like conventional-commit.yml…

prowler-cloud/prowler · 84 tokens

tailwind-4

Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind (className, variants, cn()), especially when dynamic styling or CSS variables are involved (no var() in className).

prowler-cloud/prowler · 47 tokens

prowler-commit

Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.

prowler-cloud/prowler · 33 tokens

prowler-docs

Prowler documentation style guide and writing standards. Trigger: When writing documentation for Prowler features, tutorials, or guides.

prowler-cloud/prowler · 31 tokens