What problem does it solve? Writing Quarto documents requires knowing dozens of syntax rules—hashpipe cell options, cross-reference prefixes, callout types, layout classes—and migrating from R Markdown, bookdown, xaringan, distill, blogdown, or Jupyter involves many subtle format changes. This Skill provides the correct syntax and conversion mappings so documents render correctly the first time. ## Core Features & Use Cases - Quarto Authoring Guidance: Covers YAML front matter, code cell options, cross-references, figures, tables, citations, callouts, diagrams (Mermaid/Graphviz), layouts, conditional content, shortcodes, extensions, and compute engines (knitr, jupyter, julia). - Format Migration Guides: Step-by-step conversion references for R Markdown, bookdown, xaringan, distill, blogdown, and Jupyter notebooks, including YAML mapping tables and syntax translations. - Use Case: A data scientist converting a bookdown project to a Quarto book gets exact mappings for _bookdown.yml to _quarto.yml, \@ref() to @ cross-references, and theorem environment syntax. ## Quick Start Use the quarto-authoring skill to create a Quarto HTML report with a cross-referenced figure, a citation, and a collapsible callout block.