/hns-oss-docs-readme-sync
README 4-file synchronization procedure for the oss-docs harness: English README.md as primary source, ko/ja/zh derivation, the shared language-switcher header contract, section-order parity checklist, and the manual verification recipe (no linter exists for READMEs). Loaded by
$ npx -y skills add modu-ai/moai-adk --skill hns-oss-docs-readme-sync --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/hns-oss-docs-readme-sync
Context preview
The summary Claude sees to decide when to auto-load this skill.
README 4-file synchronization procedure for the oss-docs harness: English README.md as primary source, ko/ja/zh derivation, the shared language-switcher header contract, section-order parity checklist, and the manual verification recipe (no linter exists for READMEs). Loaded by
SKILL.md
hns-oss-docs-readme-sync.SKILL.mdname: hns-oss-docs-readme-sync
description: >
README 4-file synchronization procedure for the oss-docs harness: English
README.md as primary source, ko/ja/zh derivation, the shared
language-switcher header contract, section-order parity checklist, and the
manual verification recipe (no linter exists for READMEs). Loaded by the
content-author and locale-translator specialists for any README work.
allowed-tools: Read, Grep, Glob, Bash
user-invocable: false
metadata:
version: "1.0.0"
category: "harness"
status: "active"
updated: "2026-07-13"
tags: "oss-docs,readme,4-locale,translation,parity"
README 4-File Sync Procedure
The GitHub-facing README set is 4 files at the repo root, ~1100 lines each:
| File | Locale | Role | |------|--------|------| | `README.md` | en | **canonical / primary** — author here first | | `README.ko.md` | ko | derived | | `README.ja.md` | ja | derived | | `README.zh.md` | zh | derived |
SSOT design reference for redesign work: `.moai/reports/readme-docs-redesign-20260713.md` (README full redesign draft
- docs-site 12→11 section restructure + 6 new docs × 4 locales).
Procedure
1. **Author** the change in `README.md` (English) only. Respect the section design from the SSOT report; keep the ~1100-line budget in mind. 2. **Derive** ko, ja, zh — same PR, one derived file per translator worker. Translate the changed sections minimally; do not rewrite untouched prose. 3. **Preserve verbatim** across all 4 files: code blocks, command names, badges, version strings, file paths, tables' structure, Mermaid direction, and the switcher header (below). 4. **Verify parity** (checklist below) before returning.
Language-switcher header contract [HARD]
All 4 files share the same switcher header near the top, linking the sibling files with the label set exactly:
English · 한국어 · 日本語 · 中文
- The current file's own label renders as plain text; the other 3 are links
to the sibling README files.
- Never reorder, drop, or re-label the 4 entries.
Section-order parity checklist
- [ ] `grep -c '^## ' README.md README.ko.md README.ja.md README.zh.md` —
identical H2 counts across the 4 files.
- [ ] H2 section ORDER matches en (compare `grep '^## '` output order).
- [ ] H3 counts per section match for sections you touched.
- [ ] Table row counts match in touched sections.
- [ ] Code-block count matches (` ```` grep -c '^```' ```` ` is even and equal).
- [ ] Switcher header present and correct in all 4.
- [ ] URL blacklist clean: `grep -n 'docs\.moai-ai\.dev\|adk\.moai\.com\|adk\.moai\.kr' README*.md` → no matches.
Manual verification recipe
No linter exists for the README set — verification is the manual recipe above plus rendering sanity: preview the markdown (GitHub-flavored) for the touched sections and confirm Mermaid blocks declare `TD`/`TB` only. The runnable docs-site checks live in Skill("hns-oss-docs-verify"); the README-specific checks are the greps above.
Anti-patterns
| Anti-pattern | Correct approach | |--------------|------------------| | Editing README.ko.md first "because the user speaks Korean" | README canonical is en — author `README.md`, then derive | | Re-authoring an entire derived file for a 3-line canonical change | Minimal-diff derivation of the changed sections | | "Improving" facts/figures during translation | Report the discrepancy; amend canonical first | | Dropping the switcher header in a redesign | The 4-entry header is a HARD shared contract |
Read more
name: hns-oss-docs-readme-sync description: > README 4-file synchronization procedure for the oss-docs harness: English README.md as primary source, ko/ja/zh derivation, the shared language-switcher header contract, section-order parity checklist, and the manual verification recipe (no linter exists for READMEs). Loaded by the content-author and locale-translator specialists for any README work. allowed-tools: Read, Grep, Glob, Bash user-invocable: false metadata: version: "1.0.0" category: "harness" status: "active" updated: "2026-07-13" tags: "oss-docs,readme,4-locale,translation,parity"
README 4-File Sync Procedure
The GitHub-facing README set is 4 files at the repo root, ~1100 lines each:
| File | Locale | Role | |------|--------|------| | `README.md` | en | **canonical / primary** — author here first | | `README.ko.md` | ko | derived | | `README.ja.md` | ja | derived | | `README.zh.md` | zh | derived |
SSOT design reference for redesign work: `.moai/reports/readme-docs-redesign-20260713.md` (README full redesign draft
- docs-site 12→11 section restructure + 6 new docs × 4 locales).
Procedure
1. **Author** the change in `README.md` (English) only. Respect the section design from the SSOT report; keep the ~1100-line budget in mind. 2. **Derive** ko, ja, zh — same PR, one derived file per translator worker. Translate the changed sections minimally; do not rewrite untouched prose. 3. **Preserve verbatim** across all 4 files: code blocks, command names, badges, version strings, file paths, tables' structure, Mermaid direction, and the switcher header (below). 4. **Verify parity** (checklist below) before returning.
Language-switcher header contract [HARD]
All 4 files share the same switcher header near the top, linking the sibling files with the label set exactly:
English · 한국어 · 日本語 · 中文
- The current file's own label renders as plain text; the other 3 are links
to the sibling README files.
- Never reorder, drop, or re-label the 4 entries.
Section-order parity checklist
- [ ] `grep -c '^## ' README.md README.ko.md README.ja.md README.zh.md` —
identical H2 counts across the 4 files.
- [ ] H2 section ORDER matches en (compare `grep '^## '` output order).
- [ ] H3 counts per section match for sections you touched.
- [ ] Table row counts match in touched sections.
- [ ] Code-block count matches (` ```` grep -c '^```' ```` ` is even and equal).
- [ ] Switcher header present and correct in all 4.
- [ ] URL blacklist clean: `grep -n 'docs\.moai-ai\.dev\|adk\.moai\.com\|adk\.moai\.kr' README*.md` → no matches.
Manual verification recipe
No linter exists for the README set — verification is the manual recipe above plus rendering sanity: preview the markdown (GitHub-flavored) for the touched sections and confirm Mermaid blocks declare `TD`/`TB` only. The runnable docs-site checks live in Skill("hns-oss-docs-verify"); the README-specific checks are the greps above.
Anti-patterns
| Anti-pattern | Correct approach | |--------------|------------------| | Editing README.ko.md first "because the user speaks Korean" | README canonical is en — author `README.md`, then derive | | Re-authoring an entire derived file for a 3-line canonical change | Minimal-diff derivation of the changed sections | | "Improving" facts/figures during translation | Report the discrepancy; amend canonical first | | Dropping the switcher header in a redesign | The 4-entry header is a HARD shared contract |
Agentic development harness for Claude Code — SPEC-driven plan/run/sync, TRUST 5 quality gates, model+effort routing, and Claude×GLM multi-LLM cost control. Single Go binary, 16 languages, zero deps.
Repo: modu-ai/moai-adk
Other skills on moai-adk.
- /hns-lsel-applier
Local Self-Evolution Loop (LSEL) APPLY engine — the playback-only consumer of approved decision.json records that drives `.moai/hooks/lsel-apply.sh` for the GOOS-local PROPOSE→APPLY seam closure (SPEC-LSEL-LOCAL-EVOLUTION-001 M3). Reads an approved decision.json, validates the
Open skill - /hns-lsel-curator
Local Self-Evolution Loop (LSEL) curator — the CLUSTER + drain engine for the GOOS-local PROPOSE→APPLY seam closure (SPEC-LSEL-LOCAL-EVOLUTION-001). Companion-offset drain of .moai/lessons-inbox.jsonl with a drain-side severity filter that drops the ~65% Bash-timeout/sandbox
Open skill - /hns-moaiadk-best-practices
moai-adk-go best-practices reference for the 4 harness specialists (cli-template-specialist, quality-specialist, workflow-specialist, hook-ci-specialist). Covers TRUST 5 gates, Go test isolation (t.TempDir, no OTEL env in parallel tests), hardcoding-prevention rules (env
Open skill - /hns-moaiadk-dev-reference
moai-adk-go local dev reference — version management/release process (sec 5), shell-script hook development (sec 7), build & dev commands (sec 10). Load only when performing these specific tasks.
Open skill - /hns-moaiadk-patterns
moai-adk-go domain-patterns reference for the 4 harness specialists (cli-template-specialist, quality-specialist, workflow-specialist, hook-ci-specialist). Covers the CLI/template/config/hook/spec subsystem architecture, key source paths, the Pipeline specialist delegation map,
Open skill - /hns-oss-docs-i18n-rules
HARD i18n rules digest for the oss-docs harness specialists working on moai-adk-go README 4-locale set and the docs-site (adk.mo.ai.kr). Covers the canonical-locale chains, the 4-locale same-PR obligation, Mermaid TD-only, the no-emoji + icon-shortcode rule, emphasis-marker
Open skill

