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/jaxonjp/beamer-skill/copilot-instructionsgit clone --depth 1 https://github.com/JaxonJP/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/jaxonjp/beamer-skill/copilot-instructions)<a href="https://agentmods.dev/instructions/jaxonjp/beamer-skill/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/jaxonjp/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.01539 | $0.01539 |
| Opus 5 | $0.00770 | $0.00770 |
| Sonnet 5 | $0.00308 | $0.00308 |
| Haiku 4.5 | $0.00154 | $0.00154 |
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 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 — 106 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 → sync/compile → review → polish → verify
Actions
| Action | Description |
|---|---|
create [topic] |
Iterative lecture creation: material analysis → needs interview → structure plan → draft → quality loop |
compile [file] |
Prefer local XeLaTeX when available; otherwise ask whether to install local TeX dependencies or sync to USTC LaTeX (default https://latex.ustc.edu.cn) for remote 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 |
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}
\newcommand{\pos}[1]{\textcolor{positive}{#1}}
\newcommand{\con}[1]{\textcolor{negative}{#1}}
\newcommand{\HL}[1]{\textcolor{emphasis}{#1}}
Hard Rules (Non-Negotiable)
- No overlays — never
\pause,\onslide,\only,\uncover. Use multiple slides + color emphasis. - Max 2 colored boxes per slide.
- Motivation before formalism — "Why?" before "What?".
- Worked example within 2 slides of every definition.
- XeLaTeX on the platform — prefer XeLaTeX, never pdflatex.
- Beamer .tex is the single source of truth.
- Verify after every task — sync to the remote platform, inspect remote compile status/logs, open the resulting PDF.
- Telegraphic style — keyword phrases, not full sentences.
- Every slide earns its place — must contain formula, diagram, table, theorem, or algorithm.
- Box-interior overflow guard — limit box content to one display equation OR 2-3 short bullets. Never
\qquadinside boxes. Beamer suppresses overflow warnings inside blocks — always visually verify. - Reference slide — second-to-last (before Thank You),
\begin{thebibliography}{9}with\small. - Color contrast ≥ 4.5:1 (WCAG AA). Never red+green binary contrasts. Use
\pos{},\con{},\HL{}. - Never use
\tinyfor user-facing content. - Backup slides — 3-5 after Thank You with
\appendix. Not counted in timing. - Columns:
\begin{columns}[T], comparison0.48+0.48, figure+text0.50+0.45. Never nest.
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 · 106 lines · 1,539 tokens per session scan A d3ab2b8aaec3
beamer-skill copilot-instructions.md is an instructions file published in the GitHub repository JaxonJP/beamer-skill (23 stars, last pushed 3mo ago), licensed MIT. It adds 1,539 tokens to every session, about $0.0077 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
book-to-skill CLAUDE.md
Claude Code instructions for virgiliojr94/book-to-skill, a project described as: Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.
textbook-to-note AGENTS.md
Instructions for drpwchen/textbook-to-note, covering agents.md — instructions for your ai coding agent, what you're setting up, step 1: which profile is the user setting up?, step 1.1: understand the user's situation and step 2: install dependencies.
agent-edu-reviewkit AGENTS.md
Instructions for lijiawei255/agent-edu-reviewkit, covering agent 指令, 项目概述, 主要技能, agent 平台兼容性 and opencode 适配(p1).
agent-edu-reviewkit CLAUDE.md
Instructions for lijiawei255/agent-edu-reviewkit, covering claude.md, project structure, how the skill works, multi-agent support and key conventions.
math-beamer-slides-skill math-beamer.instructions.md
Instructions for YixuanYang00/math-beamer-slides-skill, covering math beamer slides instructions, reference routing, core rules and verification.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).