copilot-pro-dev-samples AGENTS.md

Repository contribution instructions for a community collection of Microsoft 365 Copilot agents built with code. They describe the folder layout, naming rules, and required sample files.

In plain words
What is it for?
Use it when adding or reviewing Copilot agent samples, screenshots, metadata, and README files in that repository.
Why use it?
They remove uncertainty about where a sample belongs and what it must contain. This helps contributions follow the repository’s expected structure.

Instructions file for CodexOpenCode

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/pnp/copilot-pro-dev-samples/agents-md
Clone the repo
git clone --depth 1 https://github.com/pnp/copilot-pro-dev-samples

Made for: Codex, OpenCode.

Per session 1,312 This file is loaded in full into every session.
When invoked 1,312 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.01312 $0.01312
Opus 5 $0.00656 $0.00656
Sonnet 5 $0.00262 $0.00262
Haiku 4.5 $0.00131 $0.00131

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

Security

Grade A, and why

copilot-pro-dev-samples 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.

AGENTS.md · 99 lines

How it starts

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

AGENTS.md

Instructions for coding agents contributing samples to this repository.

Purpose

Community sample repository for Microsoft 365 Copilot agents built using code-first approaches. Read CONTRIBUTING.md for full human-oriented guidance.

Repository layout

Path Purpose
samples/ One subfolder per sample
templates/ Submission templates for declarative-agent, custom-engine-agent, and Copilot Studio samples

Sample folder naming

Prefix the folder name based on sample type:

Prefix Type
da- Declarative agent
cea- Custom engine agent (Azure Bot Framework)
cext- Copilot extension (deprecated)
mcs- Microsoft Copilot Studio agent

Rules: lowercase, hyphens only, no periods.

Required files

File Notes
assets/sample.json Complete assets/sample.json from the project template when one is available
assets/<screenshot> Replace the contents of assets/image.png with a screenshot showing the sample in action, or add another .png, .jpg, or .gif and remove the placeholder image
README.md Complete README.md from the project template when one is available; otherwise follow CONTRIBUTING.md
.gitignore Appropriate for toolchain
.env.*.sample Redacted copies of all env files

Using a project template

For sample types with a project template:

  1. Copy the entire template directory to samples/<sample-folder>.
  2. Complete README.md.
  3. Complete assets/sample.json.
  4. Replace the contents of assets/image.png with a screenshot of the sample in action, or add another screenshot and remove the placeholder image.
  5. Replace every YOUR_*, YOUR-*, and YYYY-MM-DD placeholder in README.md and assets/sample.json.
  6. Remove the optional video entry from assets/sample.json when the sample has no video.
  7. Remove contributor instructions and files that do not apply, but preserve comments marked as reserved for repository maintainers.

Read the full file on GitHub · 99 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. 2d ago First seen · 99 lines · 1,312 tokens per session scan A 186d537bc413

Subscribe to this mod's changes

copilot-pro-dev-samples AGENTS.md is an instructions file published in the GitHub repository pnp/copilot-pro-dev-samples (156 stars, last pushed 1mo ago), licensed MIT. It adds 1,312 tokens to every session, about $0.0066 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.