MoonshotAI / MoonshotAI/kimi-code
web: /skill does not list all non-built-in session skills in slash menu
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
Problem
In the web UI, typing /skill in the composer only shows skills whose names contain the substring skill.
In the CLI/TUI, non-built-in session skills are rendered as /skill:<name>, so typing /skill lists every non-built-in session skill. This makes the web slash menu appear to have fewer available skills than the CLI/TUI.
Expected behavior
Non-built-in session skills should be displayed as /skill:<name> in the web slash menu, while built-in skills should continue to display as /<name>.
Typing /skill should list all non-built-in session skills.
Actual behavior
Non-built-in session skills are displayed as /<name>, so /skill only matches skills whose names happen to include skill.
Related PR
Fixed by #1060.
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 comparing the web slash-menu behavior with the CLI/TUI rendering described in the issue, then inspect the web UI entry point that formats skill names. Done means non-built-in session skills appear as /skill:, built-in skills remain /, and typing /skill lists every non-built-in session skill; related PR #1060 is noted as the fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100