← ClaudeAtlas

maintain-kilin-public-docslisted

Create, update, or review Kilin public documentation in README files, package docs, and the localized Fumadocs site. Use this skill whenever a change affects apps/docs/content/docs, public command examples, configuration, workflow behavior, monitoring, troubleshooting, or security claims. Require source-backed accuracy and English, Simplified Chinese, and Traditional Chinese route parity. Do not use it for internal design documents only or for implementing the underlying CLI behavior.
kilin-space/kilin · ★ 2 · AI & Automation · score 66
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