Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/run/test/doc/ide etc.), or following MoonBit-specific layout, documentation, and testing conventions.
This repository contains an Agent Skill that teaches AI coding agents the MoonBit programming language and its toolchain.
Different AI assistants require different configuration methods. Below are guides for popular coding assistants:
mkdir -p ~/.codex/skills/
git clone https://github.com/moonbitlang/moonbit-agent-guide ~/.codex/skills/moonbit
Documentation: https://developers.openai.com/codex/skills
mkdir -p ~/.claude/skills/
git clone https://github.com/moonbitlang/moonbit-agent-guide ~/.claude/skills/moonbit
Documentation: https://code.claude.com/docs/en/skills
# enable moonbit skill for current repository
mkdir -p ./.github/skills/
git clone https://github.com/moonbitlang/moonbit-agent-guide ./.github/skills/moonbit
Note: Agent Skills support in VS Code is currently in preview and available only in VS Code Insiders. Enable the chat.useAgentSkills setting to use Agent Skills. See Use Agent Skills in VS Code for details.
Agent Skills are available only in the Cursor nightly release channel.
Documentation: https://cursor.com/cn/docs/context/skills
It seems that Gemini CLI will support agent skills in next release: https://github.com/google-gemini/gemini-cli/issues/15327
npx skills add moonbitlang/moonbit-agent-guide下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer