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/smallmain/vscode-unify-chat-provider/agents-mdgit clone --depth 1 https://github.com/smallmain/vscode-unify-chat-providerWrote 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/smallmain/vscode-unify-chat-provider/agents-md)<a href="https://agentmods.dev/instructions/smallmain/vscode-unify-chat-provider/agents-md"><img src="https://agentmods.dev/badge/instructions/smallmain/vscode-unify-chat-provider/agents-md.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.00271 | $0.00271 |
| Opus 5 | $0.00135 | $0.00135 |
| Sonnet 5 | $0.00054 | $0.00054 |
| Haiku 4.5 | $0.00027 | $0.00027 |
Grade A, and why
vscode-unify-chat-provider 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 5d 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.
What it actually says
- Prohibit code that bypasses TypeScript's strict type checking, such as
as anyor@ts-ignore. - The project should use Vitest for unit tests and
@vscode/test-electronfor VS Code Extension Host end-to-end tests. After the test framework is added, runnpm testornpm run test:unitfor pure logic changes, and runnpm run test:e2efor changes involving VS Code APIs, commands, configuration wiring, or inline completion provider lifecycle. - For main-instance coordination compatibility, do not use the extension/package version as the compatibility boundary. Maintain a separate main-instance compatibility version for that mechanism, and only bump it when IPC/RPC message formats, shared state contracts, or leader/follower behavior become incompatible. Compatible extension releases should continue to interoperate even when their package versions differ.
- If you don't have a sufficient understanding of the specifications, please refer to the following official documents for more information:
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.
- 5d ago First seen · 8 lines · 271 tokens per session scan A dcfa11c37356
vscode-unify-chat-provider AGENTS.md is an instructions file published in the GitHub repository smallmain/vscode-unify-chat-provider (708 stars, last pushed 8d ago), licensed MIT. It adds 271 tokens to every session, about $0.0014 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
squad squad-routing-guard.instructions.md
Squad routing guard — explicit routing rules so the Copilot CLI routes tasks to the right Squad agent instead of handling them directly.
squad copilot-instructions.md
Copilot instructions for bradygaster/squad, covering copilot coding agent — squad instructions, ⚠️ identity lock — read this first, 🚦 route before you act — generic copilot sessions, adversarial input handling and team context.
apex-accelerator agent-skills.instructions.md
Guidelines for creating high-quality Agent Skills for GitHub Copilot.
apex-accelerator context-optimization.instructions.md
Context window optimization rules for agent definitions, skills, and instruction files.
apex-accelerator AGENTS.md
AGENTS.md instructions for jonathan-vella/apex-accelerator, covering apex, setup commands, clone the accelerator template and open in dev container, https://github.com/jonathan-vella/apex-accelerator and build & validation.
apex-accelerator no-interactive-shell.instructions.md
Prevents interactive shell prompts and long-output terminal replays from being injected into chat. Forbids -i flags on mv/rm/cp, read -p, and confirm prompts (incl. inside bash -c '...'). Pipe long output to files. Scoped to chat-context-loaded files; skill references/ and templates/ are exempt because they hold…