cameronbracken

Myst To Quarto — Documentation skill for Claude Code

Documentation community

Convert a MyST Markdown document to Quarto syntax, including citations.

How to install Myst To Quarto

Installs to ~/.claude/skills/cameronbracken-waterology-research-myst-to-quarto/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cameronbracken-waterology-research-myst-to-quarto && curl -fsSL https://raw.githubusercontent.com/cameronbracken/waterology-research/HEAD/commands/myst-to-quarto.md -o ~/.claude/skills/cameronbracken-waterology-research-myst-to-quarto/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Myst To Quarto does


description: Convert a MyST Markdown document to Quarto syntax, including citations, callouts, figures, references, and executable code fences. Use when moving a MyST article, note, or tutorial into a Quarto project. argument-hint: [output.qmd]

Use the `myst-to-quarto` skill to complete this request.

Arguments: $ARGUMENTS

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository