beaver-markdown-i18n

Installation
SKILL.md

Markdown i18n

Token-efficient translation pipeline. Scripts handle parsing, caching, masking, and validation — you only translate the marked segments.

SKILL_DIR — set this to the absolute path of this skill's root directory (the folder containing this SKILL.md). All node commands below use $SKILL_DIR/scripts/.

Non-negotiable Rules

  • MUST use scripts only for prepare/checkpoint/merge/apply/quality/TM operations.
  • MUST NOT use any script, command, tool, or automation to batch-translate file contents or chunk contents.
  • MUST translate manually in-place: one target file at a time, or one chunk at a time.
  • MUST NOT read/translate multiple chunks in the same turn/request.
  • MUST run validation before marking anything done.
  • MUST NOT mark a file as done without validation results.
  • MUST NOT mark a file as done when validation reports any ERROR or any WARN unless the user explicitly confirms acceptance.
  • If validation reports any ERROR or WARN, MUST stop, show the validation output, and wait for user confirmation before plan set ... done.
  • If Context usage exceeds 70%, MUST use a context cleanup or context compression command before continuing translation work.

Required Order

Related skills

More from beaverslab/beaver-skill

Installs
3
First Seen
Mar 10, 2026