Back to Loro

MoonBit Agent Skill

skills/moonbit/README.md

0.6.01.5 KB
Original Source

MoonBit Agent Skill

This repository contains a Agent Skill that teaches AI coding agents the MoonBit language and its toolchain.

Integrate the Skill into your agent

Different AI assistants require different configuration methods. Below are guides for popular coding assistants:

Codex CLI

shell
mkdir -p ~/.codex/skills/
git clone https://github.com/moonbitlang/moonbit-agent-guide ~/.codex/skills/moonbit

Documentation: https://developers.openai.com/codex/skills

Claude Code

shell
mkdir -p ~/.claude/skills/
git clone https://github.com/moonbitlang/moonbit-agent-guide ~/.claude/skills/moonbit

Documentation: https://code.claude.com/docs/en/skills

GitHub Copilot for VS Code

shell
# 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.

Cursor & Cursor CLI

Agent Skills are available only in the Cursor nightly release channel.

Documentation: https://cursor.com/cn/docs/context/skills

Gemini CLI

It seems that Gemini CLI will support agent skills in next release: https://github.com/google-gemini/gemini-cli/issues/15327