humanizer-ms CLAUDE.md

humanizer-ms CLAUDE.md is an instructions file for coding agents from edwardxckf/humanizer-ms. It costs 1,138 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining the humanizer-ms skill and its packaged copies. The skill edits Malay text to remove common signs of AI-generated writing.

In plain words
What is it for?
Use them when editing the Malay writing patterns, watched phrases, documentation, or packaging files, and when checking that all copies stay consistent.
Why use it?
They explain which files contain the actual content, which files package it for different agents, and how to verify changes when there is no automated test suite.

Instructions file

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/edwardxckf/humanizer-ms/claude-md
Clone the repo
git clone --depth 1 https://github.com/edwardxckf/humanizer-ms

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-ms CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/edwardxckf/humanizer-ms/claude-md.svg)](https://agentmods.dev/instructions/edwardxckf/humanizer-ms/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/edwardxckf/humanizer-ms/claude-md"><img src="https://agentmods.dev/badge/instructions/edwardxckf/humanizer-ms/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,138 This file is loaded in full into every session.
When invoked 1,138 The same file — it is already loaded in full.
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.01138 $0.01138
Opus 5 $0.00569 $0.00569
Sonnet 5 $0.00228 $0.00228
Haiku 4.5 $0.00114 $0.00114

Measured 5d ago against content hash 4db244fe0da3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

humanizer-ms CLAUDE.md 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.

CLAUDE.md · 73 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What this repo is

A content repo, not a code repo. There is no build, no test suite, no lint, no dependencies. The deliverable is an agent skill that removes AI writing patterns from Malay (Bahasa Melayu) text, adapted from blader/humanizer (English) and op7418/humanizer-zh (Chinese).

Architecture: two payload files, everything else is packaging

Everything under skills/humanizer-ms/ is the payload. Every other file exists only to get that folder in front of some agent harness.

Payload file Role
SKILL.md The patterns. Frontmatter description is what triggers the skill; body holds 34 numbered patterns with before/after examples in Malay, detection guidance (false positives, signs of human writing), invocation modes, and the draft → audit → final loop
kata-ai.txt One watched phrase per line, consumed by grep -oiFf. A smell counter, not a ban list. Deliberately short: only phrases that are wrong in every register, so the grep does not flag correct formal Malay

The two travel together: AGENTS.md and the READMEs shell out to kata-ai.txt by relative path.

Packaging fan-out — edit one, check the others

The same skill is registered six ways. A change to the skill's name, description, or path has to be mirrored:

  • .claude-plugin/plugin.json + .claude-plugin/marketplace.json — Claude Code
  • .codex-plugin/plugin.json — Codex (also carries interface.longDescription and defaultPrompt)
  • .agents/plugins/marketplace.json — Codex/Antigravity; hardcodes the upstream clone URL, so a fork that doesn't change the owner here will install upstream instead of itself
  • skills/humanizer-ms/agents/openai.yaml — OpenAI-harness interface block
  • gemini-extension.jsonGEMINI.md@./skills/humanizer-ms/SKILL.md (import chain)
  • AGENTS.md — plain rules-file route; duplicates the grep command
  • plugin.json at repo root — minimal name/description

Read the full file on GitHub · 73 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. 5d ago First seen · 73 lines · 1,138 tokens per session scan A 4db244fe0da3

Subscribe to this mod's changes

humanizer-ms CLAUDE.md is an instructions file published in the GitHub repository edwardxckf/humanizer-ms (2 stars, last pushed 18d ago), licensed MIT. It adds 1,138 tokens to every session, about $0.0057 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-31.

Related

Other instructions, from other repositories

avoid-ai-writing-multilingual CLAUDE.md

Claude Code instructions for jurigis/avoid-ai-writing-multilingual, covering avoid-ai-writing — multilingual skills, project structure, how to create a new language skill, step 1: research sources (web search — not from memory) and step 2: identify language-specific categories.

jurigis/avoid-ai-writing-multilingual · 1,573 tokens

im-not-ai GEMINI.md

Instructions for epoko77-ai/im-not-ai, covering humanize kr — ai 한글 티 제거 (gemini cli extension), 개요, 커스텀 명령, 철칙 (위반 시 즉시 롤백) and do-not (탐지·윤문 모두 제외).

epoko77-ai/im-not-ai · 3,184 tokens

humanizer-zh-tw AGENTS.md

Instructions for nagameTW/humanizer-zh-tw, covering agents.md, 這個 repo 是什麼, 關鍵檔案, 維護契約(改東西前先讀) and 編輯 skill.md.

nagameTW/humanizer-zh-tw · 1,295 tokens

editorial-skill-for-natural-russian-business-writing AGENTS.md

Instructions for ValentinAvramko/editorial-skill-for-natural-russian-business-writing, covering инструкции для агента, язык и документация, границы документов, источник правды and git.

ValentinAvramko/editorial-skill-for-natural-russian-business-writing · 348 tokens

shuorenhua-zh-tw AGENTS.md

Instructions for tentenco/shuorenhua-zh-tw, covering 倉庫說明, 語言, 風格, 布局 and 協作.

tentenco/shuorenhua-zh-tw · 564 tokens

shuorenhua-zh-tw CLAUDE.md

Instructions for tentenco/shuorenhua-zh-tw, a project described as: 繁體中文(臺灣)AI 味清理 Skill:去 AI 腔、清中港用語、修簡轉繁錯字、教育部標點、七種出版語體。AI humanizer skill for Traditional Chinese (Taiwan) — Claude Code / Codex / Cursor / ChatGPT.

tentenco/shuorenhua-zh-tw · 3 tokens