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

  1. Build micron: cd mcp/micron && go test ./... && go build.
  2. Add the binary to your MCP client config as micron.
  3. Call micron_reference or parse_micron for syntax questions, lint_micron for checks, render_html for output.
  4. Update third_party/micron-parser-go offline, bump the require version, and keep the replace line.

Examples

Installs
3
First Seen
4 days ago
micron — quad4-software/ai