copilot-dev AGENTS.md

Repository instructions for a teaching project about GitHub Copilot for Developers. They describe where documentation, source code, Copilot configuration files, tutorials, slides, and workflows belong.

In plain words
What is it for?
Use them when adding tutorials, examples, Copilot customization files, scripts, documentation, or tests to that repository.
Why use it?
They give coding agents and contributors a shared map of the repository and its expected organization, so changes are placed and checked consistently.

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

Made for: Codex, OpenCode.

Per session 1,060 This file is loaded in full into every session.
When invoked 1,060 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.01060 $0.01060
Opus 5 $0.00530 $0.00530
Sonnet 5 $0.00212 $0.00212
Haiku 4.5 $0.00106 $0.00106

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

Security

Grade A, and why

copilot-dev 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 · 58 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

This repository is a teaching workspace for GitHub Copilot for Developers (O'Reilly live training).

  • Root: README.md, CLAUDE.md, AGENTS.md, COURSE_PLAN_*.md, slide decks (warner-copilot-*.pptx), and the cover image. Layout convention: course plan + PPTX at root; tutorials, info articles, and reference material under docs/; code under src/ and scripts/.
  • Tutorials, info articles, and reference material: docs/COPILOT_AGENT_TUTORIAL.md, docs/COPILOT_CUSTOMIZATION_SAMPLES.md, docs/latest-github-news.md, docs/copilot-metrics-report-sample.md, docs/certification/ (GH-300 exam prep), docs/references/ (Microsoft Writing Style Guide + fictional-company pool).
  • Copilot customization demos: .github/copilot-instructions.md, .github/instructions/*.instructions.md (Python MCP, Markdown style, PowerShell), .github/prompts/*.prompt.md, .github/agents/*.agent.md, .github/skills/*/SKILL.md, plus workflows under .github/workflows/. The singular AGENTS.md (this file) is also recognized at the repo root, and GitHub honors the nearest AGENTS.md in the directory tree.
  • Hands-on demo app: src/ (Node + Express tips browser; src/data/ holds tip data and the Copilot metrics sample).
  • Helper scripts: scripts/Get-CopilotMetricsReport.ps1 (live Copilot Metrics API report).
  • Historical reference content: archive/ (not actively maintained unless explicitly refreshing older material).

Build, Test, and Development Commands

Use commands from the repo root unless noted.

  • cd src && npm install: install dependencies (requires Node 18 or later).
  • cd src && npm start: run the tips browser at http://localhost:3000. Set PORT to override.
  • cd src && npx markdownlint-cli "**/*.md" --ignore node_modules: lint Markdown against .markdownlint.json.

The demo app exposes GET /api/tips and GET /api/random-tip?exclude=<id>, and serves src/public/index.html as a static front end.

Read the full file on GitHub · 58 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 · 58 lines · 1,060 tokens per session scan A bd1f1fd4f7fe

Subscribe to this mod's changes

copilot-dev AGENTS.md is an instructions file published in the GitHub repository timothywarner/copilot-dev (46 stars, last pushed 29d ago), licensed MIT. It adds 1,060 tokens to every session, about $0.0053 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.

Related

Other instructions, from other repositories