llm-router copilot-instructions.md

llm-router copilot-instructions.md is an instructions file for GitHub Copilot from ypollak2/llm-router. It costs 850 tokens per session, scanned A, original, MIT.

Routing instructions for an LLM router used with Visual Studio Code and GitHub Copilot. They map tasks such as questions, research, writing, analysis, and code generation to different language-model tools.

In plain words
What is it for?
Use them when configuring Copilot’s workspace instructions or deciding whether a task should go to a query, research, writing, analysis, coding, or automatic-routing tool.
Why use it?
They help choose an appropriate model or tool for each task and track the resulting token or cost savings.

Instructions file for GitHub Copilot

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/ypollak2/llm-router/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/ypollak2/llm-router

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for llm-router copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ypollak2/llm-router/copilot-instructions.svg)](https://agentmods.dev/instructions/ypollak2/llm-router/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/ypollak2/llm-router/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/ypollak2/llm-router/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 850 This file is loaded in full into every session.
When invoked 850 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.00850 $0.00850
Opus 5 $0.00425 $0.00425
Sonnet 5 $0.00170 $0.00170
Haiku 4.5 $0.00085 $0.00085

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

Security

Grade A, and why

llm-router copilot-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 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.

.github/copilot-instructions.md · 92 lines

How it starts

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

LLM Router — VS Code / GitHub Copilot Routing Rules

These rules apply when using llm-router MCP tools inside VS Code with GitHub Copilot. VS Code loads MCP servers from .vscode/mcp.json (workspace) or the user mcp.json. Use llm_auto for routing + cross-session savings tracking.


How to Route

VS Code loads MCP servers on startup. Once llm-router is registered, call tools by name:

Rule: for research/generate/code/analyze tasks → call llm_auto(prompt=<the task>)

Add to .github/copilot-instructions.md for workspace-level routing guidance:

When a task requires live web search, call the llm_research MCP tool.
For code generation or complex analysis, call llm_code or llm_analyze.
For auto-routing with savings tracking, call llm_auto.

Task Type → Tool Mapping

Task Tool Notes
Simple factual question llm_query Gemini Flash / Groq
Research / current events llm_research Perplexity (web-grounded)
Writing / content llm_generate Gemini Flash / Haiku
Deep analysis llm_analyze GPT-4o / Gemini Pro
Code generation llm_code Ollama → Codex → o3
Unknown / auto-detect llm_auto Classifies + routes

Savings Visibility

Run llm_savings in Copilot Chat to see cross-session totals.


Token-Efficient Responses

Skip preamble. Lead with result. Fragments fine when meaning is clear. No trailing summaries. ≥3 items → bullets. Never restate the user's request.

LLM Router — VS Code / GitHub Copilot Routing Rules

LLM Router routes each task to the cheapest capable model before Copilot generates its own response. Call the appropriate tool BEFORE answering.

Pull routing: Copilot uses pull routing — YOU must call the tool. The tool returns the response; relay it verbatim. Requires VS Code ≥ 1.99 in agent mode.

Task Type → Tool Mapping

Task Tool Notes
Simple factual question llm(task="query") Ollama → Gemini Flash → GPT-4o-mini
Research / current events llm(task="research") Perplexity (web-grounded)
Writing / content llm(task="generate") Gemini Flash → Haiku
Deep analysis / review llm(task="analyze") Ollama → GPT-4o
Code generation / refactor llm(task="code") Ollama → Codex → o3
Deep reasoning / proofs llm(task="analyze") Extended-thinking model
Unknown / auto-detect llm_auto Classifies + routes automatically

Read the full file on GitHub · 92 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 Changed a06392337fc0
  2. 5d ago First seen · 92 lines · 850 tokens per session scan A 151e3cbe067f

Subscribe to this mod's changes

llm-router copilot-instructions.md is an instructions file published in the GitHub repository ypollak2/llm-router (77 stars, last pushed today), licensed MIT. It adds 850 tokens to every session, about $0.0042 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.