What problem does it solve? Creating Quarto deliverables that follow an organization's visual identity requires manually assembling templates, RevealJS extensions, SCSS styling, citation styles, and PowerPoint reference documents. This Skill bundles all of those assets and provides a repeatable workflow for producing consistent .qmd documents, slide decks, and PowerPoint output. ## Core Features & Use Cases - Template-Based Document Creation: Copies the bundled template (qmd_template.qmd, _extensions/, SCSS, CSL, PowerPoint reference doc) into the destination project before authoring new content. - Multi-Format Rendering: Renders Quarto sources to RevealJS slides and PowerPoint while preserving the included extensions such as spotlight, pointer, and BudouX Japanese line-breaking plugins. - Existing Project Editing: Inspects an existing Quarto project's configuration and reuses the bundled design only when creating new material or when explicitly requested. - Use Case: A data analyst needs a Japanese-language RevealJS presentation following company branding. The Skill copies the template, fills in the content, and renders the slides with the organization's styling and plugins intact. ## Quick Start Use the origin-quarto skill to create a RevealJS slide deck from the bundled template and render it in the current project directory.