moonbit-agent-guide
Write, refactor, test, and verify MoonBit code correctly
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install moonbit-agent-guide?โผ
Run `npx skills add moonbitlang/moonbit-agent-guide --all -g -y` in your terminal to install all MoonBit skills globally.
What does the MoonBit agent guide cover?โผ
It teaches agents MoonBit project layout, the moon toolchain, testing conventions, refactoring patterns, C FFI bindings, OCaml migration, and proof-carrying code.
How to bind C libraries to MoonBit?โผ
The moonbit-c-binding skill walks through extern declarations, ownership annotations, callback trampolines, and AddressSanitizer validation step by step.
Can I migrate OCaml code to MoonBit automatically?โผ
Yes. The ocaml2moonbit-migration skill maps OCaml types, strings, and exceptions to idiomatic MoonBit with behavior-preserving tests.
Does it work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Codex CLI, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core