ab100 copilot-instructions.md

ab100 copilot-instructions.md is an instructions file for GitHub Copilot from timothywarner-org/ab100. It costs 1,548 tokens per session, scanned A, original, MIT.

Instructions for GitHub Copilot agents and skills in a project supporting Microsoft’s AB-100 certification course. They define where agents, skills, prompts, objectives, and workspace tool settings live, along with naming and writing conventions.

In plain words
What is it for?
Use them when creating or editing the AB-100 agent, skills, quiz and lab prompts, or workspace MCP settings.
Why use it?
They help contributors place and format automation files correctly and keep course content aligned with its canonical objectives.

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/timothywarner-org/ab100/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/timothywarner-org/ab100

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 ab100 copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/timothywarner-org/ab100/copilot-instructions.svg)](https://agentmods.dev/instructions/timothywarner-org/ab100/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/timothywarner-org/ab100/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/timothywarner-org/ab100/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,548 This file is loaded in full into every session.
When invoked 1,548 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.01548 $0.01548
Opus 5 $0.00774 $0.00774
Sonnet 5 $0.00310 $0.00310
Haiku 4.5 $0.00155 $0.00155

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

Security

Grade A, and why

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

.github/copilot-instructions.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot instructions

Repository purpose

  • This repo defines GitHub Copilot agent behavior and AB-100 skills. There is no app code; the primary artifacts are agent definitions and skill specs.
  • This repo also serves as the companion material for Tim Warner's O'Reilly Live Learning course Agentic AI Business Solutions Architect. The cert-buddy agent and the course scaffolding share this workspace.

Key locations

  • Agent definition: .github/agents/ab100-cert-buddy-agent.agent.md
  • Skills: .github/skills/*/SKILL.md
  • Prompts: .github/prompts/ab100-quiz.prompt.md, .github/prompts/ab100-lab.prompt.md, .github/prompts/ab100-plan.prompt.md
  • MCP servers (workspace only): .vscode/mcp.json
  • AB-100 objectives (canonical, verbatim Microsoft Learn sync): docs/ab100-exam-objectives.md
  • Style and naming rules: embedded directly in the agent and skill files (Microsoft Worldwide Learning Exam Writing Style Guide for items, Microsoft Writing Style Guide for prose).

Skill and agent conventions

  • Each skill file is a single YAML frontmatter block followed by Markdown.
  • The skill name used by agents must match the YAML frontmatter name in the skill file, not the folder name.
  • Skills are auto-discovered from .github/skills/ folders. The agent references them by name in its Markdown body; there is no skills: field in agent YAML frontmatter.
  • Agent files use YAML frontmatter with tools lists. Keep tool IDs scoped to MCP servers defined in .vscode/mcp.json.
  • Prompt files (in .github/prompts/) reference agents by the name field in the agent's YAML frontmatter via the agent: key. The current value is ab100-cert-buddy-agent. If the agent is renamed, update all prompt files that reference it.
  • Current skills:
    • ab100-item-creator (exam item generation)
    • ab100-lab-creator (design/ALM/governance lab generation)
    • ab100-study-planner (personalized study plan generation)

MCP server IDs

  • ab100buddy-mslearn -- Microsoft Learn MCP (free, no API key; provides microsoft_docs_search, microsoft_docs_fetch, microsoft_code_sample_search)

Read the full file on GitHub · 93 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. 3d ago First seen · 93 lines · 1,548 tokens per session scan A 7d6b536b4be5

Subscribe to this mod's changes

ab100 copilot-instructions.md is an instructions file published in the GitHub repository timothywarner-org/ab100 (37 stars, last pushed 1mo ago), licensed MIT. It adds 1,548 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.