Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -40% | 0% |
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).
README.md (English) only. Respect the sectiondesign from the SSOT report; keep the ~1100-line budget in mind.
Translate the changed sections minimally; do not rewrite untouched prose.
badges, version strings, file paths, tables' structure, Mermaid direction, and the switcher header (below).
All 4 files share the same switcher header near the top, linking the sibling files with the label set exactly:
English · 한국어 · 日本語 · 中文to the sibling README files.
grep -c '^## ' README.md README.ko.md README.ja.md README.zh.md —identical H2 counts across the 4 files.
grep '^## ' output order). grep -c '^' is even and equal).grep -n 'docs\.moai-ai\.dev\|adk\.moai\.com\|adk\.moai\.kr' README*.md → no matches.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-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 |
Other measured skills in the registry, with their headline benchmark lift.