examples/sample-plugin/SKILL.md
Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).
npx skillsauth add moonshotai/kimi-cli sample-pluginInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A demo plugin with two tools in different languages, showing that plugin tools are language-agnostic.
| Tool | Language | Description |
|------|----------|-------------|
| py_greet | Python | Generate a greeting in en/zh/ja |
| ts_calc | TypeScript | Evaluate a math expression |
py_greet with name="Alice", lang="zh"ts_calc with expression="42 * 17 + 3"tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Kimi's capabilities with specialized knowledge, workflows, or tool integrations.
tools
Answer Kimi Code CLI usage, configuration, and troubleshooting questions. Use when user asks about Kimi Code CLI installation, setup, configuration, slash commands, keyboard shortcuts, MCP integration, providers, environment variables, how something works internally, or any questions about Kimi Code CLI itself.
testing
Audit all git worktrees in the current project. Use when the user asks about worktree status, which branches are merged, which have uncommitted changes, or which worktrees can be safely cleaned up.
documentation
Translate and sync bilingual documentation.