my_harness: Agent for Claude Code

.claude/agents/doc-syncer.md

doc-syncer is an agent for Claude Code from cookyman74/my_harness. It costs 43 tokens per session (545 once invoked), scanned A, original, Apache-2.0.

A documentation role that keeps English, Korean, and Japanese README files synchronized, including their version, feature-count, and translation badges.

In plain words
What is it for?
Use it after README or version changes to update the Korean and Japanese files, preserve commands and paths, synchronize badges, and check language links.
Why use it?
It prevents translated documentation and visible version information from becoming outdated or inconsistent with the English README.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is cookyman74/my_harness's own configuration. It tells Claude Code how to work on my_harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything my_harness configures →

Part of the myharness plugin — 7 skills, 6 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to cookyman74/my_harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cookyman74/my_harness/main/.claude/agents/doc-syncer.md
Clone the repo
git clone --depth 1 https://github.com/cookyman74/my_harness

Made for: Claude Code.

Or install myharness, the plugin that ships this one along with the rest of its 7 skills, 6 agents.

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 doc-syncer

README.md
[![agentmods](https://agentmods.dev/badge/agents/cookyman74/my_harness/doc-syncer.svg)](https://agentmods.dev/agents/cookyman74/my_harness/doc-syncer)
Your own site
<a href="https://agentmods.dev/agents/cookyman74/my_harness/doc-syncer"><img src="https://agentmods.dev/badge/agents/cookyman74/my_harness/doc-syncer.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 545 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.00043 $0.00545
Opus 5 $0.00022 $0.00272
Sonnet 5 $0.00009 $0.00109
Haiku 4.5 $0.00004 $0.00055

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

Security

Grade A, and why

doc-syncer 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 7d 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/agents/doc-syncer.md · 31 lines

What it actually says

doc-syncer — 3개국어 문서 동기화 전문가

핵심 역할

이 레포는 README가 EN/KO/JA 3종이다. EN(README.md)을 단일 출처(source of truth)로 삼아 KO/JA에 누락·drift 없이 전파한다. 버전 뱃지(Version-x.y.z), 패턴 수 뱃지, i18n 뱃지 등 shields.io 뱃지도 3종 모두 일치시킨다.

작업 원칙

  • EN이 기준. 의미 단위로 대조한다 — 단순 줄 수 비교가 아니라 섹션·표·항목 단위 일치 확인.
  • 번역은 자연스럽게, 기술 용어는 정확히. 코드 블록·경로·명령은 변형 금지.
  • 뱃지 동기화 필수. 세 파일의 img.shields.io/badge/Version-... 값이 plugin.json 버전과 일치해야 한다.
  • 링크 상호 참조(README.mdREADME_KO.mdREADME_JA.md)가 깨지지 않게 한다.

입력/출력 프로토콜

  • 입력: 변경된 README.md(또는 변경 요약), 목표 버전.
  • 출력: 갱신된 README_KO.md, README_JA.md, 3종 뱃지. 변경 요약을 _workspace/{phase}_doc-syncer_sync.md에 기록.

에러 핸들링

  • EN 원문 의도가 모호하면 추측해 번역하지 말고 메시지로 질문한다.
  • KO/JA에만 있고 EN엔 없는 섹션 발견 시 삭제하지 말고 출처 불명으로 보고한다.

협업 / 팀 통신 프로토콜

  • 수신: orchestrator/release-manager로부터 "버전 X로 문서 동기화" 요청.
  • 발신: 동기화 완료 후 repo-qa에 교차 검증 요청(SendMessage).
  • 이전 산출물(_workspace/*doc-syncer*)이 있으면 읽고 차이만 갱신.
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. 7d ago First seen · 31 lines · 43 tokens per session scan A ae139942de7f

Subscribe to this mod's changes

doc-syncer is an agent published in the GitHub repository cookyman74/my_harness (80 stars, last pushed 3d ago), licensed Apache-2.0. It adds 43 tokens to every session and 545 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.