gen-docs

Update Kimi Code CLI documentation from git commits and changelogs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/notbleaux/eSports-EXE --skill gen-docs-notbleaux
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gen-docs
Source: https://github.com/notbleaux/eSports-EXE/tree/main/tools/.cursor/skills/gen-docs
Command: npx skills add https://github.com/notbleaux/eSports-EXE --skill gen-docs-notbleaux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need to keep the Kimi Code CLI user documentation accurate and up-to-date with recent code changes.

Core Features & Use Cases

  • Documentation Synchronization: Ensures that user-facing documentation reflects the latest state of the codebase.
  • Multi-lingual Support: Facilitates the maintenance of both English and Chinese versions of the documentation.
  • Use Case: After implementing a new feature for the Kimi Code CLI, use this Skill to automatically update the relevant sections in docs/AGENTS.md, ensuring users are informed about the new functionality and how to use it.

Quick Start

Update the Kimi Code CLI user documentation based on recent code changes.

Frequently Asked Questions about gen-docs

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

FAQPage Schema
How do I update CLI documentation based on recent git commits?▼

You can synchronize CLI documentation by referencing git commits, staged changes, and changelogs. This process ensures user-facing docs reflect the latest codebase state and automatically updates relevant sections like `docs/AGENTS.md`.

What is the best way to synchronize English and Chinese documentation?▼

Bilingual documentation synchronization verifies Chinese docs against current code behavior, then runs a specific script to sync English changelogs. This ensures both language versions accurately match the latest codebase updates.

Do I need Node.js to update Kimi Code CLI docs?▼

Yes, Node.js is required as a dependency. The documentation synchronization process utilizes Node.js to execute scripts that update and verify user-facing CLI documentation against the latest code.

How does documentation synchronization handle changelogs?▼

Documentation synchronization handles changelogs by referencing them alongside git commits to update docs. It specifically uses a script to synchronize English changelogs and verifies Chinese documentation aligns with current code behavior.

When should I use automated documentation updates for CLI tools?▼

Use automated documentation updates after implementing new features or changing code behavior for your CLI. This ensures user-facing documentation, including bilingual changelogs, remains accurate and synchronized with the latest codebase.