quarto-book-setup

Generate a Quarto book scaffold with GitHub Pages deployment.

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/MusserLab/lab-claude-skills --skill quarto-book-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarto-book-setup
Source: https://github.com/MusserLab/lab-claude-skills/tree/main/skills/quarto-book-setup
Command: npx skills add https://github.com/MusserLab/lab-claude-skills --skill quarto-book-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the scaffolding of a new Quarto book project, including repository layout, publish configuration, and GitHub Pages deployment setup.

Core Features & Use Cases

  • Scaffold project structure: creates _quarto.yml, index.qmd, chapters/, images/, and a CLAUDE.md note to guide setup.
  • GitHub Pages workflow: provides templates and steps for publishing the book to GitHub Pages and hosting the site.
  • Project boilerplate: includes the Git and GitHub setup instructions and a default CLAUDE.md for Claude usage.

Quick Start

Provide the project name, book title, and author to generate a ready-to-publish Quarto book scaffold.

Frequently Asked Questions about quarto-book-setup

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

FAQPage Schema
How do I scaffold a Quarto book project for GitHub Pages deployment?

You can scaffold a Quarto book project by providing a project name, book title, and author to generate the complete directory structure with _quarto.yml, index.qmd, chapters/, images/, and a CLAUDE.md guide.

What files are included in a standard Quarto book project structure?

A standard Quarto book project structure includes the _quarto.yml configuration file, an index.qmd landing page, a chapters/ directory for content, an images/ folder, and a CLAUDE.md setup guide.

Do I need to manually configure GitHub Pages hosting for a Quarto book?

No, you do not need to manually configure GitHub Pages hosting for a Quarto book because the scaffold provides built-in templates and steps for publishing and hosting the site directly.

Can I use this Quarto book scaffold for documentation and tutorials?

Yes, you can use this Quarto book scaffold for documentation projects, tutorials, or books because it provides a standardized Quarto structure suitable for these content types.

What's the best way to automate Quarto book boilerplate creation?

The best way to automate Quarto book boilerplate creation is using a scaffolding tool that pre-configures the repository layout, publish settings, and GitHub deployment workflow in one step.