moonbit-agent-guide

Installation
SKILL.md

Agent Workflow

For fast, reliable task execution, follow this order:

  1. Clarify goal and constraints

    • Confirm expected behavior, non-goals, and compatibility constraints (target backend, public API stability, performance limits).
  2. Locate module/package boundaries

    • Find moon.mod.json (module root) and relevant moon.pkg/moon.pkg.json files (package boundaries and imports).
  3. Discover APIs before coding

    • Prefer moon ide doc queries to discover existing functions/types/methods before adding new code.
    • Use moon ide outline, moon ide peek-def, and moon ide find-references for semantic navigation.
Related skills
Installs
4
GitHub Stars
56
First Seen
Feb 28, 2026