Skip to content

Add a bundled Kimi Code docs system skill #1172

Description

@starSumi

Problem:
Kimi Code has built-in skill commands, but there is no bundled product-docs skill comparable to Codex's system product-docs help. When users ask about Kimi Code setup, config, MCP, skills, plugins, slash commands, sessions, IDE/ACP, or troubleshooting, agents do not have an explicit Kimi Code self-help route.

Proposal:
Add a System skill scope for product-aware bundled skills. Include a kimi-code-docs system skill with guidance to consult official docs, local docs, and source, and expose it as /kimi-code-docs. Proposed priority: Project > User > Extra > System > Built-in.

Implementation direction:
Use Kimi's existing in-memory bundled skill registration style rather than unpacking files to KIMI_CODE_HOME. The system skill is registered as system://kimi-code-docs at session startup after project/user/extra roots load and before built-in skills register.

Validation from prototype:

  • agent-core/protocol/kimi-code typecheck pass
  • targeted skill/TUI vitest pass
  • docs build pass
  • protocol and agent-core build pass

I have a draft implementation ready and can open a PR if this direction is acceptable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions