paper2pr AGENTS.md

Project instructions for Paper2PR, a framework that turns Quarto documents into RevealJS web presentations. TDD is not involved here; Quarto is the source format and RevealJS displays the slides in a browser.

In plain words
What is it for?
Use them when creating or editing slides, rendering presentations, checking quality, or preparing Paper2PR changes.
Why use it?
They define the required planning, design, language, source-file, and verification rules for presentation work.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/alohays/paper2pr/agents-md
Clone the repo
git clone --depth 1 https://github.com/alohays/paper2pr

Made for: Codex, OpenCode.

Per session 9,031 This file is loaded in full into every session.
When invoked 9,031 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.09031 $0.09031
Opus 5 $0.04516 $0.04516
Sonnet 5 $0.01806 $0.01806
Haiku 4.5 $0.00903 $0.00903

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

Security

Grade A, and why

paper2pr AGENTS.md 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 3d 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.

AGENTS.md · 455 lines

How it starts

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

AGENTS.md -- Paper2PR: presentation framework

Project: Paper2PR Presenter: Yunsung Lee Institution: WoRV, MaumAI Branch: main


Core Principles

  • Plan first -- enter plan mode before non-trivial tasks; save plans to quality_reports/plans/
  • Verify after -- compile/render and confirm output at the end of every task
  • Single source of truth -- Quarto .qmd is the only source; there is no other export format. Presentations are delivered from the rendered RevealJS HTML
  • Design principles -- extreme minimalism, big type, centered content; see .claude/rules/slide-design-principles.md (mandatory for new decks)
  • Quality gates -- nothing ships below 80/100; a forbidden term or a level-1 heading is a BLOCKER (score 0), see .claude/rules/quality-gates.md
  • [LEARN] tags -- when corrected, save [LEARN:category] wrong → right to MEMORY.md
  • English only -- all content committed to git must be in English (see Language Policy below)

Language Policy

All content pushed to GitHub must be in English. This includes documentation, session logs, commit messages, comments, and slide content.

Exceptions:

  • .claude/skills/ and .claude/agents/ may contain Korean examples for bilingual functionality
  • Speaker notes in QMD files are automatically stripped by the git clean filter (see Speaker Notes below)
  • A deck that declares language.slides: ko in its own <deck>.deck.yml. That is the supported way to get Korean slides -- per deck, written on purpose. Do not add a path exemption for it; a directory exemption covers every future deck in that directory, including the ones that should stay English.
  • An English deck may carry up to language.korean_allowance Hangul characters (term glosses, Wooclap instructions), counted on the staged qmd after the notes filter. The lecture profile allows 300, the others 0; a deck may set its own number.

Enforcement:

  • Pre-commit hook (scripts/check-korean-pre-commit.sh) blocks Korean text in staged files
  • Exempt paths: .claude/skills/, .claude/agents/
  • git runs a copy at .git/hooks/pre-commit, and that copy is the wrapper scripts/pre-commit.sh: the speaker-note gate first, then this one. Editing either script does nothing until bash scripts/setup-git-filters.sh reinstalls it -- scripts/test_korean_gate.sh checks the installed hook matches before checking anything else

Read the full file on GitHub · 455 lines

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. 3d ago First seen · 455 lines · 9,031 tokens per session scan A dfc98a7aec5a

Subscribe to this mod's changes

paper2pr AGENTS.md is an instructions file published in the GitHub repository alohays/paper2pr (5 stars, last pushed 3d ago), licensed MIT. It adds 9,031 tokens to every session, about $0.0452 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.