Enable users to add custom slash commands in Kimi code for advanced development workflow integration #2444
BuckwheatMoustache
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem / Use Case
Enabling developers advanced workflows like https://github.com/ChristopherKahler/paul and https://github.com/open-gsd/gsd-core with custom slash commands, deep template systems, and structured state management.
Current limitation: Kimi Code does not recognize or load custom slash commands from
~/.kimi/commands/or any user-defined directory. This means:/{custom-command}natively in Kimi CodeWhat Claude Code does (and why it matters)
Claude Code auto-loads markdown files from
~/.claude/commands/as first-class slash commands. Each.mdfile becomes an executable command with its content injected as a prompt template. This enables:npx installor git cloneProposed Solution
Add a custom slash command directory to Kimi Code, similar to:
Command file format (backward-compatible):
Why this matters for Kimi Code adoption
Request
Please implement custom slash command loading in Kimi Code, prioritizing:
~/.kimi/commands/,./.kimi/commands/)/)This would make Kimi Code the preferred platform for structured, stateful AI-assisted development.
Beta Was this translation helpful? Give feedback.
All reactions