Guide for migrating OCaml projects, libraries, modules, and test suites to idiomatic MoonBit. Use when translating OCaml code to MoonBit, planning a large OCaml-to-MoonBit port, preserving byte/string-heavy behavior, replacing OCaml variants/records/exceptions/refs/arrays, mapping OCaml APIs to MoonBit packages, or building verification and test strategy for a migration.
$npx -y skills add moonbitlang/moonbit-agent-guide --skill ocaml2moonbit-migrationInstalls into the current project.
Run `npx skills use "https://github.com/moonbitlang/moonbit-agent-guide" --skill "moonbitlang/moonbit-agent-guide/ocaml2moonbit-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/moonbitlang/moonbit-agent-guide" that are relevant to the current task. Run `npx skills add "https://github.com/moonbitlang/moonbit-agent-guide"` and select the relevant skills, then follow their instructions.