MoonshotAI
@MoonshotAI Organization
Public Skills
worktree-status
by MoonshotAI
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.
gen-changelog
by MoonshotAI
Generate changelog entries for code changes.
release
by MoonshotAI
Execute the release workflow for Kimi Code CLI packages.
gen-rust
by MoonshotAI
Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.
translate-docs
by MoonshotAI
Translate and sync bilingual documentation.
codex-worker
by MoonshotAI
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.
gen-docs
by MoonshotAI
Update Kimi Code CLI user documentation.
pull-request
by MoonshotAI
Create and submit a GitHub Pull Request.