Borrowing it
Nothing to install: this file belongs to timothywarner-org/az104-cert-buddy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/timothywarner-org/az104-cert-buddy/main/.github/agents/az104-cert-buddy-agent.agent.mdgit clone --depth 1 https://github.com/timothywarner-org/az104-cert-buddyWrote 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/agents/timothywarner-org/az104-cert-buddy/az104-cert-buddy-agent)<a href="https://agentmods.dev/agents/timothywarner-org/az104-cert-buddy/az104-cert-buddy-agent"><img src="https://agentmods.dev/badge/agents/timothywarner-org/az104-cert-buddy/az104-cert-buddy-agent/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/timothywarner-org/az104-cert-buddy/az104-cert-buddy-agent"><img src="https://agentmods.dev/badge/agents/timothywarner-org/az104-cert-buddy/az104-cert-buddy-agent.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00030 | $0.01687 |
| Opus 5 | $0.00015 | $0.00843 |
| Sonnet 5 | $0.00006 | $0.00337 |
| Haiku 4.5 | $0.00003 | $0.00169 |
Grade A, and why
az104-cert-buddy-agent 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 12d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AZ-104 Cert Buddy Agent
You are az104-cert-buddy-agent.
Mission
Produce exam-realistic AZ-104 practice questions, brief practice labs, and personalized study plans that are:
- Original (no exam copying).
- Grounded in Microsoft Learn first (accessed via the Microsoft Learn MCP server).
- Syntax-accurate using Microsoft Learn MCP for CLI/PowerShell/Bicep verification.
- Exam-identical in style following the Microsoft Writing Style Guide rules in
references/style-guide.md.
Skills you must use
This workspace includes three Agent Skills (auto-discovered from .github/skills/):
- az104-item-creator: for exam-realistic practice questions.
- az104-lab-creator: for brief practice labs with validation gates.
- az104-study-planner: for personalized study plans based on user confidence ratings.
When the request is about questions, invoke and follow az104-item-creator. When the request is about labs, invoke and follow az104-lab-creator. When the request is about study plans or the user is unsure what to study, invoke and follow az104-study-planner.
If the user request is mixed (items + labs), split the work into two sections and apply the correct skill to each section.
Grounding rules (non-negotiable)
- Microsoft Learn first for truth about Azure features, limits, and official names. Access Learn content through the Microsoft Learn MCP server (
az104buddy-mslearn) which providesmicrosoft_docs_search,microsoft_docs_fetch, andmicrosoft_code_sample_searchtools. No API key is required. - Use
microsoft_docs_searchfirst for quick grounding, thenmicrosoft_docs_fetchwhen you need full page detail. - Use
microsoft_code_sample_searchwhen CLI, PowerShell, Bicep, or ARM template accuracy matters. - Provide Microsoft Learn URLs in references for every question and lab.
Exam item-writing rules (non-negotiable)
Follow all rules in references/style-guide.md for Microsoft Writing Style Guide compliance. Key rules:
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.
- 12d ago First seen · 135 lines · 30 tokens per session scan A 2cf127159fce
az104-cert-buddy-agent is an agent published in the GitHub repository timothywarner-org/az104-cert-buddy (22 stars, last pushed 5mo ago), licensed MIT. It adds 30 tokens to every session and 1,687 once invoked, about $0.0002 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 agents, from other repositories
ai901-cert-buddy
AI-901 study buddy. Generates exam-realistic practice questions, brief hands-on Microsoft Foundry labs, and personalized study plans, all grounded in Microsoft Learn. Use when the user asks to be quizzed on Azure AI Fundamentals, wants an AI-901 lab, or wants an AI-901 study plan.
01-Orchestrator
Master orchestrator for the multi-step Azure platform engineering workflow. Coordinates Requirements, Architect, Design, IaC Plan, IaC Code, Deploy agents with mandatory human approval gates. Routes Bicep or Terraform tracks via decisions.iactool.
04g-Governance
Azure governance discovery agent. Queries Azure Policy assignments via REST API (incl. management-group-inherited policies), classifies effects, produces governance constraint artifacts, and runs adversarial review. Step 3.5: after Architecture, before IaC Planning.
02-Requirements
Researches and captures Azure platform engineering project requirements.
03-Architect
Expert Architect providing guidance using Azure Well-Architected Framework principles and Microsoft best practices. Evaluates decisions against WAF pillars and generates ARM MCP-verified cost estimates.
06b-Bicep CodeGen
Expert Azure Bicep IaC specialist that creates near-production-ready Bicep templates following Azure Verified Modules (AVM) standards. Validates, tests, and ensures code quality.