deploy
Deploy Documents
Render and deploy documents to output directory for GitHub Pages or other hosting.
Steps
For Quarto Slides (.qmd)
-
Render:
quarto render FILENAME.qmd- Or use project-specific deploy script if available
-
Verify deployment:
- Check that HTML files exist in output directory
- Check that
_files/directories were copied (RevealJS assets) - Check that referenced figures/images are accessible
-
Verify interactive charts (if applicable):
- Grep rendered HTML for interactive widget count
-
Open in browser for visual verification
For Typst Documents (.typ)
- Compile to PDF:
typst compile file.typ - Copy PDF to output directory:
cp file.pdf docs/or project-specific output path - For HTML output (if using typst-preview or conversion): follow project-specific pipeline
- Verify PDF was generated with non-zero file size
For LaTeX (.tex)
Configure at project level — compilation requires project-specific TEXINPUTS and paths.
- Report results to the user
More from clearsmog/claude-skills
typst
Syntax guide and ecosystem reference for writing Typst (.typ) files. Use this skill when writing, editing, or debugging Typst documents. Covers core syntax, common errors, packages, and best practices.
11image-search
Search the web for images (photos, logos, graphics) and download them with Typst embedding code. Use when the user needs real-world images, company logos, or existing graphics for documents.
3compile
Compile any supported file type. Detects format (.typ, .qmd, .py) and runs appropriate build command.
2qa
Adversarial quality audit loop. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds). Works with any document format.
2learn
|
2mindmap
Generate mind map images using mind-elixir. Produces PNG or SVG files from plaintext input. Use when the user needs a mind map, concept map, or topic overview diagram.
2