gen-docs

Synchronize Kimi Code CLI changelogs and update bilingual documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Kimi Code CLI documentation up to date by aligning user guides with the latest code changes, ensuring consistency across English and Chinese assets.

Core Features & Use Cases

  • Synchronizes the English changelog using node docs/scripts/sync-changelog.mjs to reflect recent updates.
  • Coordinates bilingual documentation updates by applying translation workflows for Chinese content to match code behavior.
  • Validates consistency between code, changelogs, and user documentation by referencing AGENTS.md and the docs directory.

Quick Start

Run the skill to synchronize the English changelog and update bilingual documentation.

Frequently Asked Questions about gen-docs

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

FAQPage Schema
How do I synchronize documentation with the latest code changes?

To synchronize documentation with code changes, run this skill to update the docs directory and AGENTS.md, ensuring user guides accurately reflect recent updates.

What is the best way to keep bilingual documentation aligned?

Keeping bilingual documentation aligned is handled by applying translation workflows via translate-docs, ensuring Chinese content matches English code behavior and documentation updates.

How does the changelog synchronization process work?

The changelog synchronization process works by executing node docs/scripts/sync-changelog.mjs to reflect recent code updates in the English changelog within the documentation directory.

Can I update Chinese and English documentation files at the same time?

Yes, you can update Chinese and English documentation simultaneously by running the skill, which coordinates bilingual translation workflows to keep both language assets consistent.

Do I need to manually edit AGENTS.md when updating user guides?

No, you do not need to manually edit AGENTS.md when updating user guides, as the skill automatically validates consistency between code, changelogs, and docs by referencing it.

Why does my documentation show outdated code behavior?

Your documentation shows outdated code behavior because bilingual docs and the English changelog have not been synchronized with recent updates using the sync-changelog.mjs script and translation workflows.