quarto-documents

Create and edit single-file Quarto documents rendering to HTML, PDF, and DOCX.

13|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/RebeccaStevenson/skills_rebecca --skill quarto-documents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarto-documents
Source: https://github.com/RebeccaStevenson/skills_rebecca/tree/main/quarto-documents
Command: npx skills add https://github.com/RebeccaStevenson/skills_rebecca --skill quarto-documents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Single-file Quarto documents require consistent setup and rendering across formats. This Skill provides a clear pattern for creating, configuring, and maintaining a self-contained .qmd file that can be rendered to HTML, PDF, and DOCX, with support for frontmatter, figures, tables, and citations.

Core Features & Use Cases

  • Minimal YAML frontmatter for setup
  • Multi-format output (HTML, PDF, DOCX)
  • Figures, tables, and cross-references with citations and bibliographies
  • Reproducible documents: single-file structure that supports YAML frontmatter and embedded content

Quick Start

Create a single .qmd file with YAML frontmatter and render it to HTML, PDF, or DOCX.

Frequently Asked Questions about quarto-documents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render a single-file Quarto document to HTML, PDF, and DOCX?

Quarto documents are single .qmd files that use YAML frontmatter for configuration and support embedded content, figures, tables, and citations. They are ideal for researchers and educators needing portable, reproducible manuscripts across multiple formats.

How do I add citations and bibliographies to a Quarto document?

You can add citations and bibliographies to a Quarto document by configuring the references in your YAML frontmatter. This enables automatic bibliography generation and in-text citations when the .qmd file renders to HTML, PDF, or DOCX.

Can I include figures and cross-references in a single-file Quarto .qmd?

Yes, single-file Quarto .qmd files fully support embedded figures, tables, and cross-references. This feature allows you to maintain complex, linked research writing elements within a self-contained document before rendering.

What is the best way to set up YAML frontmatter for multi-format Quarto output?

The best way to set up YAML frontmatter for multi-format Quarto output is to define a minimal configuration block at the top of your .qmd file. This pattern ensures consistent rendering to HTML, PDF, and DOCX formats.

Does Quarto work for creating reproducible single-file research manuscripts?

Yes, Quarto is ideal for creating reproducible single-file research manuscripts. The .qmd structure supports YAML frontmatter, embedded content, and cross-references, ensuring portable documents across HTML, PDF, and DOCX outputs.

What are the limitations of using a single-file Quarto document for research writing?

A limitation of single-file Quarto documents is that all content, figures, and configuration must be maintained within one .qmd file. For large, multi-chapter projects, a multi-file Quarto book structure may be more appropriate than a single-file approach.