Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
bump-plugin-version
(project) Use when editing any file under plugins/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing
vinta/hal-9000 113
-
commit
Use when making any git commit. All git add and commit operations must go through this skill, including from subagents and other skills. Always pass a brief description of what changed as the argument
vinta/hal-9000 113
-
update-allowed-tools
Use when creating or editing a skill that uses Bash commands, external tools, or skill invocations and the allowed-tools frontmatter may be incomplete
vinta/hal-9000 113
-
second-opinions
Use when wanting independent perspectives from external models (Codex, Gemini) on code, plans, docs, or any task — or when the user asks for a second opinion, codex review, or gemini review
vinta/hal-9000 113
-
magi
Use when brainstorming ideas, features, or directions for a project where independent perspectives from different model families (Claude/Codex/Gemini) would surface blind spots and spark creative options the user hasn't considered — especially "what cool things can I add", "what should I build next", "give me ideas for X"
vinta/hal-9000 113
-
skill-creator
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.
MoonshotAI/kimi-cli 7,735
-
pull-request
Create and submit a GitHub Pull Request.
MoonshotAI/kimi-cli 7,735
-
translate-docs
Translate and sync bilingual documentation.
MoonshotAI/kimi-cli 7,735
-
release
Execute the release workflow for Kimi Code CLI packages.
MoonshotAI/kimi-cli 7,735
-
gen-docs
Update Kimi Code CLI user documentation.
MoonshotAI/kimi-cli 7,735
-
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.
MoonshotAI/kimi-cli 7,735
-
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.
MoonshotAI/kimi-cli 7,735
-
feature-smoke-test
针对 Kimi Code CLI 的新增或变更功能,规划并执行可重复的端到端冒烟测试。从 git diff 推断功能边界,读取相关文档和代码,设计测试 prompt,以 --print 非交互模式运行本地 CLI,检查进程退出码和 session 产物,总结预期与实际行为之间的差异。发现问题时自动启动多路并行探查以定位根因。
MoonshotAI/kimi-cli 7,735
-
gen-rust
Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.
MoonshotAI/kimi-cli 7,735
-
gen-changelog
Generate changelog entries for code changes.
MoonshotAI/kimi-cli 7,735
-
sample-plugin
Sample plugin demonstrating the Skills + Tools model.
Includes a Python tool (greeting) and a TypeScript tool (calculator).
MoonshotAI/kimi-cli 7,735
-
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.
MoonshotAI/kimi-cli 7,735
-
bmad-advanced-elicitation
Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.
bmad-code-org/BMAD-METHOD 44,325
-
bmad-distillator
Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.
bmad-code-org/BMAD-METHOD 44,325
-
bmad-review-adversarial-general
Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something
bmad-code-org/BMAD-METHOD 44,325
-
bmad-help
Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad.
bmad-code-org/BMAD-METHOD 44,325
-
bmad-editorial-review-prose
Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose
bmad-code-org/BMAD-METHOD 44,325
-
bmad-editorial-review-structure
Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure
bmad-code-org/BMAD-METHOD 44,325
-
bmad-brainstorming
Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.
bmad-code-org/BMAD-METHOD 44,325