← all publishers

moonshotai

@moonshotai source repo

18 published skills

  1. Write Tui · moonshotai bundle
    Use when writing or modifying the kimi-code terminal UI in apps/kimi-code/src/tui — components, dialogs/selectors, slash commands, themes, streaming render, or the KimiTUI controllers. Covers the architecture, where new features go, test placement, the theme system mechanics, and the dialog interaction/visual spec (DESIGN.md).
    0
    installs
  2. Pre Changelog · moonshotai
    Use before merging a kimi-code release PR to preview the user-facing CLI changelog in Chinese. Reads the changelog that changesets pre-generated in the release PR, then reuses sync-changelog's strip / classify / translate logic to render a Chinese preview. Writes no files.
    0
    installs
  3. Gen Changesets · moonshotai
    Use when generating changesets in the kimi-code repository — deciding whether to write one, which package to list, the bump level, the wording, and the confirmation workflow.
    0
    installs
  4. Sync Changelog · moonshotai
    Use after a release succeeds, when maintainers need to sync apps/kimi-code/CHANGELOG.md into docs/en/release-notes/changelog.md and docs/zh/release-notes/changelog.md, then open a PR on a dedicated branch.
    0
    installs
  5. Kimi Datasource · moonshotai bundle
    Universal data-source assistant for stocks (Wind, S&P, SEC EDGAR), macro (World Bank, IMF, FRED, NBS), Chinese government data and standards (GB/HB/DB/TT), corporate, academic, legal, WHO/FAO/OECD and other IGO data, financial news (Xinhua, Caixin). This plugin exposes tools via MCP server `plugin-kimi-datasource_data`; call them in the flow `mcp__plugin-kimi-datasource_data__get_data_source_desc` → `mcp__plugin-kimi-datasource_data__call_data_source_tool`.
    0
    installs
  6. Kimi Webbridge · moonshotai bundle
    Kimi WebBridge lets AI control the user's real browser — navigate, click, type, read, screenshot, and interact with any website using the user's actual login sessions. Use this skill whenever the user wants to interact with websites, automate browser tasks, scrape web content, or perform any action requiring a real browser. Also use when the user mentions "browser", "webpage", "open URL", "screenshot", or asks to read/interact with any website. Use even for simple-sounding browser requests — the daemon handles all complexity.
    0
    installs
  7. Release · moonshotai
    Execute the release workflow for Kimi Code CLI packages.
    0
    installs
  8. Sample Plugin · moonshotai bundle
    Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).
    0
    installs
  9. Gen Docs · moonshotai
    Update Kimi Code CLI user documentation.
    0
    installs
  10. Gen Rust · moonshotai
    Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.
    0
    installs
  11. Codex Worker · 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.
    0
    installs
  12. Pull Request · moonshotai
    Create and submit a GitHub Pull Request.
    0
    installs
  13. Gen Changelog · moonshotai
    Generate changelog entries for code changes.
    0
    installs
  14. Translate Docs · moonshotai
    Translate and sync bilingual documentation.
    0
    installs
  15. Worktree Status · 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.
    0
    installs
  16. Feature Smoke Test · moonshotai bundle
    针对 Kimi Code CLI 的新增或变更功能,规划并执行可重复的端到端冒烟测试。从 git diff 推断功能边界,读取相关文档和代码,设计测试 prompt,以 --print 非交互模式运行本地 CLI,检查进程退出码和 session 产物,总结预期与实际行为之间的差异。发现问题时自动启动多路并行探查以定位根因。
    0
    installs
  17. Kimi CLI Help · moonshotai
    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.
    0
    installs
  18. Skill Creator · moonshotai
    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.
    0
    installs