moonbit-agent-guide
Installation
SKILL.md
Agent Workflow
For fast, reliable task execution, follow this order:
-
Clarify goal and constraints
- Confirm expected behavior, non-goals, and compatibility constraints (target backend, public API stability, performance limits).
-
Locate module/package boundaries
- Find
moon.mod.json(module root) and relevantmoon.pkg/moon.pkg.jsonfiles (package boundaries and imports).
- Find
-
Discover APIs before coding
- Prefer
moon ide docqueries to discover existing functions/types/methods before adding new code. - Use
moon ide outline,moon ide peek-def, andmoon ide find-referencesfor semantic navigation.
- Prefer