micron
Installation
SKILL.md
When to use this skill
- You are writing or linting Micron markup.
- You need to render, extract, search, or template Micron.
- You are updating the vendored micron-parser-go.
How to use
- Build micron:
cd mcp/micron && go test ./... && go build. - Add the binary to your MCP client config as micron.
- Call micron_reference or parse_micron for syntax questions, lint_micron for checks, render_html for output.
- Update third_party/micron-parser-go offline, bump the require version, and keep the replace line.