opencodehub AGENTS.md

Repository instructions for OpenCodeHub, a tool that indexes code and maps relationships between symbols, changes, and findings.

In plain words
What is it for?
Use them when exploring a supported codebase, checking a change’s impact, reviewing findings, or querying repository history.
Why use it?
They tell agents which indexed search and analysis tools to prefer and how to keep the index current.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/theagenticguy/opencodehub/agents-md
Clone the repo
git clone --depth 1 https://github.com/theagenticguy/opencodehub

Made for: Codex, OpenCode.

Per session 1,262 This file is loaded in full into every session.
When invoked 1,262 The same file — it is already loaded in full.
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 $0.01262 $0.01262
Opus 5 $0.00631 $0.00631
Sonnet 5 $0.00252 $0.00252
Haiku 4.5 $0.00126 $0.00126

Measured yesterday against content hash b822a5381991, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

opencodehub AGENTS.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 yesterday.

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.

AGENTS.md · 105 lines

How it starts

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

OpenCodeHub MCP Tools

This repository has been indexed by OpenCodeHub. When you are working in this codebase, prefer the following MCP tools over raw file search — they return graph-aware results grouped by execution flow and include blast-radius risk tiers.

  • list_repos — enumerate repos currently indexed on this machine.
  • query — hybrid BM25 + vector search over symbols, grouped by process.
  • context — inbound/outbound refs and participating flows for one symbol.
  • impact — dependents of a target up to a configurable depth, with a risk tier.
  • detect_changes — map an uncommitted or committed diff to affected symbols.
  • list_findings — browse SARIF findings from the latest scan by severity and rule.
  • sql — read-only SQL against the local temporal store (cochanges + symbol_summaries), 5 s timeout; the node/edge graph is queried via the typed tools or Cypher via the MCP sql tool.

Run codehub analyze after pulling new commits so the index stays aligned with the working tree. codehub status reports staleness.

Full MCP surface

The full MCP surface is 29 tools (see packages/mcp/src/server.ts); the 6 listed above are the high-frequency exploration tools. For the full inventory, use the /opencodehub-guide skill.

AMBIGUOUS_REPO

When two or more repos are indexed on this machine, per-repo tools require an explicit repo: (or the repo_uri: alias — a Sourcegraph-style URI such as github.com/org/repo, or local:<hash> for unpublished repos) and return AMBIGUOUS_REPO otherwise. The error envelope carries a structured _meta payload on structuredContent.error: { error_code: "AMBIGUOUS_REPO", jsonrpc_code: -32602, choices: [ { repo_uri, default_branch, group } ] (capped at 10), total_matches, hint } — so the calling agent can retry deterministically with a single repo_uri from choices. When total_matches > choices.length, the caller knows the list was truncated.

Read the full file on GitHub · 105 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. yesterday First seen · 105 lines · 1,262 tokens per session scan A b822a5381991

Subscribe to this mod's changes

opencodehub AGENTS.md is an instructions file published in the GitHub repository theagenticguy/opencodehub (3 stars, last pushed 20d ago), licensed Apache-2.0. It adds 1,262 tokens to every session, about $0.0063 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.

Related

Other instructions, from other repositories