Moonbit cheatsheet to check syntax and corelibrary usages
Installation
$skills install @mizchi/mooncheat
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorymizchi/npm_typed.mbt
Path.claude/skills/mooncheat/SKILL.md
Branchmain
Scoped Name@mizchi/mooncheat
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: mooncheat description: Moonbit cheatsheet to check syntax and corelibrary usages allowed-tools: Read, Grep, Glob
- 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