quarto-deck

quarto-deck is a skill for Claude Code from flonat/flonat-research. It costs 29 tokens per session (2,147 once invoked), scanned A, original, MIT.

A workflow for generating browser-based Reveal.js presentations from Markdown, a plain-text document format.

In plain words
What is it for?
Use it for teaching, informal research talks, lab meetings, live demos, or presentations shared on the web.
Why use it?
It turns written material into shareable HTML slides without requiring LaTeX or a PDF-only workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Good fit Use it for teaching, informal research talks, lab meetings, live demos, or presentations shared on the web.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flonat/flonat-research/quarto-deck
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add flonat/flonat-research --skill quarto-deck
Clone the repo
git clone --depth 1 https://github.com/flonat/flonat-research

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for quarto-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/flonat/flonat-research/quarto-deck.svg)](https://agentmods.dev/skills/flonat/flonat-research/quarto-deck)
Your own site
<a href="https://agentmods.dev/skills/flonat/flonat-research/quarto-deck"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/quarto-deck.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,147 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.02147
Opus 5 $0.00015 $0.01073
Sonnet 5 $0.00006 $0.00429
Haiku 4.5 $0.00003 $0.00215

Measured 4d ago against content hash b0efe0631421, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

quarto-deck scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/quarto-deck/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reveal.js Deck Skill

Generate HTML presentations from Markdown using reveal-md. Applies the same rhetoric framework as beamer-deck but outputs browser-native slides ideal for teaching, informal talks, and web sharing.

Purpose

Create polished Reveal.js presentations from Markdown files. Every deck gets assertion-driven titles, narrative arc, and rhetoric review. Output is an HTML presentation that runs in any browser — no LaTeX needed.

Use this for: Teaching, informal research talks, web-shareable presentations, interactive demos. Use beamer-deck for: Conference talks, formal seminars, supervisor meetings, anything that needs PDF-native output.

When to Use

  • Teaching lectures (undergraduate or PhD) — interactive, live in browser
  • Informal research presentations or lab meetings
  • Talks where you want to share a URL instead of a PDF
  • Presentations with live code demos or embedded content
  • Quick decks where LaTeX overhead isn't justified

Python: Always use uv run python. Never bare python, python3, pip, or pip3.

Prerequisites

  • reveal-md (installed globally): npm install -g reveal-md
  • Node.js 18+ (via nvm)

Critical Rules

  1. Python: ALWAYS use uv run python or uv pip install. Never use bare python, python3, pip, or pip3. Include this instruction in any sub-agent prompts that may run Python.
  2. One Markdown file = one presentation. All slides live in a single .md file with --- separators.
  3. Titles are assertions, not labels. "Distance increases abortion rates" — not "Results". Every slide title states a claim.
  4. One idea per slide. Not a guideline. A law. If a slide has two ideas, split it.
  5. Speaker notes use the Note: keyword. Place after slide content, before the next ---.
  6. Custom CSS goes in a separate file. Never inline styles in the Markdown.
  7. Figures first, slides second. Generate figures via R or Python scripts before referencing them.
  8. Test in browser before finalising. Run reveal-md <file>.md and check every slide.

Read the full file on GitHub · 228 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 228 lines · 29 tokens per session scan A b0efe0631421

Subscribe to this mod's changes

quarto-deck is a skill published in the GitHub repository flonat/flonat-research (132 stars, last pushed 13d ago), licensed MIT. It adds 29 tokens to every session and 2,147 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

html-ppt-zhangzara-monochrome

A grant proposal on CRISPR base-editing for sickle-cell disease — the hypothesis, the approach, the milestones, and the risk. Built as a decision-grade academic research deck for grant review committee.

nexu-io/open-design · 54 tokens

post-acceptance

This skill should be used when the user asks to "prepare conference presentation", "create presentation slides", "design poster", "make academic poster", "write promotion content", "create Twitter thread", or mentions post-acceptance conference preparation. Provides comprehensive workflow for presentation, poster, and…

Galaxy-Dawn/claude-scholar · 66 tokens

figure

Hybrid figure pipeline (Nano Banana raster + rembg background removal + TikZ vector assembly). Includes a TikZ template library covering quantum circuits (quantikz), Feynman diagrams (tikz-feynman), circuits (circuitikz), molecules (chemfig), 2D/3D plots (pgfplots), energy-level diagrams, phase-space trajectories…

Muuuun/luxas · 104 tokens

biomimicry

Biomimicry Campaign — discover transferable solutions from biological systems via Design Spiral, BioTRIZ, functional analogy, ecosystem patterns, and evolution strategies.

yogsoth-ai/de-anthropocentric-research-engine · 37 tokens

biotriz-resolution

BioTRIZ: biological 40 principles + bio contradiction matrix. Resolve technical contradictions using biological inventive principles.

yogsoth-ai/de-anthropocentric-research-engine · 26 tokens

biotriz-principle-selection

Select applicable BioTRIZ principles for a given contradiction. Map to biological cases.

yogsoth-ai/de-anthropocentric-research-engine · 24 tokens