micron-syntax

Explain Micron markup syntax for NomadNet terminal content rendering.

3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/torlando-tech/reticulum-skills --skill micron-syntax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: micron-syntax
Source: https://github.com/torlando-tech/reticulum-skills/tree/main/nomadnet-micron-toolkit/skills/micron-syntax
Command: npx skills add https://github.com/torlando-tech/reticulum-skills --skill micron-syntax

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users understand and apply Micron markup syntax for NomadNet pages, enabling correct formatting, colors, links, and forms in terminal UIs.

Core Features & Use Cases

  • Syntax overview: Comprehensive explanation of bold, italic, underline, color, alignment, sections, dividers, links, and fields.
  • Practical examples: Illustrative Micron snippets for common NOMADNet page elements and layouts.
  • Parser guidance: Insight into porting and implementing Micron parsers across platforms with reference resources.

Quick Start

Explain how to render a simple NomadNet page using Micron markup that includes a heading, bold text, a colored line, and a link.

Frequently Asked Questions about micron-syntax

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render terminal content using Micron markup syntax?

Micron markup is a syntax for formatting NomadNet pages with inline styling, colors, alignment, links, and forms. It enables rich terminal UI rendering through tokens for bold, italic, underline, color expansion, sections, dividers, and fields—essential for building structured NomadNet pages.

What formatting options does Micron markup support for NomadNet pages?

Micron supports bold, italic, underline, color, alignment, section depth, dividers, links, and form fields. These formatting tools let you structure content, emphasize text, and create interactive elements within NomadNet terminal pages.

How do I build a NomadNet page with Micron markup?

Combine Micron tokens for headings, bold text, colored lines, and links to structure your page. The syntax covers inline formatting, color codes, alignment directives, and link syntax—apply these sequentially to compose complete NomadNet pages from markup.

Can I port a Micron parser to other platforms?

Yes, Micron parser implementation can be ported across platforms. This skill provides parser guidance and references to the official specification, enabling you to build or adapt Micron parsers for different environments while maintaining syntax compliance.

What should I do if Micron tokens aren't rendering correctly in my NomadNet page?

Verify token syntax against the Micron specification for inline formatting, color codes, alignment, and section depth. Common issues include malformed color tokens, incorrect alignment directives, or unclosed formatting tags—debugging requires referencing official spec examples.

Is Micron markup only for NomadNet, or can I use it elsewhere?

Micron markup is designed for NomadNet terminal content rendering. While the parser can be ported to other platforms, the syntax is optimized for NomadNet page formatting and may require adaptation for non-NomadNet environments.