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/johnkueh/bq-analytics/claude-mdgit clone --depth 1 https://github.com/johnkueh/bq-analyticsWrote 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/johnkueh/bq-analytics/claude-md)<a href="https://agentmods.dev/instructions/johnkueh/bq-analytics/claude-md"><img src="https://agentmods.dev/badge/instructions/johnkueh/bq-analytics/claude-md.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.00287 | $0.00287 |
| Opus 5 | $0.00143 | $0.00143 |
| Sonnet 5 | $0.00057 | $0.00057 |
| Haiku 4.5 | $0.00029 | $0.00029 |
Grade A, and why
bq-analytics CLAUDE.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.
What it actually says
bq-analytics — Claude notes
Releases publish on tag push, NOT on branch push
.github/workflows/release.yml is gated on tags: ["v*"]. Pushing a
commit to main does not publish to npm. CI only runs when a
v* tag is pushed.
To ship a fix to npm:
pnpm release # patch (0.x.0 -> 0.x.1)
pnpm release minor # 0.x.0 -> 0.(x+1).0
pnpm release major # 1.0.0 -> 2.0.0
scripts/release.sh checks the working tree is clean, bumps the
version in package.json, commits as release: vX.Y.Z, creates an
annotated vX.Y.Z tag, and git push --follow-tags. The tag push is
what triggers the workflow → npm publish (OIDC trusted publisher,
no token needed).
If you push a fix to main without running pnpm release, it sits
on main unreleased. There is no auto-tagger.
Verify after release:
npm view bq-analytics version
gh -R johnkueh/bq-analytics run list --limit 3
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.
- 4d ago First seen · 32 lines · 287 tokens per session scan A fb5f7ca5b7d0
bq-analytics CLAUDE.md is an instructions file published in the GitHub repository johnkueh/bq-analytics (5 stars, last pushed 2mo ago), licensed MIT. It adds 287 tokens to every session, about $0.0014 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.
Other instructions, from other repositories
best-claude-hud AGENTS.md
Instructions for GaoSSR/best-claude-hud, covering project agent instructions and release work.
cetus AGENTS.md
Instructions for drewnekota/cetus, covering repository instructions and releases.
OpenMicro AGENTS.md
Instructions for stephenleo/OpenMicro, covering openmicro — project conventions and releases.
Shelly GEMINI.md
Gemini CLI instructions for RYOITABASHI/Shelly, covering shelly — gemini.md (for gemini cli), project overview, architecture (v6 — superset ui), gemini release status (2026-05-14) and key stores (zustand).
octowiz CLAUDE.md
Instructions for raelli/octowiz, covering octowiz, releasing & deploying, commands, agent skills and issue tracker.
yandex360-mcp CLAUDE.md
Claude Code instructions for pa1ch/yandex360-mcp, covering claude.md — гайд для ассистента, как устроен релиз (всё автоматически по тегу), процедура релиза (шаги ассистента), гарды and архитектура (кратко).