Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

kimi-cli

kimi-cli 收录了来自 MoonshotAI 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
9.0k
更新
2026-05-13
Forks
1.1k
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

release
软件开发工程师

Execute the release workflow for Kimi Code CLI packages.

2026-05-13
gen-changelog
软件开发工程师

Generate changelog entries for code changes.

2026-05-11
sample-plugin
计算机程序员软件开发工程师

Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).

2026-03-19
feature-smoke-test
软件质量保证分析师与测试员

针对 Kimi Code CLI 的新增或变更功能,规划并执行可重复的端到端冒烟测试。从 git diff 推断功能边界,读取相关文档和代码,设计测试 prompt,以 --print 非交互模式运行本地 CLI,检查进程退出码和 session 产物,总结预期与实际行为之间的差异。发现问题时自动启动多路并行探查以定位根因。

2026-03-17
codex-worker
软件开发工程师

Spawn and manage multiple Codex CLI agents via tmux to work on tasks in parallel. Use whenever a task can be decomposed into independent subtasks (e.g. batch triage, parallel fixes, multi-file refactors). When codex and tmux are available, prefer this over the built-in Task tool for parallelism.

2026-02-06
worktree-status
软件开发工程师

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.

2026-02-06
gen-rust
软件开发工程师计算机程序员

Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.

2026-02-04
gen-docs
技术写作员软件开发工程师+1

Update Kimi Code CLI user documentation.

2026-01-26
translate-docs
技术写作员

Translate and sync bilingual documentation.

2026-01-26
kimi-cli-help
计算机用户支持专员

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.

2026-01-26
skill-creator
软件开发工程师其他计算机职业+1

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.

2026-01-26
pull-request
软件开发工程师

Create and submit a GitHub Pull Request.

2026-01-20