MoonshotAI / MoonshotAI/kimi-cli

kimi code cli skill discovery mechanism enhancement

Open
#1,705 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
11.4k
Forks
1.3k
Avg merge
9h 47m
Merged PRs (30d)
2

Description

Problem

Kimi Code CLI's skill discovery mechanism only scans directories configured in extraKnownMarketplaces in settings.json. Currently it looks at:

  • local-skills~/.claude/skills/
  • minimax-skills → GitHub remote

However, installed plugins like superpowers@claude-plugins-official have their skills in ~/.claude/plugins/cache/claude-plugins-official/superpowers/*/skills/ but these are NOT automatically discovered.

Expected Behavior

Skills from installed plugins should be automatically discoverable, similar to how Claude Code works. Users who have superpowers plugin enabled cannot use skills like superpowers:brainstorming or superpowers:systematic-debugging via / commands in Kimi Code CLI.

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 tracing the existing skill discovery that reads extraKnownMarketplaces in settings.json, then inspect the ~/.claude/plugins/cache/claude-plugins-official/superpowers/*/skills/ path described in the issue. Done means skills from installed plugins, including superpowers:brainstorming and superpowers:systematic-debugging, are discoverable through Kimi Code CLI slash commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.