What problem does it solve? Maintaining bilingual documentation is tedious and error-prone: when English Rule or Skill files are added, changed, moved, or retired, their Simplified Chinese mirrors must be updated in lockstep with faithful meaning, matching structure, and working anchor links. This Skill applies caller-specified mirror operations so both language versions stay synchronized. ## Core Features & Use Cases - Faithful translation: Preserves every meaning, relationship, and degree of force from the final English source while producing natural, standalone Simplified Chinese. - Structural correspondence: Keeps headings one-for-one at the same levels, preserves Markdown blocks, emphasis, protected literals, and paragraph boundaries. - Anchor and link management: Adds or normalizes <a id="..."></a> heading anchors for referenced sections and keeps link fragments consistent with source identifiers. - Use Case: After finalizing a new English Rule document, supply the source path and a create operation; the Skill produces the complete Chinese mirror, checks it once for completeness and anchor correctness, runs the project's mechanical checks, and reports changed paths. ## Quick Start Use $translate-agent-artifacts to apply the supplied Simplified-Chinese mirror create, update, move, or delete operations for the final English Rule or Skill changes.