humanizer-skill AGENTS.md

A guide to the Humanizer skill and its repository. AGENTS.md is a shared instruction file that coding agents read to understand a project before working on it.

In plain words
What is it for?
Use it when installing or invoking the Humanizer skill, which rewrites text to reduce common signs of AI-generated writing.
Why use it?
It gives agents the project layout, installation instructions, and the location of the core skill, so they do not need to discover this context themselves.

Instructions file for CodexOpenCode

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 instructions/aboudjem/humanizer-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/Aboudjem/humanizer-skill

Made for: Codex, OpenCode.

Per session 1,673 This file is loaded in full into every session.
When invoked 1,673 The same file — it is already loaded in full.
Security scan A 1 finding. 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.01673 $0.01673
Opus 5 $0.00837 $0.00837
Sonnet 5 $0.00335 $0.00335
Haiku 4.5 $0.00167 $0.00167

Measured yesterday against content hash bff5db8d047e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

humanizer-skill AGENTS.md scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

mkdir -p .claude/skills/humanizer && curl -sL \
AGENTS.md · 138 lines

How it starts

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

AGENTS.md — Humanizer Skill

Universal harness context file (AAIF/Linux Foundation spec). Auto-discovered by Claude Code, Cursor, Copilot, Codex CLI, Windsurf, Cline, Gemini CLI, Aider, Zed, Jules, RooCode, Factory, and 10+ other harnesses.

What this repo is

Humanizer is a pure-Markdown Claude Code skill that detects 55 AI writing patterns and rewrites text to sound like a human wrote it. It scores text 0-100 (higher = more AI smell), applies one of 5 named voice profiles, and injects sentence-length burstiness. The installable skill core is a single zero-dependency Markdown file: skills/humanizer/SKILL.md. The repo also ships optional extras (on-demand reference files and a zero-dependency metrics CLI) that the skill core never requires.

File map

skills/
  humanizer/
    SKILL.md          # the skill — the only file you need to install (zero-dep)
    README.md         # skill-specific docs
    references/
      patterns.md              # per-pattern deep dives and provenance (on demand)
      patterns.zh.md           # provisional native-Chinese appendix
      always-on-templates.md   # copy-paste blocks for CLAUDE.md / SOUL.md / etc.
    evals/
      evals.json               # should-trigger / should-NOT-trigger eval cases
cli/                  # optional zero-dependency metrics + CI gate (Node, node:test)
.github/
  actions/humanizer-gate/      # reusable GitHub Action for CI docs-quality gating
.claude-plugin/
  plugin.json         # Claude Code plugin manifest (name, version, author, keywords)
  marketplace.json    # single-plugin marketplace entry (installable via claude plugin marketplace add)
examples/
  blog-post/
    before.md         # raw AI-generated blog paragraph (high AI-tell score)
    after.md          # humanized output with annotations
docs/
  VIRAL-AUDIT.md      # supernova engine score/tier/gap report
  LAUNCH-PLAN.md      # June 2026 channel-sequenced launch plan
README.zh-CN.md       # Simplified-Chinese README (English-writing wedge)
docs-site/            # full MDX documentation site (Docusaurus, deploy-ready)
landing/              # static landing page (humanizer-skill.vercel.app)
tools/                # demo.sh + demo.tape (VHS terminal demo)
submissions/          # awesome-list / marketplace submission drafts

Read the full file on GitHub · 138 lines

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. yesterday First seen · 138 lines · 1,673 tokens per session scan A bff5db8d047e

Subscribe to this mod's changes

humanizer-skill AGENTS.md is an instructions file published in the GitHub repository Aboudjem/humanizer-skill (206 stars, last pushed 4d ago), licensed MIT. It adds 1,673 tokens to every session, about $0.0084 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

vale-ai-tells CLAUDE.md

Instructions for tbhb/vale-ai-tells, covering claude code instructions, project overview, repository structure, development workflow and rule conventions.

tbhb/vale-ai-tells · 1,234 tokens

vale-ai-tells AGENTS.md

Instructions for tbhb/vale-ai-tells, covering agent instructions, commit messages, prose lint output and drafting a document.

tbhb/vale-ai-tells · 970 tokens

writing-skills copilot-instructions.md

Instructions for petar-djukic/writing-skills, covering github copilot instructions, agent instructions, agent instructions, environment and pre-commit quality gate.

petar-djukic/writing-skills · 8,656 tokens

humanizer AGENTS.md

Instructions for hannsxpeter/humanizer, covering humanizer (agent instructions), when to apply this skill, how to run it, hard rule (faithfulness over liveliness) and scope.

hannsxpeter/humanizer · 676 tokens

humanizer copilot-instructions.md

Instructions for hannsxpeter/humanizer: This repository is the humanizer skill: pure-prompt instructions that rewrite AI-sounding prose so it reads as genuinely human, and rewrite in a specific writer's voice when a sample or profile is available. It also cleans suspicious invisible Unicode in supplied prose without…

hannsxpeter/humanizer · 402 tokens

humanizer GEMINI.md

Instructions for hannsxpeter/humanizer: This repository is the humanizer skill: pure-prompt instructions that rewrite AI-sounding prose so it reads as genuinely human, and rewrite in a specific writer's voice when a sample or profile is available. It also clean suspicious invisible Unicode in supplied prose without…

hannsxpeter/humanizer · 386 tokens