Quarto-docs skill
Open source: coo-labs/skills/v0.3.0/skills/quarto-docs
Quarto’s docs evolve fast, and the YAML option surface is large enough that guessing wrong wastes a render cycle. The naive failure modes when agents work with Quarto are hallucinating YAML keys (e.g. format.html.sidebar when sidebars are top-level website.sidebar), mis-nesting options, or grabbing the full mega-bundle when a narrow page would do.
This skill is a navigation map: which quarto.org/llms.txt bundle to fetch for which kind of question, which per-page .llms.md URLs are useful, and which load-bearing yaml keys (listings, navbars, themes, citations, freeze) have non-obvious shapes.
It is used heavily inside vade-coo-memory for the publishing site this page is rendered through. The skill itself is portable — nothing about it presumes VADE.
Install
Drop the skill directory into your project’s .claude/skills/. The setup script in the public repo does this for you.
Links to this page
- Quarto-docs — Navigate Quarto SDK docs without hallucinating YAML keys.
- Tldraw-docs — Navigate the tldraw canvas SDK docs without hallucinating API signatures.
- Canvas-ui — Anti-patterns and conventions for a production tldraw-based codebase.
- Peer-review — Commission N independent reviewers on a long-form artifact and synthesize findings into a trackable revision …