Agent skill
mooncheat
Moonbit cheatsheet to check syntax and corelibrary usages
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/mooncheat
SKILL.md
- See syntax.mbt.md to check moonbit syntax
- Search builtin APIs
- Grep
~/.moon/lib/coreto check syntax details. - MoonDoc:
moon doc ArrayView,moon doc Array*
- Grep
- Grep
.mooncakes/to check library usages.- username/pkg/(src/)?pkg.generated.mbti
- Configuration
- moon.pkg.json
- moon.mod.json
moon checkwarning and alert configuration- Get warning list by
moonc build-package -warn-help
- Get warning list by
- cross target build
- Writing benchmark https://docs.moonbitlang.com/en/latest/language/benchmarks.html
Didn't find tool you were looking for?