gen-docs

Sync English and Chinese CLI docs with changelog updates.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill gen-docs-haomingz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-docs
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/gen-docs
Command: npx skills add https://github.com/haomingz/kimi-skills --skill gen-docs-haomingz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Kimi Code CLI documentation in docs/ aligned with latest code changes, changelogs, and translation workflows, reducing drift between the codebase and user guides.

Core Features & Use Cases

  • Centralized workflow to verify and sync English and Chinese documentation based on AGENTS.md guidance and changelog updates.
  • Automatic validation of documentation changes to ensure user guides reflect new features and behaviors.
  • Use Case: After a feature lands, quickly align English and Chinese docs with the latest code changes.

Quick Start

Follow the AGENTS.md instructions to synchronize changes, then run the bilingual sync to publish updates.

Frequently Asked Questions about gen-docs

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

FAQPage Schema
How do I keep CLI documentation aligned with recent code changes?

To keep CLI documentation aligned with recent code changes, this Skill coordinates changelog updates and bilingual translation workflows based on recent commits and AGENTS.md guidance, ensuring user guides reflect current behavior.

How do I sync English and Chinese docs after a new feature lands?

You can sync English and Chinese docs after a feature lands by running the bilingual sync workflow with translate-docs, automatically validating that both language user guides reflect the latest codebase updates.

Do I need to run the changelog sync script before updating documentation?

Yes, running node docs/scripts/sync-changelog.mjs is a required prerequisite to enforce documentation accuracy, ensuring the changelog is updated before bilingual translation workflows are applied.

What is the best way to automate bilingual documentation updates for a CLI?

Automating bilingual documentation updates is best handled by centralizing the workflow to verify and sync English and Chinese docs based on AGENTS.md guidance, reducing drift between the codebase and user guides.

Why does my CLI documentation drift from the actual codebase behavior?

Documentation drifts from actual codebase behavior when user guides are not synchronized with recent commits, a problem this Skill solves by enforcing changelog updates and bilingual translation workflows.