quarto-authoring

Create and manage Quarto documents, websites, and books with QMD syntax and YAML configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers you to create professional and dynamic documents, websites, books, and presentations using Quarto, streamlining your authoring workflow from basic QMD to complex project setups.

Core Features & Use Cases

  • Document Creation: Write and format Quarto documents (.qmd) with advanced features like cross-references, callouts, and code cells.
  • Migration: Convert existing R Markdown projects (books, blogs, presentations) to Quarto.
  • Website & Book Generation: Build static websites and multi-chapter books with custom layouts and themes.
  • Use Case: You need to create a research paper with embedded R code, interactive figures, and a bibliography. This Skill guides you through setting up the YAML, writing content, and configuring output formats.

Quick Start

Write a basic Quarto document with a title, author, and date.

Frequently Asked Questions about quarto-authoring

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

FAQPage Schema
How do I convert R Markdown documents to Quarto?

To convert R Markdown to Quarto, you change the file extension to .qmd and adjust the YAML configuration. This Skill guides you through migrating books, blogs, and presentations while updating syntax for cross-references and code cells.

How do I add cross-references and citations in a Quarto document?

You add cross-references and citations in a Quarto document by using specific QMD syntax and YAML bibliography settings. This Skill provides the exact syntax needed to link figures, tables, and manage bibliographies for research papers.

Can I build a static website and multi-chapter book using Quarto?

Yes, you can build static websites and multi-chapter books using Quarto. This Skill helps you configure custom layouts, apply themes, and structure multi-chapter projects to generate professional web outputs.

What is the best way to configure code cell options and figures in Quarto?

The best way to configure code cell options and figures in Quarto is through YAML headers and cell-specific syntax. This Skill covers layout controls and formatting options to render embedded code and interactive figures correctly.

Does Quarto support advanced features like extensions and conditional content?

Yes, Quarto supports extensions and conditional content for diverse output requirements. This Skill helps you implement these advanced features to customize document behavior and display specific content based on output format.