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.
npx agentmods add instructions/isaaceryn/humanizer-ko/agents-mdgit clone --depth 1 https://github.com/IsaacEryn/humanizer-koWrote 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.
[](https://agentmods.dev/instructions/isaaceryn/humanizer-ko/agents-md)<a href="https://agentmods.dev/instructions/isaaceryn/humanizer-ko/agents-md"><img src="https://agentmods.dev/badge/instructions/isaaceryn/humanizer-ko/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00872 | $0.00872 |
| Opus 5 | $0.00436 | $0.00436 |
| Sonnet 5 | $0.00174 | $0.00174 |
| Haiku 4.5 | $0.00087 | $0.00087 |
Grade A, and why
humanizer-ko AGENTS.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 4d 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.
What it actually says
AGENTS.md
이 저장소에서 작업하는 AI 코딩 에이전트(Claude Code, Codex, Warp 등)를 위한 안내.
이 저장소는 무엇인가
전부 Markdown으로 구현된 이식 가능한 에이전트 스킬이다. 런타임 산출물은 SKILL.md 하나다: 에이전트가 YAML frontmatter와 편집자 프롬프트를 읽는다. 빌드 단계는 없으며, 특정 하네스 한두 개에만 묶이는 표현은 피한다.
blader/humanizer의 포크이며, 패턴 전체를 한국어 텍스트 전용으로 재설계했다. upstream의 패턴 추가·수정은 그대로 병합하지 말고, 한국어에 유효한지 판단해 선별 번안한다.
주요 파일
SKILL.md— 스킬 본체. 이식 가능한 YAML frontmatter(name,description,license,metadata.version)와 번호 붙은 패턴 목록(Before/After 예시 포함). 이 파일이 진실의 원천이다.README.md— 사람용: 설치, 사용법, 패턴 요약 표, 버전 이력. 한국어 우선, 영어 요약 병행..claude-plugin/plugin.json— 선택적 Claude Code 플러그인 매니페스트..claude-plugin/marketplace.json—/plugin marketplace add IsaacEryn/humanizer-ko가 동작하게 하는 단일 저장소 마켓플레이스 항목.scripts/validate-package.py— 로컬과 CI에서 쓰는 의존성 없는 패키지·동기화 검사.
유지보수 계약
SKILL.md와 README.md는 동기화를 유지해야 한다. 동작이나 내용을 바꿀 때:
- 패턴: 스킬은 현재 35개 번호 패턴을 정의한다. 추가·삭제·번호 변경 시 README 패턴 표와 「35개 탐지 패턴」 제목, 본문의 모든 상호 참조(§N)를 같은 변경에서 함께 고친다. 의도적인 재번호가 아니면 번호를 유지한다. 검증 스크립트가 패턴 번호를 순서까지 비교하므로 새 패턴은 마지막 번호 뒤에 붙인다.
- 버전:
SKILL.mdfrontmatter의metadata.version,README.md의 「버전 이력」,.claude-plugin/plugin.json의version세 곳을 함께 올린다. 스킬 버전은metadata아래에 둔다. 최상위version키는 Agent Skills 호스트 간 이식성이 없다. (marketplace.json은 의도적으로 버전을 생략해plugin.json이 패키지의 단일 출처가 되게 한다.) - 호환성: 설치·사용 문구를 하네스 중립으로 유지한다. Markdown 스킬 지침을 읽을 수 있는 어떤 하네스에서도 동작해야 하며, Claude Code·OpenCode·Codex 등은 예시이지 한계가 아니다.
- 검증: 게시 전에
python3 scripts/validate-package.py,npx skills add . --list,claude plugin validate .를 실행한다. - 까다로운 수정: 특정 실패 양상(반복되는 오교정, 예상 밖의 톤 변화)을 잡으려고 프롬프트를 고쳤다면, 무엇을 왜 고쳤는지 README 버전 이력에 짧게 남긴다.
SKILL.md 편집
- 유효한 YAML frontmatter(형식과 들여쓰기)를 보존한다.
- frontmatter 아래 프롬프트가 곧 제품이다. 코드가 아니라 신중한 지침 문서로 다룬다.
- 예시는 전부 한국어를 유지한다. 감시 표현은 실제 한국어 LLM 출력에서 관찰되는 것이어야 하며, 영어 티의 직역이어서는 안 된다.
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.
- 4d ago First seen · 34 lines · 872 tokens per session scan A dfa51092ba8f
humanizer-ko AGENTS.md is an instructions file published in the GitHub repository IsaacEryn/humanizer-ko (3 stars, last pushed 19d ago), licensed MIT. It adds 872 tokens to every session, about $0.0044 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.
Other instructions, from other repositories
im-not-ai CLAUDE.md
Instructions for epoko77-ai/im-not-ai, covering humanize kr — ai 한글 티 제거 하네스 (v2.3.2), 프로젝트 개요, 철칙, ai 워터마킹에 대한 입장 (2026-08-17 확정) and 디렉토리 구조.
im-not-ai GEMINI.md
Instructions for epoko77-ai/im-not-ai, covering humanize kr — ai 한글 티 제거 (gemini cli extension), 개요, 커스텀 명령, 철칙 (위반 시 즉시 롤백) and do-not (탐지·윤문 모두 제외).
humanizer-skill AGENTS.md
AGENTS.md instructions for Aboudjem/humanizer-skill, covering agents.md — humanizer skill, what this repo is, file map, how to install the skill and how to invoke the skill.
vale-ai-tells CLAUDE.md
Instructions for tbhb/vale-ai-tells, covering claude code instructions, project overview, repository structure, development workflow and rule conventions.
vale-ai-tells AGENTS.md
Instructions for tbhb/vale-ai-tells, covering agent instructions, commit messages, prose lint output and drafting a document.
ZeroSlop AGENTS.md
AGENTS.md instructions for manavmishra/ZeroSlop, covering agents.md, what this repo is, executing the skill, key files and maintenance contract.