This repository contains a Agent Skill that teaches AI coding agents the MoonBit 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/moonbitDocumentation: https://developers.openai.com/codex/skills
mkdir -p ~/.claude/skills/
git clone https://github.com/moonbitlang/moonbit-agent-guide ~/.claude/skills/moonbitDocumentation: 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/moonbitNote: 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: google-gemini/gemini-cli#15327