Skip to content

Add Kimi Code CLI plugin manifest (kimi.plugin.json) - #101

Open
NCtraveling wants to merge 1 commit into
ayghri:mainfrom
NCtraveling:kimi-code-plugin
Open

Add Kimi Code CLI plugin manifest (kimi.plugin.json)#101
NCtraveling wants to merge 1 commit into
ayghri:mainfrom
NCtraveling:kimi-code-plugin

Conversation

@NCtraveling

Copy link
Copy Markdown

What

Adds a root kimi.plugin.json manifest so the package installs natively as a Kimi Code CLI plugin:

/plugins install https://github.com/ayghri/i-have-adhd

How it works

Kimi Code CLI discovers plugin skills via a root kimi.plugin.json (or .kimi-plugin/plugin.json) whose skills field points at directories containing SKILL.md. The existing skills/i-have-adhd/ tree is reused unchanged — this PR adds one file, no behavior changes for other hosts.

After installing, users trigger the skill manually with /skill:i-have-adhd (matching the skill's disable-model-invocation: true).

Verified

  • Manifest parses and satisfies Kimi Code's required fields (name pattern, skills within plugin root)
  • Same content tested as a locally installed Kimi Code plugin (/plugins install <path> + /reload)

Kimi Code CLI plugins discover skills via a root kimi.plugin.json
manifest whose 'skills' field points at the SKILL.md directory. The
existing skills/i-have-adhd/ tree is reused as-is, so this single file
makes the package installable with:

    /plugins install https://github.com/ayghri/i-have-adhd

Docs: https://www.kimi.com/code/docs/en/kimi-code-cli/customization/plugins.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant