ref-toon-format

Installation
SKILL.md

TOON Format Reference

REFERENCE MODE: Pure reference skill providing TOON (Token-Oriented Object Notation) format specification, usage patterns, and the parser module.

Enforcement

Execution mode: Reference library with parser module; load reference on-demand.

Prohibited actions:

  • Do not use TOON for external APIs or configuration files
  • Do not bypass toon_parser.py with custom parsing logic

Constraints:

  • TOON is only for internal plan-marshall marketplace operations
  • Length declarations [N] must match actual row counts
  • Field headers {fields} must match all rows
  • Import parser via from toon_parser import parse_toon, serialize_toon

Reference

Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
ref-toon-format — cuioss/plan-marshall