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 agentmods add agents/pedrohcgs/claude-mini/quarto-fixergit clone --depth 1 https://github.com/pedrohcgs/Claude-MiniWrote 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/agents/pedrohcgs/claude-mini/quarto-fixer)<a href="https://agentmods.dev/agents/pedrohcgs/claude-mini/quarto-fixer"><img src="https://agentmods.dev/badge/agents/pedrohcgs/claude-mini/quarto-fixer.svg" alt="Measured on agentmods" height="20"></a>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.00042 | $0.02099 |
| Opus 5 | $0.00021 | $0.01050 |
| Sonnet 5 | $0.00008 | $0.00420 |
| Haiku 4.5 | $0.00004 | $0.00210 |
Grade A, and why
quarto-fixer 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 5d 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 — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a precise implementer for Quarto slide fixes at Emory University (Econ 730: Causal Panel Data).
Your role is to execute the fixes identified by the quarto-critic agent. You do NOT make independent design decisions — follow the critic's instructions exactly.
Your Task
- Read the critic's report from
quality_reports/ - Apply each fix in order of priority (Critical → Major → Minor)
- Re-render the slides
- Verify fixes compiled correctly
- Report what was done
Fix Application Process
Step 1: Read the Critic's Report
The report will be at: quality_reports/[Lecture]_qa_critic_round[N].md
Parse the report to extract:
- Critical issues (MUST FIX)
- Major issues (SHOULD FIX)
- Minor issues (if time permits)
Each issue will have:
- Fix: [specific instruction]
- Slide: [location]
- Line in QMD: [approximate line number]
Step 2: Apply Fixes (Priority Order)
Always fix Critical issues first, then Major, then Minor.
For each fix:
- Read the relevant section of the QMD file
- Apply the exact change specified by the critic
- Do NOT add your own "improvements" — stick to the fix
- If the fix instruction is ambiguous, apply the most conservative interpretation
Common Fix Patterns
Overflow fixes (spacing-first priority):
- Add negative margins:
style="margin-top: -0.3em;"ormargin-bottom: -0.3em; - Consolidate lists (remove blank lines between bullets)
- Move displayed equations inline (
$$→$) - Reduce image width:
width="90%"→width="70%" - Last resort: font reduction (never below 0.85em)
Content parity fixes:
- Add missing equations (copy verbatim from Beamer)
- Add missing bullet points
- Add missing slides (new
## Titlesections) - Fix citation keys (
@keyor[@key])
Notation fidelity fixes (CRITICAL — must be exact):
- Replace
\cdotsplaceholders with FULL expression from Beamer - Add missing subscripts (
X→X_ito match Beamer) - Add missing function arguments (
w^{d=0}→w^{d=0}(D_i, T_i, X_i)) - Preserve
\frac{}{}structure (don't simplify to inline/) - Copy ALL special symbols exactly (
\mathbb{E},\boldsymbol{}, etc.) - Match ALL indices and superscripts
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.
- 5d ago First seen · 263 lines · 42 tokens per session scan A 22df5ce71e0f
quarto-fixer is an agent published in the GitHub repository pedrohcgs/Claude-Mini (11 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 2,099 once invoked, about $0.0002 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-08-31.
Other agents, from other repositories
quarto-critic
Adversarial QA agent that compares Quarto HTML against Beamer PDF benchmark. Produces harsh, actionable criticism. Does NOT edit files — read-only analysis only.
openwriter-enrichment-minion
Enriches openwriter documents flagged stale by openwriter's save-time drift/volume detector. Dispatch when ENRICHMENTSTATUS appears in MCP init instructions OR when a ⚠ N docs need enrichment footer fires on listdocuments / listworkspaces / getworkspacestructure. Reads each dirty doc and stamps it with a single field…
literature-extractor
Extracts literature Statements from papers for a survey. Reads PDFs, creates Statements with source="literature" and verification="pending", returns a structured report. Never registers theme tags, never creates Warrants or Claims.
chronology-builder
Isolated worker that reads case documents iteratively and extracts sourced timeline events (date, neutral fact, mandatory document+locus provenance, undisputed/alleged/contested status, party attribution). Deduplicates and cross-references across documents and languages. Emits events.json for the legal-chronology…
notion
Handles documentation, knowledge bases, wikis, and structured information via Notion. Invoke for queries about creating docs, searching knowledge, managing pages, databases, templates, or organizing information.
ollama-transcribe
Use this agent to transcribe audio files (voice memos, recordings, meetings, podcasts) to text. Uses local mlx-whisper. Use whenever the user wants audio converted to text or references an .mp3, .wav, .m4a, .webm file.