MoonshotAI / MoonshotAI/kimi-cli
kimi code cli skill discovery mechanism enhancement
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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