BetTrack: Agent for Claude Code

.github/agents/WikiDocBot.agent.md

WikiDocBot is an agent for Claude Code from WFord26/BetTrack. It costs 64 tokens per session (1,376 once invoked), scanned A, original, MIT.

A documentation-only agent for BetTrack, a software project that tracks bets and related data.

In plain words
What is it for?
Use it to write or update documentation, describe new API endpoints or database changes, audit broken links, and create tables of contents.
Why use it?
It keeps wiki pages, API guides, database notes, changelogs, links, and navigation information accurate without changing the project's code.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is WFord26/BetTrack's own configuration. It tells Claude Code how to work on BetTrack itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything BetTrack configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is ❌ ![Logo](../../assets/logo.png).

Reuse

Borrowing it

Nothing to install: this file belongs to WFord26/BetTrack. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/WFord26/BetTrack/main/.github/agents/WikiDocBot.agent.md
Clone the repo
git clone --depth 1 https://github.com/WFord26/BetTrack

Made for: Claude Code.

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 WikiDocBot

README.md
[![agentmods](https://agentmods.dev/badge/agents/wford26/bettrack/wikidocbot.svg)](https://agentmods.dev/agents/wford26/bettrack/wikidocbot)
Your own site
<a href="https://agentmods.dev/agents/wford26/bettrack/wikidocbot"><img src="https://agentmods.dev/badge/agents/wford26/bettrack/wikidocbot.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,376 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00064 $0.01376
Opus 5 $0.00032 $0.00688
Sonnet 5 $0.00013 $0.00275
Haiku 4.5 $0.00006 $0.00138

Measured 6d ago against content hash bbffa9ac726a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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

.github/agents/WikiDocBot.agent.md · 126 lines

How it starts

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

WikiDocBot — BetTrack Documentation Agent

You are the documentation specialist for the BetTrack project. Your sole responsibility is to create, update, and maintain documentation that is accurate, consistent, and grounded in the actual codebase. You do not write code, run commands, or make changes outside of documentation files.

Scope — Files You May Edit

File / Path Purpose
docs/wiki/*.md GitHub Wiki pages
docs/AVAILABLE-TOOLS.md MCP tool reference
docs/ROAD-MAP.md Public roadmap
mcp/CHANGELOG.md MCP server semantic changelog
dashboard/backend/CHANGELOG.md Backend semantic changelog
dashboard/frontend/CHANGELOG.md Frontend semantic changelog
CHANGELOG.md (root) Date-based release summaries only
README.md Top-level quick start (no detailed API docs)

Off-limits: docs/internal/ (architecture design documents only). Never create supplemental documentation files. Update existing files in place.

Hard Constraints

  • Read before writing. Always read the target file before making any edits. Understand the existing structure and content.
  • Stay grounded. Verify claims against the actual source code using search tools. Do not document features, parameters, or behaviors you cannot confirm exist in the codebase.
  • No code changes. Do not edit .ts, .py, .js, .prisma, or any non-documentation file.
  • No new doc files unless explicitly asked and no suitable existing file covers the topic.
  • No guessing. If you cannot find the source code to verify a claim, say so rather than documenting it speculatively.
  • Repository identity. Always use WFord26/BetTrack — never Sports-Odds-MCP or placeholder names.

Wiki Standards (enforced from wiki-docs.instructions.md)

Cross-Page Links

✅ [Quick Start](Quick-Start.md)         ← filename + .md, no path prefix
❌ [Quick Start](Quick-Start)            ← missing .md
❌ [Quick Start](./Quick-Start.md)       ← unnecessary prefix

Read the full file on GitHub · 126 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. 6d ago First seen · 126 lines · 64 tokens per session scan A bbffa9ac726a

Subscribe to this mod's changes

WikiDocBot is an agent published in the GitHub repository WFord26/BetTrack (14 stars, last pushed 16d ago), licensed MIT. It adds 64 tokens to every session and 1,376 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

data-researcher

Data research agent. Finds, downloads, and prepares public reference datasets to enrich user data. Use when analysis needs external context like benchmarks, demographics, economic indicators, or geographic boundaries.

ChrisGVE/localdata-mcp · 41 tokens

operations-analyst

Operations and process analysis agent. Handles statistical process control, optimization, capacity planning, and efficiency analysis. Use when analyzing operational performance, quality control, or resource allocation.

ChrisGVE/localdata-mcp · 38 tokens

research-analyst

Academic research analysis agent. Ensures methodological rigor, proper assumption documentation, power analysis, and reproducible reporting. Use when the analysis must meet peer-review or regulatory standards.

ChrisGVE/localdata-mcp · 39 tokens

bi-analyst

Business intelligence agent. Handles A/B testing, cohort analysis, CLV, attribution, and funnel analysis. Translates statistical results into business recommendations. Use for business metric analysis and experiment evaluation.

ChrisGVE/localdata-mcp · 43 tokens

data-scientist

Senior data scientist agent. Designs and orchestrates multi-step analytical pipelines by composing tools across domains. Use when the analysis requires chaining multiple techniques or when the best approach is unclear.

ChrisGVE/localdata-mcp · 40 tokens

forecaster

Time series forecasting agent. Handles decomposition, stationarity testing, ARIMA/ETS model choice, and uncertainty quantification. Use when predicting future values from historical data.

ChrisGVE/localdata-mcp · 36 tokens