What problem does it solve?
Managing Markdown documents within the Jerry Framework requires reliable parsing, metadata handling, and navigation validation to avoid drift and errors across repositories.
This skill provides a robust CLI-driven toolkit to parse, extract and modify frontmatter, validate nav tables, render normalized Markdown, reinject directives, and query AST nodes within Jerry artifacts.
Core Features & Use Cases
- Parse Markdown into an AST and produce JSON representations for tooling.
- Frontmatter extraction and modification with safe, targeted updates.
- Validate navigation tables against H-23/H-24 rules and verify entity schemas.
- Render/normalize Markdown to a consistent format and audit reinjection directives.
- Query AST nodes by type to drive precise transformations across work documents.
- Use Case: ensure consistency across a suite of stories and tasks by automated structural checks.
Quick Start
Invoke the AST tooling to parse a Jerry Markdown file and inspect its AST.