beamer-skill copilot-instructions.md

beamer-skill copilot-instructions.md is an instructions file for GitHub Copilot from Noi1r/beamer-skill. It costs 1,448 tokens per session, scanned A, original, MIT.

A set of instructions for creating and checking Beamer slides, which are academic presentations written in LaTeX.

In plain words
What is it for?
Use it to create, compile, proofread, audit, validate, and visually review Beamer presentations, including diagrams and figures from papers.
Why use it?
It gives an agent a fixed workflow for drafting slides and checking their text, structure, teaching quality, and visual layout.

Instructions file for GitHub Copilot

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/noi1r/beamer-skill/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/Noi1r/beamer-skill

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for beamer-skill copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/noi1r/beamer-skill/copilot-instructions.svg)](https://agentmods.dev/instructions/noi1r/beamer-skill/copilot-instructions)
Your own site
<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>
Per session 1,448 This file is loaded in full into every session.
When invoked 1,448 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.01448 $0.01448
Opus 5 $0.00724 $0.00724
Sonnet 5 $0.00290 $0.00290
Haiku 4.5 $0.00145 $0.00145

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

Security

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.

.github/copilot-instructions.md · 107 lines

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)

Read the full file on GitHub · 107 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. 5d ago First seen · 107 lines · 1,448 tokens per session scan A 8000f48cfe14

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories