context-router AGENTS.md

context-router AGENTS.md is an instructions file for Codex, OpenCode from jiayong1008/context-router. It costs 96 tokens per session, scanned A, original, MIT.

A pointer file that tells AI tools to read CLAUDE.md for the actual project instructions. It exists because some tools look for AGENTS.md while the repository keeps its rules in CLAUDE.md.

In plain words
What is it for?
Use it in a project that uses CLAUDE.md as its source of truth but also needs compatibility with tools that search for AGENTS.md.
Why use it?
It avoids maintaining two copies of the same rules, which could become inconsistent. Tools therefore have one entry point to the real instruction system.

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/jiayong1008/context-router/agents-md
Clone the repo
git clone --depth 1 https://github.com/jiayong1008/context-router

Made for: Codex, OpenCode.

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 context-router AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jiayong1008/context-router/agents-md.svg)](https://agentmods.dev/instructions/jiayong1008/context-router/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/jiayong1008/context-router/agents-md"><img src="https://agentmods.dev/badge/instructions/jiayong1008/context-router/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 This file is loaded in full into every session.
When invoked 96 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.00096 $0.00096
Opus 5 $0.00048 $0.00048
Sonnet 5 $0.00019 $0.00019
Haiku 4.5 $0.00010 $0.00010

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

Security

Grade A, and why

context-router 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 4d 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 · 8 lines

What it actually says

AGENTS.md

Read CLAUDE.md — that's where the real instruction system lives (rules, routing map, memory, pruning).

This file exists only so agent tools that look for AGENTS.md instead of CLAUDE.md find an entry point at the vault root.

Don't duplicate the rules here. Two copies drift apart, and then the answer you get depends on which tool you opened. One source of truth, one pointer.

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. 4d ago First seen · 8 lines · 96 tokens per session scan A 80e1e7eb309b

Subscribe to this mod's changes

context-router AGENTS.md is an instructions file published in the GitHub repository jiayong1008/context-router (2 stars, last pushed 8d ago), licensed MIT. It adds 96 tokens to every session, about $0.0005 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-31.

Related

Other instructions, from other repositories

awesome-second-brain CLAUDE.md

Claude Code instructions for superuser-pal/awesome-second-brain, covering awesome second brain, rules, skills & capabilities, prompts & strategies and custom slash commands.

superuser-pal/awesome-second-brain · 2,653 tokens

shared-vault-template CLAUDE.md

Instructions for nikmcfly/shared-vault-template, covering instructions for claude, who we are, who's talking, where things live and note conventions.

nikmcfly/shared-vault-template · 1,023 tokens

SECOND-BRAIN CLAUDE.md

Claude Code instructions for ericediger/SECOND-BRAIN, covering second brain, tech stack, project structure, api routes and obsidian file conventions.

ericediger/SECOND-BRAIN · 1,427 tokens

obsidian-mind CLAUDE.md

Claude Code instructions for breferrari/obsidian-mind, covering obsidian mind, skills & capabilities, custom slash commands, vault structure and obsidian cli.

breferrari/obsidian-mind · 9,405 tokens

obsidian-mind AGENTS.md

AGENTS.md instructions for breferrari/obsidian-mind, covering obsidian mind, hooks, commands, memory and reaching this vault from another repo.

breferrari/obsidian-mind · 1,145 tokens

openwebui-extensions copilot-instructions.md

Copilot instructions for Fu-Jie/openwebui-extensions, covering copilot instructions for openwebui-extensions, 🏗️ 项目结构与命名 (project structure & naming), 1. 语言与代码规范 (language & code requirements), 2. 插件目录结构 (plugin directory structure) and 3. 文档字符串规范 (docstring standard).

Fu-Jie/openwebui-extensions · 11,860 tokens