quarto-cli

Render and manage Quarto projects with multi-format publishing workflows.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/drmowinckels/dotfiles --skill quarto-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarto-cli
Source: https://github.com/drmowinckels/dotfiles/tree/main/config/claude/skills/quarto-cli
Command: npx skills add https://github.com/drmowinckels/dotfiles --skill quarto-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quarto projects often require juggling rendering, project scaffolding, and publishing workflows; this skill consolidates command-line workflows to streamline authoring and deployment.

Core Features & Use Cases

  • Automates rendering and live preview for Quarto documents.
  • Supports project scaffolding, format configuration, and multi-format publishing (HTML, PDF, reveal.js, Typst).
  • Use case: When preparing a multi-page website or manuscript, quickly render, preview, and publish to GitHub Pages or Quarto Pub.

Quick Start

Scaffold a new Quarto project, configure rendering, and publish to your chosen target with a single command.

Frequently Asked Questions about quarto-cli

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 from the command line?

You can render Quarto projects to multiple outputs like HTML, PDF, reveal.js, and Typst by configuring format options in the YAML hierarchy and executing render commands via the command line.

What is the best way to scaffold a new Quarto project and publish it to GitHub Pages?

The best way to scaffold and publish a Quarto project is using command-line workflows that automate project creation, format configuration, and deployment directly to targets like GitHub Pages or Quarto Pub.

Can I use pre and post render scripts with Quarto CLI workflows?

Yes, Quarto CLI workflows support explicit engines and allow you to configure pre and post render scripts alongside environment settings to ensure repeatable rendering results.

Does Quarto CLI require specific environment configurations for publishing tasks?

Quarto CLI requires proper environment configuration to manage publishing workflows effectively, ensuring repeatable results when deploying multi-format outputs to platforms like Quarto Pub and GitHub Pages.

How do I automate live preview for Quarto documents during authoring?

You can automate rendering and live preview for Quarto documents by utilizing the command-line interface, which streamlines authoring workflows and allows real-time visualization of content changes.