quarto

Collection of skills for Quarto document creation

View on GitHub
Author Garrick Aden-Buie (Posit, PBC)
Namespace @posit-dev/posit-dev-skills
Category general
Version 1.0.0
Stars 73
Downloads 4
self.md verified
Table of content

Collection of skills for Quarto document creation

Installation

npx claude-plugins install @posit-dev/posit-dev-skills/quarto

Contents

Folders: authoring

Files: README.md

Documentation

Skills for Quarto document creation and publishing.

Overview

This category contains skills that help with creating, styling, and publishing Quarto documents, presentations, websites, and PDFs. Skills support all major Quarto output formats.

Available Skills

authoring

Comprehensive guidance for Quarto document authoring and R Markdown migration. Write new Quarto documents with best practices, convert R Markdown files, migrate bookdown/blogdown/xaringan/distill projects, and use Quarto-specific features like hashpipe syntax, cross-references, callouts, and extensions. See detailed documentation below .

brand-yml

Create and use _brand.yml files for consistent branding across Quarto documents and Shiny applications. Use when working with brand styling, corporate identity, colors, fonts, or logos in Quarto projects.

Organization: Main skill file includes workflows and decision tree. Reference files provide framework-specific integration guides:

Note: This skill is also registered in the shiny category since brand.yml works across both Shiny and Quarto projects.

Resources:

Potential Skills

This category could include skills for:

Contributing

See the main CONTRIBUTING.md for guidelines on adding new skills to this category. We encourage you to use Anthropic’s skill-creator when building new skills.

Resources


Skills

Quarto Authoring Skill

Comprehensive guidance for Quarto document authoring and R Markdown migration.

This skill provides best practices for writing Quarto documents (.qmd) and converting existing R Markdown projects to Quarto. It covers the full range of Quarto authoring features including code cells, cross-references, figures, tables, citations, callouts, diagrams, and more.

When to Use This Skill

Maintenance

Skills Reference Documentation

Quarto Features
ReferenceDescription
code-cells.mdHashpipe syntax, execution options, code display
cross-references.mdLabels, prefixes, all reference types
figures.mdFigures, subfigures, layouts, lightbox
tables.mdPipe tables, grid tables, styling
citations.mdBibliography, CSL, footnotes
callouts.mdCallout types, appearance, collapsible
diagrams.mdMermaid, Graphviz/DOT diagrams
[layout.md](authoring/references/l

…(truncated)

Source

View on GitHub

Tags: general