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/mick-gsk/drift/drift-context-routinggit clone --depth 1 https://github.com/mick-gsk/driftWrote 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/mick-gsk/drift/drift-context-routing)<a href="https://agentmods.dev/instructions/mick-gsk/drift/drift-context-routing"><img src="https://agentmods.dev/badge/instructions/mick-gsk/drift/drift-context-routing.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.1 | $0.00780 | $0.00780 |
| Opus 5 | $0.00390 | $0.00390 |
| Sonnet 5 | $0.00156 | $0.00156 |
| Haiku 4.5 | $0.00078 | $0.00078 |
Grade A, and why
drift drift-context-routing.instructions.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 6d 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.
Kontext-Routing — Welche Regeln gelten wann?
Zweck: Nicht alle Instructions und Skills sind für jede Aufgabe gleich relevant. Diese Datei hilft dem Agenten, den Fokus auf die wichtigsten Regeln zu legen.
Diese Datei definiert kein eigenes Regelwerk. Sie ist ein Routing-Index und verweist auf die jeweils autoritativen Dateien.
Schneller Einstieg: Fuer kompakte Task-zu-Gate Zuordnung ohne vollstaendiges Routing nutze .github/instructions/drift-agent-quickref.instructions.md.
Routing-Tabelle
| Aufgabentyp | Primäre Instructions | Relevante Skills | Primärer Fokus |
|---|---|---|---|
| Signal-Arbeit (neues Signal, Heuristik-Änderung) | drift-policy, drift-push-gates (Gate 2+7) | drift-signal-development-full-lifecycle, drift-risk-audit-artifact-updates, drift-adr-workflow | ADR-Pflicht, Audit-Pflicht, Precision/Recall |
| Scoring/Gewichte | drift-policy (§6 Priorisierung) | drift-adr-workflow | ADR-Pflicht, Benchmark-Evidence |
| Output-Format | drift-policy, drift-push-gates (Gate 7) | drift-adr-workflow, drift-risk-audit-artifact-updates | ADR-Pflicht, STRIDE-Update |
Bugfix (fix:) |
drift-policy, drift-push-gates (Gate 3+8) | drift-commit-push | CHANGELOG, Tests, kein ADR nötig |
Feature (feat:) |
drift-policy, drift-push-gates (Gate 2+3) | drift-commit-push | Feature-Evidence, Tests, CHANGELOG, STUDY.md |
| Refactoring | drift-policy, drift-quality-workflow | drift-commit-push | Kein ADR nötig, Tests grün |
| Prompt/Instruction | drift-policy, drift-prompt-engineering | drift-agent-prompt-authoring | Shared Partials, Modellunabhängigkeit, Discovery, Primitive-Wahl |
| PR-Review | drift-quality-workflow (Stufe 4) | drift-pr-review | Review-Checkliste (.github/prompts/_partials/review-checkliste.md) |
| Release/Push | drift-push-gates (alle Gates) | drift-commit-push, drift-release | Alle Gates prüfen, make check |
| Fixture/Test | drift-policy | drift-ground-truth-fixture-development | Precision/Recall, Ground Truth |
| Dokumentation | drift-policy (§13 Befund-Qualität) | — | Keine Gate-Pflicht außer Gate 8 |
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.
- 6d ago First seen · 44 lines · 780 tokens per session scan A 482d1234c1bc
drift drift-context-routing.instructions.md is an instructions file published in the GitHub repository mick-gsk/drift (14 stars, last pushed 1mo ago), licensed MIT. It adds 780 tokens to every session, about $0.0039 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
truecourse CLAUDE.md
Claude Code instructions for truecourse-ai/truecourse, covering truecourse — claude instructions, key files to keep updated, project layout, development commands and storage.
PhpCodeArcheology CLAUDE.md
Instructions for PhpCodeArcheology/PhpCodeArcheology, covering claude.md — phpcodearcheology, project overview, language, tech stack and project structure.
skillfoundry copilot-instructions.md
Copilot instructions for samibs/skillfoundry, covering github copilot — skillfoundry project instructions, identity, non-negotiable rules, code quality and security.
plan-forge copilot-instructions.md
Copilot instructions for srnichols/plan-forge, covering instructions for copilot, architecture principles, core principles (non-negotiable), cost estimates and talking to forge-master.
plan-forge auth.instructions.md
.NET authentication & authorization — JWT/OIDC, policy-based auth, multi-tenant isolation, API keys, testing.
plan-forge blazor-fluent-ui.instructions.md
Blazor Server + Microsoft Fluent UI patterns — component layering, state, lifecycle, accessibility. Auto-loads when editing .razor / .razor.cs files.