marketplace/bundles/plan-marshall/skills/ref-toon-format/SKILL.md
TOON format knowledge and usage patterns for agent communication and memory persistence in plan-marshall marketplace
npx skillsauth add cuioss/plan-marshall ref-toon-formatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
REFERENCE MODE: Pure reference skill providing TOON (Token-Oriented Object Notation) format specification, usage patterns, and the parser module.
Execution mode: Reference library with parser module; load reference on-demand.
Prohibited actions:
toon_parser.py with custom parsing logicConstraints:
[N] must match actual row counts{fields} must match all rowsfrom toon_parser import parse_toon, serialize_toonFile: knowledge/toon-specification.md
Contents: Core syntax, uniform arrays, nested structures, conversion examples, agent handoff patterns, toon_parser.py usage, known limitations, performance characteristics, best practices.
| Module | Purpose |
|--------|---------|
| scripts/toon_parser.py | TOON parsing and serialization (parse_toon, serialize_toon, parse_toon_table) |
'95%') are parsed as int (95) — lossy round-trip[N] count against actual rowsplan-marshall:shared-workflow-helpers — Shared workflow infrastructure (triage helpers, CLI construction, error codes)plan-marshall:ref-workflow-architecture — Architecture documentation including workflow skill conventionsdevelopment
The single append-only change-ledger — one worktree_sha-stamped substrate for kind=build and kind=change entries — plus the first-class worktree-sha freshness API
development
Authoring standards for ASCII box diagrams in skill and doc source — box-drawing conventions, right-border alignment, and a deterministic check/fix validator over fenced/literal code blocks in .md and .adoc files
testing
Recipe for verifying and fixing alignment of ASCII box diagrams across .md skill source and .adoc documentation, one deliverable per offending file
development
Pure platform-agnostic terminal-title composition consumed by platform-runtime via PYTHONPATH