gen-docs

Synchronize English and Chinese Kimi Code CLI documentation with code changes and changelogs.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Zidane786/os-coding-agents --skill gen-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-docs
Source: https://github.com/Zidane786/os-coding-agents/tree/main/kimi-cli/.agents/skills/gen-docs
Command: npx skills add https://github.com/Zidane786/os-coding-agents --skill gen-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kimi Code CLI documentation often drifts from the codebase and changelogs. This Skill provides a structured workflow to ensure English and Chinese docs stay aligned with recent changes by referencing AGENTS.md and code-level updates, updating changelogs, and coordinating bilingual synchronization.

Core Features & Use Cases

  • Documentation sync: Reconciles code changes, changelogs, and AGENTS.md references to keep docs accurate.
  • Bilingual alignment: Triggers and coordinates translation updates to ensure Chinese content matches English behavior.
  • Workflow automation: Orchestrates English changelog synchronization via node docs/scripts/sync-changelog.mjs and invokes translation steps as needed.

Quick Start

Run the documentation synchronization workflow to update English and Chinese docs for Kimi Code CLI.

Frequently Asked Questions about gen-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep developer documentation in sync with code changes and changelogs?

Documentation synchronization automates reconciliation by referencing AGENTS.md and code-level updates, invoking node docs/scripts/sync-changelog.mjs to ensure developer docs accurately reflect recent changes.

How do I align bilingual documentation when updating English changelogs?

Bilingual documentation alignment triggers translation updates after English changelog synchronization, coordinating the translate-docs step to ensure Chinese content matches English behavior.

Do I need npm and node tooling to run documentation sync workflows?

Yes, documentation sync requires npm and node tooling, specifically invoking node docs/scripts/sync-changelog.mjs and accessing the docs directory to execute the bilingual synchronization workflow.

What's the best way to maintain bilingual CLI docs using AGENTS.md guidance?

Maintaining bilingual CLI docs involves a structured workflow that references AGENTS.md guidance, updates changelogs via node scripts, and triggers translation steps for bilingual alignment.

Why does my CLI documentation drift from the codebase and changelogs?

Documentation drifts from the codebase when manual updates are missed, but automated synchronization workflows reconcile code changes, changelogs, and AGENTS.md references to keep docs accurate.

Can I use documentation sync for both English and Chinese docs in the Kimi Code CLI?

Yes, documentation sync applies to maintaining English and Chinese docs for the Kimi Code CLI, ensuring AGENTS.md guidance is followed and translations are kept in sync.