gen-docs

Synchronize English and Chinese Kimi Code CLI docs after commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping Kimi Code CLI user documentation up-to-date with the latest code changes, changelog, and translations.

Core Features & Use Cases

  • Synchronize English and Chinese docs across docs/AGENTS.md and related materials after commits, staged changes, and changelog updates.
  • Validate consistency between code behavior and documentation, and trigger bilingual synchronization when needed.
  • Use-case: When a new feature is added or a bug fix lands, automatically refresh user guides to reflect the change.

Quick Start

Scan recent commits and update the docs in docs/ to reflect current code, changelog, and translations.

Frequently Asked Questions about gen-docs

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

FAQPage Schema
How do I automate documentation updates after code commits?

To automate documentation updates after code commits, scan recent commits and refresh user guides to reflect current code behavior, changelog entries, and translations. This ensures English and Chinese docs stay synchronized with the latest changes.

How does bilingual documentation synchronization work?

Bilingual documentation synchronization works by aligning Chinese documentation with the latest code behavior, then invoking the translate-docs skill. This validates consistency and triggers updates across English and Chinese materials after changes land.

What is the best way to keep a changelog aligned with code changes?

The best way to keep a changelog aligned with code changes is running a sync script like node docs/scripts/sync-changelog.mjs. This automatically updates the English changelog to reflect new features and bug fixes after commits.

Do I need to manually update AGENTS.md references after updating docs?

You do not need to manually update AGENTS.md references after updating docs. The automation process synchronizes English and Chinese docs across AGENTS.md and related materials automatically after staged changes and changelog updates.

When do I need to sync English and Chinese docs?

You need to sync English and Chinese docs when a new feature is added or a bug fix lands. This validates consistency between code behavior and documentation, triggering bilingual synchronization to refresh user guides.

Why does my documentation show outdated code behavior?

Your documentation shows outdated code behavior because it has not been synced after recent commits. You must align Chinese documentation with the latest code behavior and run the changelog sync script to resolve the inconsistency.