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 skills/bgreenwell/dotagents/validate-context-routesnpx skills add bgreenwell/dotagents --skill validate-context-routesgit clone --depth 1 https://github.com/bgreenwell/dotagentsWrote 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/skills/bgreenwell/dotagents/validate-context-routes)<a href="https://agentmods.dev/skills/bgreenwell/dotagents/validate-context-routes"><img src="https://agentmods.dev/badge/skills/bgreenwell/dotagents/validate-context-routes.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.00044 | $0.00139 |
| Opus 5 | $0.00022 | $0.00069 |
| Sonnet 5 | $0.00009 | $0.00028 |
| Haiku 4.5 | $0.00004 | $0.00014 |
Grade A, and why
validate-context-routes 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.
What it actually says
Validate context routes
Run the bundled validator from the project root:
.agents/skills/validate-context-routes/scripts/validate.sh
Pass another project root as the first argument when needed.
Review every reported missing path. Treat dynamic paths, globs, URLs, and references without backticks as requiring manual review because the script validates only literal project-relative paths enclosed in backticks.
Do not modify files during validation.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 19 lines · 44 tokens per session scan A bc69ebb47858
validate-context-routes is a skill published in the GitHub repository bgreenwell/dotagents (87 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 139 once invoked, about $0.0002 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 skills, from other repositories
synap
Add persistent, structured long-term memory to AI agents using Maximem Synap. Use this skill whenever the user is building, debugging, or evaluating an AI agent and mentions any of: "memory", "long-term memory", "persistent memory", "agent memory", "remember across sessions", "context window", "agent forgets", "user…
synap
Add persistent, structured long-term memory to AI agents using Maximem Synap. Use this skill whenever the user is building, debugging, or evaluating an AI agent and mentions any of: "memory", "long-term memory", "persistent memory", "agent memory", "remember across sessions", "context window", "agent forgets", "user…
acontext-installer
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
save-context
Use this skill at milestone handoff, session close, or when the user asks Atlas to preserve state.
chroma-hybrid-search
Local hybrid retrieval (BM25 + ChromaDB vector + BGE-Reranker) over /.deep-memory hot and cold stores. Use when high-accuracy code/solution retrieval is needed and hallucination must be minimized. Typically invoked by deep-memory.
error-log
Apply when learning from a mistake. Central memory of past errors and derived rules; consult before logging a new error to avoid duplicates.