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/azure/awesome-azd/copilot-instructionsgit clone --depth 1 https://github.com/Azure/awesome-azdWrote 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/azure/awesome-azd/copilot-instructions)<a href="https://agentmods.dev/instructions/azure/awesome-azd/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/azure/awesome-azd/copilot-instructions.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.03240 | $0.03240 |
| Opus 5 | $0.01620 | $0.01620 |
| Sonnet 5 | $0.00648 | $0.00648 |
| Haiku 4.5 | $0.00324 | $0.00324 |
Grade A, and why
awesome-azd copilot-instructions.md scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. Test website accessibility: `curl -f "http://localhost:3000/awesome-azd/"` How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Awesome Azure Developer CLI (azd)
Awesome azd is a Docusaurus-based website showcasing Azure Developer CLI templates. The site serves as a discovery platform for azd templates, provides contribution guides, and hosts a searchable gallery of community and Microsoft-authored templates.
Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.
Working Effectively
Bootstrap, build, and test the repository:
- Ensure Node.js 18+ is available:
node --version(should show v20.19.5 or later) - Navigate to website directory:
cd website - Install dependencies:
npm ci-- takes ~15-60 seconds with warnings about deprecated packages (this is normal) - Run tests:
npm test-- takes ~1 second. NEVER CANCEL. Set timeout to 30+ seconds. - Build the website:
npm run build-- takes ~75 seconds. NEVER CANCEL. Set timeout to 120+ seconds. - Start development server:
npm run start-- takes ~30 seconds to compile. NEVER CANCEL. Set timeout to 60+ seconds. - Serve production build:
npm run serve-- starts immediately after build
Critical Timing and Timeout Requirements
- npm ci: 15-60 seconds (normal with deprecated package warnings about rimraf, glob, inflight)
- npm test: 1 second (set timeout to 30+ seconds)
- npm run build: 75 seconds (set timeout to 120+ seconds)
- npm run start: 30 seconds initial compile (set timeout to 60+ seconds)
- NEVER CANCEL any build or test commands - they will complete successfully
Manual Validation Requirements
After making any changes to the website, ALWAYS validate functionality by:
- Start the development server:
cd website && npm run start - Wait for "Compiled successfully" message
- Test website accessibility:
curl -f "http://localhost:3000/awesome-azd/" - Navigate to key pages and verify:
- Homepage displays template gallery correctly
- Getting Started page loads with video and action cards
- Contribute page shows documentation
- All navigation links work
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.
- 4d ago First seen · 276 lines · 3,240 tokens per session scan A d97644166943
awesome-azd copilot-instructions.md is an instructions file published in the GitHub repository Azure/awesome-azd (267 stars, last pushed 10d ago), licensed MIT. It adds 3,240 tokens to every session, about $0.0162 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
awesome-kubernetes CLAUDE.md
Instructions for nubenetes/awesome-kubernetes, covering claude.md — nubenetes project instructions for claude code, git workflow: gitflow, branches, release process (mandatory for all releases) and versioning.
awesome-kubernetes GEMINI.md
Instructions for nubenetes/awesome-kubernetes, covering 🧠 core mandates, 🛠️ structural evolution & navigation, 📊 mermaid diagram best practices, 🛡️ repository policies & branch protection and 📝 readme synchronization & maintenance protocols.
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
GPT-RAG release.instructions.md
Instructions for Azure/GPT-RAG, a project described as: Enterprise-grade accelerator for agentic RAG on Azure. Built on Microsoft Foundry with Foundry IQ as the default retrieval backend, Microsoft Agent Framework orchestration, Zero-Trust architecture and IaC.
awesome-quant AGENTS.md
AGENTS.md instructions for wilsonfreitas/awesome-quant, covering agents.md, project overview, architecture, work tracking and planning and commands.
drawio-ai-kit AGENTS.md
Instructions for sparklabx/drawio-ai-kit, covering repository guidelines, tech stack & runtime and code conventions & common patterns.