maintain-kilin-public-docslisted
Install: claude install-skill kilin-space/kilin
# Maintain Kilin public documentation
Keep public documentation accurate to the current repository behavior and consistent across English,
Simplified Chinese, and Traditional Chinese.
## Establish the documentation contract
1. Confirm the repository root, branch, and working-tree state. Preserve unrelated changes.
2. Read `AGENTS.md`, `CONTRIBUTING.md`, and the source or internal V1 contract that owns the
documented behavior.
3. Identify every public surface affected:
- root `README.md`;
- `packages/cli/README.md`;
- `apps/docs/content/docs/{en,zh-cn,zh-tw}/`;
- `packages/cli/CHANGELOG.md` for user-visible released-package changes;
- command help or examples when the implementation is in scope.
4. Run or inspect the current CLI rather than copying stale examples. Distinguish source-checkout
commands from globally installed CLI commands.
5. Do not present an unimplemented design, dirty working-tree experiment, or historical result as
current product behavior.
## Keep one meaning across three locales
For every localized route:
- keep the same route set and matching `meta.json` entries;
- preserve command names, flags, identifiers, schema fields, error codes, and file names exactly;
- preserve security requirements and limitations without softening them in translation;
- adapt prose naturally for each locale instead of translating word by word;
- keep examples semantically equivalent;
- update cross-links when a route or heading changes.
If one loc