deploy

Publish rendered Quarto slides, Typst PDFs, and LaTeX projects to a hosted output directory.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/clearsmog/claude-skills --skill deploy-clearsmog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/clearsmog/claude-skills/tree/main/deploy
Command: npx skills add https://github.com/clearsmog/claude-skills --skill deploy-clearsmog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Render and deploy documents to an output directory for hosting.

Core Features & Use Cases

  • Renders Quarto slides (.qmd) and Typst/PDF outputs into a hosting-ready structure.
  • Copies assets and ensures the output directory contains all necessary files for hosting.
  • Use Case: Publish a project portfolio or documentation site to GitHub Pages or another hosting target.

Quick Start

Render the project outputs to the designated output directory.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy Quarto slides and Typst PDFs for hosting?

You can render Quarto slides and Typst PDFs into a hosting-ready structure by publishing them to a designated output directory. This Skill copies necessary assets and validates that the output artifacts exist before hosting.

What is the best way to prepare a documentation site for GitHub Pages?

The best way to prepare a documentation site for GitHub Pages is by rendering Quarto or LaTeX projects into a hosting-ready output directory. This Skill validates that all necessary files and assets exist before publishing.

Does this deployment process require local Quarto and Typst tooling?

Yes, this deployment process requires local Quarto and Typst tooling to render the source documents. The Skill validates that the output artifacts are successfully generated before deploying them for hosting.

Can I use this to publish a project portfolio with LaTeX and Quarto?

Yes, you can publish a project portfolio containing LaTeX and Quarto files. This Skill renders the projects, copies assets, and outputs a validated directory structure ready for hosting.

Why does document hosting fail when output artifacts are missing?

Hosting fails when output artifacts are missing because the Skill validates their existence after rendering. If Quarto or Typst fails to generate the required files, the deployment to the output directory cannot proceed.