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/wford26/bettrack/wiki-docsgit clone --depth 1 https://github.com/WFord26/BetTrackWrote 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/wford26/bettrack/wiki-docs)<a href="https://agentmods.dev/instructions/wford26/bettrack/wiki-docs"><img src="https://agentmods.dev/badge/instructions/wford26/bettrack/wiki-docs.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.00445 | $0.00445 |
| Opus 5 | $0.00222 | $0.00222 |
| Sonnet 5 | $0.00089 | $0.00089 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
BetTrack wiki-docs.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 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
Wiki Documentation Standards
Link Formats
Cross-page links — use filename with .md extension, no path prefix:
✅ [Quick Start](Quick-Start.md)
✅ [Database Guide](Database-Guide.md)
❌ [Quick Start](Quick-Start) ← missing .md
❌ [Quick Start](./Quick-Start.md) ← unnecessary prefix
❌ [Quick Start](/wiki/Quick-Start.md) ← absolute path
Anchor links — lowercase, hyphens for spaces, drop punctuation:
✅ [Core Models](#core-models)
✅ [Indexes & Performance](#indexes--performance)
✅ [Step 1: Setup](#step-1-setup)
Cross-page anchors — combine filename + anchor:
✅ [Game Model](Database-Guide.md#core-models)
Images — use raw GitHub CDN, never relative paths:
✅ 
❌ 
Page Structure
- Single
#for page title only ##for major sections,###for subsections- Table of Contents after intro paragraph (link to
##and###headings) - Horizontal rules (
---) between major sections - "Next Steps" or "See Also" section at the bottom
- All code blocks must specify a language
File Naming
Use Kebab-Case.md: Quick-Start.md, API-DOCUMENTATION.md, Database-Guide.md.
Repo References
- Repository:
WFord26/BetTrack(notSports-Odds-MCP, notyourusername) - GitHub URL:
https://github.com/WFord26/BetTrack
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 · 59 lines · 445 tokens per session scan A 4c05680eb16c
BetTrack wiki-docs.instructions.md is an instructions file published in the GitHub repository WFord26/BetTrack (14 stars, last pushed 14d ago), licensed MIT. It adds 445 tokens to every session, about $0.0022 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
Basecamp-MCP-Server CLAUDE.md
Instructions for georgeantonopoulos/Basecamp-MCP-Server, covering claude.md, development commands, setup (one-time) - requires python 3.10+, option 2: using pip (if python 3.10+ already installed) and oauth authentication.
aifolimizer CLAUDE.md
Instructions for tusharagg1/aifolimizer, covering aifolimizer - project context, session startup (read every new session), what this is, architecture and how to start.
gitee-mcp AGENTS.md
AGENTS.md instructions for sandraschi/gitee-mcp, covering gitee-mcp, reading order, directory map, entry points and key rules.
aifolimizer AGENTS.md
Instructions for tusharagg1/aifolimizer, covering aifolimizer - agent context, entry points, important folders, commands and backend (windows).
gitee-mcp CLAUDE.md
Claude Code instructions for sandraschi/gitee-mcp, covering gitee-mcp - agent instructions, commands and key facts.
gitee-mcp copilot-instructions.md
Copilot instructions for sandraschi/gitee-mcp, covering github copilot instructions - gitee-mcp and gitee mcp.