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/sc932/resume/agents-mdgit clone --depth 1 https://github.com/sc932/resumeWhat 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.01794 | $0.01794 |
| Opus 5 | $0.00897 | $0.00897 |
| Sonnet 5 | $0.00359 | $0.00359 |
| Haiku 4.5 | $0.00179 | $0.00179 |
Grade A, and why
resume 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.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Repo conventions and guidance for AI agents (and any contributor) working in this repo.
Purpose
Scott Clark's resume / CV in LaTeX, plus a plain-text markdown mirror. Three primary content artifacts, all about the same person, that should stay aligned in core facts:
| Artifact | Source | Output | Audience | Length |
|---|---|---|---|---|
| Resume | ScottClarkResume.tex |
ScottClarkResume.pdf |
Hiring, exec-search, quick-scan | 2 pages |
| CV | ScottClarkCV.tex |
ScottClarkCV.pdf |
Detailed review, advisory, academic | longer |
| Markdown profile | ScottClark.md |
(markdown) | AI agents, text extractors | comprehensive |
Differences are length and emphasis: the resume picks the headline subset, the CV expands it, the md mirrors comprehensive detail in plain text.
Two audiences
This repo serves two audiences:
- Scott - source-of-truth for his resume/CV/md. The conventions in the rest of this file describe how to maintain consistency across the three artifacts.
- Public forkers - the LaTeX template has been public since 2011 and is regularly forked. If you're an agent helping someone customize this for their own resume, see Forking guidance at the end of this document.
File map
.
├── ScottClarkResume.tex # short 2-page resume, primary deliverable
├── ScottClarkResume.pdf # rendered resume (committed)
├── ScottClarkCV.tex # long CV
├── ScottClarkCV.pdf # rendered CV (committed)
├── ScottClark.md # markdown profile, agent-friendly twin
├── shading.sty # custom LaTeX style required by both .tex files
├── README.md # human-facing build / overview
├── AGENTS.md # this file
├── LICENSE.md # MIT
├── .travis.yml # legacy CI config; Travis-CI org is shut down (~2021), kept for historical reference
└── OriginalTemplate_* # historical LaTeX resume templates this design descends from
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.
- 3d ago First seen · 113 lines · 1,794 tokens per session scan A 9038ae39e2e8
resume AGENTS.md is an instructions file published in the GitHub repository sc932/resume (530 stars, last pushed 1mo ago), licensed MIT. It adds 1,794 tokens to every session, about $0.0090 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
mcp-pandoc AGENTS.md
Instructions for vivekVells/mcp-pandoc, covering agents.md, what this is, where things are, deeper context and commands.
excel-mcp-server CLAUDE.md
Instructions for TangentDomain/excel-mcp-server, covering excel mcp server, 技术栈, 目录结构, mcp 工具 → python api 映射 and sql 核心原则.
academic-ref-inserter CLAUDE.md
Instructions for fuwenhao12/academic-ref-inserter, covering academic reference inserter (academic-ref-inserter), quick start, full pipeline, or step by step and supported formats.
agentic-resume-builder CLAUDE.md
Claude Code instructions for WtotdeD/agentic-resume-builder, covering agentic-resume-builder development guidelines, what this repo is, active technologies, package manager and validation.
fcp-sheets CLAUDE.md
Instructions for os-tack/fcp-sheets, covering fcp-sheets, project overview, architecture, key patterns and commands.
Doc-Mcp CLAUDE.md
Instructions for mosif16/Doc-Mcp, covering claude.md, project overview, build commands, build (requires rust 1.76+) and run tests.