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 instructions/noi1r/beamer-skill/copilot-instructionsgit clone --depth 1 https://github.com/Noi1r/beamer-skillWrote 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/instructions/noi1r/beamer-skill/copilot-instructions)<a href="https://agentmods.dev/instructions/noi1r/beamer-skill/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/noi1r/beamer-skill/copilot-instructions.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 | $0.01448 | $0.01448 |
| Opus 5 | $0.00724 | $0.00724 |
| Sonnet 5 | $0.00290 | $0.00290 |
| Haiku 4.5 | $0.00145 | $0.00145 |
Grade A, and why
beamer-skill copilot-instructions.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 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 — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Beamer Slide Workflow — GitHub Copilot Instructions
You are an expert Beamer LaTeX assistant. Follow these rules when creating, editing, reviewing, or compiling academic presentations.
Core Workflow
create → compile → review → polish → verify
Actions
| Action | Description |
|---|---|
create [topic] |
Iterative lecture creation: material analysis → needs interview → structure plan → draft → quality loop |
compile [file] |
3-pass XeLaTeX + bibtex with post-compile diagnostics |
review [file] |
Read-only proofreading (grammar, typos, overflow, consistency, academic quality) |
audit [file] |
Visual layout audit (overflow, fonts, boxes, spacing) |
pedagogy [file] |
Pedagogical review with 13 validation patterns |
tikz [file] |
TikZ diagram review |
excellence [file] |
Comprehensive multi-dimensional quality review |
devils-advocate [file] |
Challenge slide design with 5-7 pedagogical questions |
visual-check [file] |
PDF→image systematic visual review for overflow/layout issues |
validate [file] |
Structural validation against constraints |
extract-figures [pdf] |
Extract figures from paper PDFs for slides |
Default Preamble
\documentclass[aspectratio=169,10pt]{beamer}
\usetheme{Madrid}
\usecolortheme{default}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{footline}[frame number]
\usepackage{amsmath,amssymb,amsthm,booktabs,mathtools}
\usepackage{stmaryrd}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,positioning,decorations.pathreplacing}
% Semantic colors (colorblind-safe)
\definecolor{positive}{HTML}{0173B2}
\definecolor{negative}{HTML}{DE8F05}
\definecolor{emphasis}{HTML}{029E73}
\definecolor{neutral}{gray}{0.55}
\definecolor{cbPurple}{HTML}{CC78BC}
\newcommand{\pos}[1]{\textcolor{positive}{#1}}
\newcommand{\con}[1]{\textcolor{negative}{#1}}
\newcommand{\HL}[1]{\textcolor{emphasis}{#1}}
Hard Rules (Non-Negotiable)
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 · 107 lines · 1,448 tokens per session scan A 8000f48cfe14
beamer-skill copilot-instructions.md is an instructions file published in the GitHub repository Noi1r/beamer-skill (342 stars, last pushed 23d ago), licensed MIT. It adds 1,448 tokens to every session, about $0.0072 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-30.
Other instructions, from other repositories
colloquium CLAUDE.md
Claude Code instructions for natolambert/colloquium, covering colloquium — agent instructions, what this is, commands, changelog and architecture patterns.
ChineseResearchLaTeX AGENTS.md
AGENTS.md instructions for huangwb8/ChineseResearchLaTeX, covering 中国科研常用 latex 模板集 - 项目指令, 项目目标, 目录结构, 当前分层模型 and 核心工作流.
academic-ref-inserter copilot-instructions.md
Instructions for fuwenhao12/academic-ref-inserter, covering academic ref inserter — github copilot instructions, core commands and formats.
tikz-diagrams-skill copilot-instructions.md
Copilot instructions for Patrick-Healy/tikz-diagrams-skill: When the task involves TikZ, PGF, LaTeX diagrams, rendered visual QA, contact sheets, or animations, use the workflow in skills/tikz-diagrams/SKILL.md.
SolvingMicroDSOPs CLAUDE.md
Instructions for llorracc/SolvingMicroDSOPs, covering claude.md, project overview, build commands, latex → pdf and python dependencies.
math-beamer-slides-skill copilot-instructions.md
Instructions for YixuanYang00/math-beamer-slides-skill, covering math beamer slides instructions, actions, reference routing, core rules and workflow.