MoonshotAI / MoonshotAI/kimi-code

feat: 增加 Skills 可见性和管理入口

Open
#60 1 comment 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7.5k
Forks
1.2k
Avg merge
11h 53m
Merged PRs (30d)
350

Description

What feature would you like to see?

希望增加查看当前已加载 Skills 的入口。

建议支持:

  • /skills:在 TUI 中展示已加载 skills、描述、来源目录、slash alias
  • kimi skills list [--json]:便于脚本和排查
  • 当某个 skill 解析失败或被跳过时,展示明确错误信息
Additional information

Kimi Code 已经支持内置、用户级、项目级 Skills,也支持 skill-backed slash commands。但用户目前不容易确认哪些 skills 已经加载、来自哪里、为什么某个预期 skill 不可用。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Skills loading code and the existing TUI and CLI command entry points for /skills and kimi skills list. Determine how loaded, skipped, and failed skills are represented, then define the output for the TUI and optional JSON mode. Done means users can inspect loaded skills, their metadata, and clear reasons for unavailable skills.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.