Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

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

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

# 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: google-gemini/gemini-cli#15327