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/microsoft/model-mondays/agents-mdgit clone --depth 1 https://github.com/microsoft/model-mondaysWhat 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.03385 | $0.03385 |
| Opus 5 | $0.01692 | $0.01692 |
| Sonnet 5 | $0.00677 | $0.00677 |
| Haiku 4.5 | $0.00338 | $0.00338 |
Grade A, and why
model-mondays 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 2d 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 β 403 lines β stays where its author put it; the contents beside it link to each section on GitHub.
Agent Guidelines for Model Mondays Repository
Last Updated: February 11, 2026
Repository: microsoft/model-mondays
Branch: 2026/s3-schedule-refresh
Custom Agent Available: See .github/copilot-agent.json for the Model Mondays Maintainer agent configuration and .github/skills/ for reusable workflow skills.
Maintainer Guide: See .github/GUIDANCE.md for comprehensive maintainer guidance on using the agent, skills, and validation tools.
π Repository Overview
This repository hosts the Model Mondays livestream series and Foundry Fridays AMA sessions, providing educational content about AI models, Microsoft Foundry, and related technologies.
Content Structure
model-mondays/
βββ data/ # JSON metadata files
β βββ amas.json # AMA session metadata
β βββ livestreams.json # Episode metadata
β βββ seasons.json # Season information
β βββ speakers.json # Speaker profiles
β βββ topics.json # Topic taxonomy
β βββ resources.json # Learning resources
βββ docs/
β βββ model-mondays/ # Livestream episode posts (24 files)
β βββ foundry-fridays/ # AMA session posts (34 files + README)
β βββ customer-stories/ # Customer implementations
β βββ assets/ # All images and banners
β βββ model-mondays/ # Livestream banners (SX-EY.png)
β βββ foundry-fridays/ # AMA banners (SX-EY-AMA.png)
β βββ customer-stories/ # Customer story banners (SX-EY.png)
β βββ people/ # Speaker headshots
β βββ misc/ # General assets
βββ .2025/ # Archived historical content
βββ README.md # Main landing page
π― Key Conventions
File Naming Patterns
- Episode Posts:
yyyy-mm-dd-sXX-eYY.md- Example:
2025-12-01-s03-e01.md(Season 3, Episode 1, aired Dec 1, 2025)
- Example:
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.
- 2d ago First seen Β· 403 lines Β· 3,385 tokens per session scan A ac9954ccae0b
model-mondays AGENTS.md is an instructions file published in the GitHub repository microsoft/model-mondays (283 stars, last pushed 8d ago), licensed MIT. It adds 3,385 tokens to every session, about $0.0169 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
Generative-AI-for-beginners-dotnet AGENTS.md
AGENTS.md instructions for microsoft/Generative-AI-for-beginners-dotnet, covering agents.md, project overview, architecture, project structure and setup commands.
Generative-AI-for-beginners-dotnet copilot-instructions.md
Copilot instructions for microsoft/Generative-AI-for-beginners-dotnet, covering copilot instructions for generative-ai-for-beginners-dotnet, project purpose & structure, architecture & patterns, developer workflows and code standards & best practices.
AppStore CLAUDE.md
Instructions for wangjianqi/AppStore, covering claude.md, project overview, repository structure, working with this repo and content editing.
how2claude CLAUDE.md
Instructions for cresslank/how2claude, covering about this project, about me, what i want claude to do, what i don't want claude to do and project structure.
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
Tutorial_AwesomeModernCPP AGENTS.md
Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, θΏζ―δ»δΉ, ιη¨ essentials(ζζ agent εΏ θ―») and δ½ ζ₯εδ»δΉ?(ζεΊζ―θ·―η±).