What problem does it solve? Writing XAIOP by hand is error-prone: bare labels, misplaced array operators, misused = locate lines, and indentation habits from JSON or YAML all produce syntax errors or wrong trees. This Skill teaches the sealed XAIOP v0.6.0 wire grammar so an AI emits only valid, parseable cursor-construction streams. ## Core Features & Use Cases - Complete line grammar reference: Covers every Structure and Content line form (>, >name, >name-, -, <, <name, ., =, @, !, ?, &, #) with hard rules and forbidden forms. - Ambiguity and blacklist tables: Maps common wrong instincts (JSON braces, key=value, dotted paths, indent-as-structure) to the correct XAIOP equivalent. - Copy-ready playbooks: Provides patterns for multi-section objects, arrays of objects, deep chains, locate-and-append, deletes, and annotation lines. - Use Case: Ask the AI to convert a JSON configuration or a structured script breakdown into XAIOP, and it emits a pure wire stream starting with > that a conforming parser materializes into identical JSON. ## Quick Start Convert this JSON object into a valid XAIOP stream using the xaiop skill.