quarto-render-and-debug

Render and debug Quarto projects across documents, presentations, books, and websites.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Render and debug Quarto projects across documents, presentations, books, and websites.

Core Features & Use Cases

  • Live Preview: Quarto project auto-detection and live reloading during authoring.
  • Multi-format Rendering: Render to HTML, PDF, slides, and Word as needed; diagnose build errors.
  • Troubleshooting Guidance: Diagnostics, LaTeX installation help, missing packages, and cross-reference fixes.

Quick Start

Run a full render of your Quarto project to verify outputs and diagnose issues.

Frequently Asked Questions about quarto-render-and-debug

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

FAQPage Schema
How do I render a Quarto project to multiple formats like HTML and PDF?

To render a Quarto project to multiple formats, configure output targets in your frontmatter and run a full project render. This processes documents, presentations, books, and websites into HTML, PDF, slides, and Word outputs while diagnosing build errors.

Why does my Quarto document fail to render with LaTeX errors?

Quarto rendering fails with LaTeX errors due to missing packages or incorrect installation. Troubleshooting guidance provides diagnostics, LaTeX installation help, and cross-reference fixes to resolve these build errors and complete rendering.

Can I get a live preview when authoring Quarto presentations?

You can get a live preview when authoring Quarto presentations through project auto-detection and live reloading. This feature automatically updates the view during authoring to streamline writing and rendering workflows.

How do I fix broken cross-references in a Quarto book?

To fix broken cross-references in a Quarto book, apply troubleshooting diagnostics to identify mismatched references. The system checks project configuration and frontmatter instructions to correct cross-references and ensure successful rendering.

What is the best way to troubleshoot missing package errors during Quarto publishing?

The best way to troubleshoot missing package errors during Quarto publishing is to run rendering diagnostics. This identifies missing dependencies and provides install guidance to establish a reproducible publishing workflow.