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 current skill discovery logic for directories configured through extraKnownMarketplaces in settings.json. Compare it with the plugin cache path at ~/.claude/plugins/cache/claude-plugins-official/superpowers/*/skills/ and verify that installed plugin skills such as superpowers:brainstorming become available through / 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
- 55/100