# Create a new document
quarto create document
# Or create directly
echo "---
title: My Document
---
# Hello World
This is my first Quarto document.
" > hello.qmd
Render a document
# Render to default format (HTML)
quarto render hello.qmd
# Render to specific format
quarto render hello.qmd --to pdf
quarto render hello.qmd --to docx
Preview with live reload
quarto preview hello.qmd
Convert formats
# Convert between .qmd and Jupyter notebook
quarto convert hello.qmd --to notebook
quarto convert hello.ipynb --to markdown
Project workflows
Create a project
quarto create project website mysite
cd mysite
quarto render
Project types
website - Multi-page website
book - Online book
manuscript - Scientific manuscript
default - Simple project
Key Features
Code embedding: Python, R, Julia, JavaScript via Jupyter/Knitr/Observable
Cross-references: Figures, tables, equations
Citations: BibTeX, Zotero integration
Multiple outputs: HTML, PDF, Word, ePub, Reveal.js slides
Run npx skillmds@latest add javimosch/quickstart-849 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Quarto Quickstart It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.