gen-docs
Installation
SKILL.md
Gen Docs
Overview
This repository maintains bilingual user documentation under docs/. docs/en/ and docs/zh/ are mirrored pairs for most pages; update both in the same change. Changelog is the exception — English is the source, and Chinese is translated from English.
Use this skill to update the corresponding documentation whenever the codebase has changes that affect product behavior or user experience.
For a full pre-release audit of all pages (detecting hallucinations and coverage gaps), use the audit-docs skill instead.
Prerequisites
This skill depends on the following being in place. If any are missing, stop and report to the user before continuing:
docs/directory withdocs/zh/,docs/en/, anddocs/.vitepress/config.tsset up (VitePress site).docs/AGENTS.mdstyle guide — defines source-of-truth rules, terminology table, typography, and writing style.docs/scripts/sync-changelog.mjs— auto-syncs rootCHANGELOG.mdtodocs/en/release-notes/changelog.md.translate-docsskill in.agents/skills/— handles bilingual synchronization.