origin-quarto-routing

Routes Quarto requests between template-based authoring and syntax reference skills.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/Aki2022/skills --skill origin-quarto-routing-aki2022
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: origin-quarto-routing
Source: https://github.com/Aki2022/skills/tree/main/origin-quarto-routing
Command: npx skills add https://github.com/Aki2022/skills --skill origin-quarto-routing-aki2022

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Two Quarto-related skills exist with overlapping triggers, and context-based firing silently picks one, so requests can land on the wrong skill without anyone noticing. This router classifies each Quarto request, dispatches it to the correct skill, and forces an explicit report of which skill was not used and why. ## Core Features & Use Cases - Request Classification: Maps request shapes (new deliverable creation, existing project reconfiguration, syntax questions, format migration, render failure triage) to either origin-quarto or quarto-authoring. - Execution Ordering: Enforces template-first workflow where origin-quarto sets up organizational templates before content is written, with quarto-authoring references consulted mid-task as needed. - Accountability Reporting: Requires a one-line declaration explaining why the unused skill was skipped, making routing mistakes traceable. - Use Case: A user asks to build RevealJS slides from the company template. The router dispatches to origin-quarto for template copying and rendering, consults quarto-authoring only if a syntax question arises, and reports that quarto-authoring was not the primary skill used. ## Quick Start Route my Quarto request to the right skill: I want to create a new slide deck from our organizational template and render it to PowerPoint.

Frequently Asked Questions about origin-quarto-routing

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

FAQPage Schema
How do I choose between Quarto skills for a document task?

Use this router first instead of picking a Quarto skill directly. It classifies your request: new deliverables and template rendering go to origin-quarto, while syntax questions and format migrations go to quarto-authoring.

How to migrate R Markdown documents to Quarto?

Migration requests from R Markdown, bookdown, blogdown, xaringan, distill, or Jupyter are routed to quarto-authoring, which contains dedicated migration references for each of those five formats.

Which skill handles Quarto rendering failures?

Render failure triage is split by cause: syntax and YAML problems go to quarto-authoring first, while extension, theme, CSL, and reference document path resolution issues go to origin-quarto.

When should I not use the Quarto routing skill?

Skip it for work that does not involve Quarto, such as plain Markdown, PDF, or PowerPoint tasks handled by other skills, and R coding work unrelated to Quarto. It only routes Quarto-specific requests.

What are the limitations of a routing-only skill?

It cannot prevent direct firing of the two underlying skills, since both still trigger on Quarto keywords. The routing boundary exists only in this skill's instructions and is not enforced by linting.