humanizer

humanizer is a skill for Claude Code, Codex from kubb-labs/kubb. It costs 32 tokens per session (395 once invoked), scanned A, original, MIT.

A writing guide for removing patterns that make documentation sound machine-generated and replacing them with natural, specific language.

In plain words
What is it for?
Use it to revise documentation, explanations, and other text so it sounds clearer, more human, and appropriate for its audience.
Why use it?
It helps avoid generic wording, empty claims, repetitive sentence patterns, and marketing language that can make technical writing feel artificial.

Skill for Claude CodeCodex

About the project

Kubb is a modular code-generation framework that turns OpenAPI descriptions into type-safe TypeScript code, Zod schemas, and TanStack Query integrations. It is used by TypeScript developers to generate client code and related interfaces from API specifications. The catalogue contains extensions such as skills, commands, hooks, agents, and a plugin that support Kubb workflows.

kubb-labs/kubb · 1,791 stars · on GitHub

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.

agentmods
npx agentmods add skills/kubb-labs/kubb/humanizer
Any agent
npx skills add kubb-labs/kubb --skill humanizer
Clone the repo
git clone --depth 1 https://github.com/kubb-labs/kubb

Made for: Claude Code, Codex.

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/kubb-labs/kubb/humanizer.svg)](https://agentmods.dev/skills/kubb-labs/kubb/humanizer)
Your own site
<a href="https://agentmods.dev/skills/kubb-labs/kubb/humanizer"><img src="https://agentmods.dev/badge/skills/kubb-labs/kubb/humanizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 395 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00032 $0.00395
Opus 5 $0.00016 $0.00198
Sonnet 5 $0.00006 $0.00079
Haiku 4.5 $0.00003 $0.00040

Measured 5d ago against content hash 709b53271536, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 5d 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.

.agents/skills/humanizer/SKILL.md · 39 lines

What it actually says

Humanizer

Identifies and removes AI-generated text patterns so writing sounds natural and specific instead of generic and hollow.

Process

  1. Read the input text.
  2. Identify AI patterns using the references below.
  3. Rewrite the problematic sections.
  4. Do a final anti-AI pass: ask "what makes this obviously AI generated?", name the remaining tells, and fix them.

Ensure the result sounds natural read aloud, varies sentence structure, uses specific details, and keeps the right tone.

Adding voice

Removing patterns is only half the job. Sterile, voiceless writing is just as obvious. Have opinions and react to facts instead of only reporting them. Vary sentence rhythm: short punchy sentences, then longer ones that take their time. Acknowledge complexity ("it works, but it also feels like a workaround"), use specific details, and let natural asides appear.

Pattern references

Load the category you need:

Reference Covers
content-patterns.md Undue significance, empty credibility signals, -ing-participle filler, marketing language, vague attributions, generic filler sections
language-patterns.md AI vocabulary, copula avoidance, negative parallelisms, rule-of-three, elegant variation, false ranges, filler and hedging, words to cut
style-patterns.md Dashes and semicolons as punctuation, unnecessary bold, inline-header lists, title-case headings, emojis
communication-patterns.md Chatbot artifacts, sycophantic openers
Files

What ships with it

4 files 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. 5d ago First seen · 39 lines · 32 tokens per session scan A 709b53271536

Subscribe to this mod's changes

humanizer is a skill published in the GitHub repository kubb-labs/kubb (1,791 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 395 once invoked, about $0.0002 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

lathe

Initialize CLI-first applications and keep their OpenAPI contract, generated CLI, and Agent Skill synchronized. Use when creating an application with lathe init or changing a Lathe-generated application.

lathe-cli/lathe · 39 tokens

skmtc-architecture

Understand what SKMTC is, how its engine works, and the architectural invariants — for agents building or extending infrastructure around SKMTC rather than authoring generators or running the CLI. Covers the three-phase pipeline, the host/Worker boundary, cross-generator coordination, the manifest, the attribution /…

skmtc/skmtc · 240 tokens

skmtc-debug

Diagnose failures in SKMTC sessions — no output, wrong output, error messages, bundle freshness, parseIssues, "Registered definition mismatch", ref cycles, "Module not found" in generated code, or any other broken behavior. Applies across both CLI usage and generator authoring contexts. Use this skill when the user…

skmtc/skmtc · 213 tokens

skmtc-lang-kotlin

The Kotlin target-language layer for Skmtc generators (@skmtc/lang-kotlin): base factories, KtSnippet, the seven entity kinds, packages-from-paths imports, the head+value render model, KtAnnotation and the composition classes, sanitization and @SerialName placement, plus the current-API worked example (the shipped…

skmtc/skmtc · 117 tokens

skmtc-retro-review

Aggregate friction log files across a time period to identify recurring patterns, classify each cluster by intervention type, produce a prioritized action plan with success criteria, and calculate convergence metrics. Complements skmtc-retro (which captures per-session signal) by acting as the system's actuator…

skmtc/skmtc · 211 tokens

skmtc-retro

Run a self-retrospective on a SKMTC-related session — generator authoring, CLI configuration, debugging, or any sustained interaction involving @skmtc/core, @skmtc/cli, or @skmtc/gen- packages. Captures three distinct outputs: (1) friction entries (mistakes, surprises, overridden defaults, multi-cycle struggles), (2)…

skmtc/skmtc · 311 tokens