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/halaprix/bd-explore/gemini-mdgit clone --depth 1 https://github.com/halaprix/bd-exploreWhat 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.00345 | $0.00345 |
| Opus 5 | $0.00172 | $0.00172 |
| Sonnet 5 | $0.00069 | $0.00069 |
| Haiku 4.5 | $0.00034 | $0.00034 |
Grade A, and why
bd-explore GEMINI.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 today.
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
GEMINI.md - Gemini / Antigravity Guide for bd-explore
Overview
bd-explore is a zero-dependency CLI tool and MCP server enabling fast queries across beads issue stores. It acts like codegraph explore for issues: retrieving verbatim prose, author comments, close reasons, and relationship neighborhood graphs.
Context & Guidelines
Running Verification Tests
Run the full test suite with Python's built-in unittest:
PYTHONPATH=src python3 -m unittest discover tests -v
To run individual test modules:
PYTHONPATH=src python3 -m unittest tests.test_index
PYTHONPATH=src python3 -m unittest tests.test_search
PYTHONPATH=src python3 -m unittest tests.test_mcp
PYTHONPATH=src python3 -m unittest tests.test_installer
PYTHONPATH=src python3 -m unittest tests.test_cli
Structure
src/bd_explore/constants.py: Constants & defaults.src/bd_explore/index.py: Store resolution, SQLite FTS5 indexing, mention graph extraction, cache management.src/bd_explore/search.py: Query parsing, BM25 ranking, 1-hop neighborhood, transitive blast radius, output budget enforcement.src/bd_explore/mcp.py: Stdio JSON-RPC 2.0 MCP server.src/bd_explore/installer/: Multi-target platform configuration and beads memory injection.src/bd_explore/cli.py: Command routing and entrypoint.
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.
- today First seen · 35 lines · 345 tokens per session scan A f9db669ef4f3
bd-explore GEMINI.md is an instructions file published in the GitHub repository halaprix/bd-explore (0 stars, last pushed 13d ago), licensed MIT. It adds 345 tokens to every session, about $0.0017 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
markdown-vault-mcp AGENTS.md
Instructions for pvliesdonk/markdown-vault-mcp, covering markdown vault mcp, design, project structure, conventions and skills.
claude-mem-lite CLAUDE.md
Instructions for sdsrss/claude-mem-lite, covering claude-mem-lite, quick reference, health stack, architecture and where new code goes (audit 2026-08-22 p2-7).
AllBeads CLAUDE.md
Instructions for thrashr888/AllBeads, covering claude.md, project overview, what allbeads does, current state (v0.2.0) and rust development commands.
markdown-vault-mcp CLAUDE.md
Instructions for pvliesdonk/markdown-vault-mcp, a project described as: Generic markdown collection MCP server with FTS5 + semantic search, frontmatter-aware indexing, and incremental reindexing.
flow AGENTS.md
Instructions for cofin/flow: Flow is a toolkit for context-driven development. It has no flow executable; invoke the Flow skill or a /flow: command.
flow CLAUDE.md
Instructions for cofin/flow: Flow is a skill, not a CLI. In repositories with .agents/, invoke the Flow skill or a /flow: command.