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 commands/timothywarner/copilot-dev/freshengit clone --depth 1 https://github.com/timothywarner/copilot-devWhat 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.00019 | $0.00564 |
| Opus 5 | $0.00010 | $0.00282 |
| Sonnet 5 | $0.00004 | $0.00113 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade A, and why
freshen 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are auditing this teaching repo for date-sensitive Copilot content that may have drifted since the last delivery. Today's date and the live README.md / COURSE_PLAN_MAY_*.md define "current" — verify everything else against those plus official sources.
Your task
-
Scan these files for date-sensitive facts (model names, prices, premium-request quotas, GA dates, feature names, deprecation lists):
README.md- The most recent
COURSE_PLAN_*.mdat the repo root CLAUDE.mddocs/COPILOT_AGENT_TUTORIAL.mddocs/COPILOT_CUSTOMIZATION_SAMPLES.mddocs/latest-github-news.mddocs/certification/*.md- Any file under
.github/agents/or.github/instructions/that names a specific model
-
Cross-check against authoritative sources using WebSearch and WebFetch:
- https://docs.github.com/en/copilot/reference/ai-models/supported-models
- https://docs.github.com/en/copilot/concepts/billing/usage-based-billing-for-individuals
- https://github.blog/changelog/ (filter for entries since the last delivery)
- https://github.com/github/copilot-cli/releases (latest CLI version)
-
Report findings as a single markdown table:
File Line Stale claim Current reality Suggested edit Then a short "Headline since last delivery" summary (3-5 bullets) of what changed and what Tim should lead with on stage.
Rules
- Do not edit anything. Report only. The user will decide which edits to apply.
- If you cannot verify a fact (web search inconclusive), mark it
UNVERIFIEDrather than guessing. - Skip
archive/— it is preserved historical material, not current. - Skip the deliberately-deprecated demo file
.github/chatmodes/new-mode.chatmode.md(kept for the rename teaching moment). - Skip the intentional bug in
src/tip-lookup.js(line 35 — documented in its header). - The
references/anddocs/references/files (Microsoft Style Guide, fictional companies) are not date-sensitive — skip them.
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 · 44 lines · 19 tokens per session scan A 378fcdb176bc
freshen is a command published in the GitHub repository timothywarner/copilot-dev (46 stars, last pushed 29d ago), licensed MIT. It adds 19 tokens to every session and 564 once invoked, about $0.0001 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 commands, from other repositories
learn
Force claude-smart to extract learnings from this session now.
component
Scaffold a new React component grounded in the paper-mono primitives. Requires explicit kind or a nearest-existing-component match. No empty divs, no speculative scaffolding.
memory-store
Store an insight, decision, or pattern to memory.
review
Cold re-quiz on code that already shipped — your own session commits, not the change in front of you.
no-vibe
Enter no-vibe mode in OpenCode (tutor mode, no direct project file writes).
teach-me-testing
Teach testing progressively through structured sessions. Use when user says ""lets learn testing"" or ""I want to study test practices"".