Bug Description
When using the /skill autocomplete, CHANGELOG appears as a skill option. It points to the plugin's CHANGELOG.md instead of an actual skill.
Expected Behavior
Per the Plugins docs:
When omitted, the SKILL.md in the root directory is treated as a single Skill root.
So when skills is omitted from the plugin manifest, only SKILL.md should be treated as a skill root.
Actual Behavior
The kimi-datasource plugin does not declare a skills field in its manifest, but skill discovery also picks up CHANGELOG.md in the plugin root.
Reproduction Steps
- Install and enable the official
kimi-datasource plugin
- Start a new session or run
/reload
- Type
/ to open skill autocomplete
- Observe
CHANGELOG listed as a skill
Environment
Suggested Fix
Add an explicit skills field to kimi-datasource/kimi.plugin.json:
Bug Description
When using the
/skillautocomplete,CHANGELOGappears as a skill option. It points to the plugin's CHANGELOG.md instead of an actual skill.Expected Behavior
Per the Plugins docs:
So when
skillsis omitted from the plugin manifest, onlySKILL.mdshould be treated as a skill root.Actual Behavior
The
kimi-datasourceplugin does not declare askillsfield in its manifest, but skill discovery also picks upCHANGELOG.mdin the plugin root.Reproduction Steps
kimi-datasourceplugin/reload/to open skill autocompleteCHANGELOGlisted as a skillEnvironment
Suggested Fix
Add an explicit
skillsfield tokimi-datasource/kimi.plugin.json: