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/timothywarner-org/ab100/agents-mdgit clone --depth 1 https://github.com/timothywarner-org/ab100Wrote 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/timothywarner-org/ab100/agents-md)<a href="https://agentmods.dev/instructions/timothywarner-org/ab100/agents-md"><img src="https://agentmods.dev/badge/instructions/timothywarner-org/ab100/agents-md.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.01542 | $0.01542 |
| Opus 5 | $0.00771 | $0.00771 |
| Sonnet 5 | $0.00308 | $0.00308 |
| Haiku 4.5 | $0.00154 | $0.00154 |
Grade A, and why
ab100 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 — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file gives Codex and other coding agents repository-specific guidance.
Repository Purpose
This is Tim Warner's teaching and learning repository for AB-100: Agentic AI Business Solutions Architect. It supports an O'Reilly Live Learning event scheduled for April 30, 2026 and serves two audiences:
- Learners preparing for Microsoft exam AB-100.
- Instructor delivery for a 4-hour O'Reilly Live Events class.
The repo has three major work areas:
docs/-- canonical instructional, exam, policy, resource, and slide-deck material..github/and.vscode/-- AB-100 Cert Buddy Copilot agent, skills, prompts, and Microsoft Learn MCP config.src/-- classroom POC app and deployment assets for Hour 3.
Source Of Truth
Use this precedence when facts conflict:
docs/ab100-exam-objectives.md-- canonical AB-100 skills measured.docs/microsoft-certification-policies.mdanddocs/pearson-vue-registration.md-- exam policy, registration, and support facts.src/README.md-- canonical POC app architecture, setup, verification, and teardown flow.docs/course-plan-april-2026.md-- canonical 4-hour live course pacing.- Hour-specific materials and learning-path mirrors.
When editing AB-100 factual content, ground against Microsoft Learn before changing exam objectives, product behavior, licensing, or certification policy. If the fact cannot be verified, say so or omit it.
Course Structure
Microsoft publishes three AB-100 domains:
- Plan AI-powered business solutions: 25-30%.
- Design AI-powered business solutions: 25-30%.
- Deploy AI-powered business solutions: 40-45%.
This course deliberately splits the Deploy domain across two hours:
- Hour 1: Plan AI Solutions.
- Hour 2: Design AI Solutions.
- Hour 3: Deploy AI Solutions -- implementation, monitoring, ALM, and operations.
- Hour 4: Security & Exam Mastery -- security, governance, Responsible AI, and exam readiness.
Do not "correct" the course to a three-hour or three-module split.
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 · 167 lines · 1,542 tokens per session scan A 36878b43d689
ab100 AGENTS.md is an instructions file published in the GitHub repository timothywarner-org/ab100 (37 stars, last pushed 1mo ago), licensed MIT. It adds 1,542 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
apex-accelerator azure-artifacts.instructions.md
Template compliance rules for artifact generation.
apex-accelerator copilot-instructions.md
Copilot instructions for jonathan-vella/apex-accelerator, covering apex - copilot instructions, azure defaults (canonical), default regions, required tags (azure policy enforced) and security baseline + avm mandate.
apex-accelerator agent-skills.instructions.md
Guidelines for creating high-quality Agent Skills for GitHub Copilot.
apex-accelerator context-optimization.instructions.md
Context window optimization rules for agent definitions, skills, and instruction files.
apex-accelerator no-interactive-shell.instructions.md
Prevents interactive shell prompts and long-output terminal replays from being injected into chat. Forbids -i flags on mv/rm/cp, read -p, and confirm prompts (incl. inside bash -c '...'). Pipe long output to files. Scoped to chat-context-loaded files; skill references/ and templates/ are exempt because they hold…
apex-accelerator docs.instructions.md
Standards for user-facing documentation in the site/src/content/docs/ folder.