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.
npx skills add flonat/flonat-research --skill quarto-deckgit clone --depth 1 https://github.com/flonat/flonat-researchWrote 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.
[](https://agentmods.dev/skills/flonat/flonat-research/quarto-deck)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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-deckbut 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
- Python: ALWAYS use
uv run pythonoruv pip install. Never use barepython,python3,pip, orpip3. Include this instruction in any sub-agent prompts that may run Python. - One Markdown file = one presentation. All slides live in a single
.mdfile with---separators. - Titles are assertions, not labels. "Distance increases abortion rates" — not "Results". Every slide title states a claim.
- One idea per slide. Not a guideline. A law. If a slide has two ideas, split it.
- Speaker notes use the
Note:keyword. Place after slide content, before the next---. - Custom CSS goes in a separate file. Never inline styles in the Markdown.
- Figures first, slides second. Generate figures via R or Python scripts before referencing them.
- Test in browser before finalising. Run
reveal-md <file>.mdand check every slide.
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.
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.
- 4d ago First seen · 228 lines · 29 tokens per session scan A b0efe0631421
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.
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.
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…
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…
biomimicry
Biomimicry Campaign — discover transferable solutions from biological systems via Design Spiral, BioTRIZ, functional analogy, ecosystem patterns, and evolution strategies.
biotriz-resolution
BioTRIZ: biological 40 principles + bio contradiction matrix. Resolve technical contradictions using biological inventive principles.
biotriz-principle-selection
Select applicable BioTRIZ principles for a given contradiction. Map to biological cases.