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/rohansx/agidb/claude-mdgit clone --depth 1 https://github.com/rohansx/agidbWrote 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/rohansx/agidb/claude-md)<a href="https://agentmods.dev/instructions/rohansx/agidb/claude-md"><img src="https://agentmods.dev/badge/instructions/rohansx/agidb/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.1 | $0.01008 | $0.01008 |
| Opus 5 | $0.00504 | $0.00504 |
| Sonnet 5 | $0.00202 | $0.00202 |
| Haiku 4.5 | $0.00101 | $0.00101 |
Grade A, and why
agidb 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 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.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
agidb — Claude Code instructions
agidb is a cognitive substrate for autonomous AI agents — content-addressable hyperdimensional memory with first-class goals and beliefs, bi-temporal supersession, sleep-like consolidation, and a non-destructive unlearn primitive. Rust top to bottom, single binary, no query language. See
README.mdfor the user-facing pitch,docs/README.mdfor the doc tree, and.specify/memory/constitution.mdfor the immutable principles.
Naming
agidb was formerly sochdb v1 (see ADR-0003). The crate rename is complete: all workspace crates are agidb-* (agidb-core, agidb-extract, …) and the error type is AgidbError. The local checkout directory may still be named sochdb — that is cosmetic and affects nothing.
Before changing anything
- Read the relevant phase doc in
docs/phases/— code changes outside the current phase need a justification. - Read
docs/spec/constitution.md— violations require an ADR indocs/adr/. - Read the relevant architecture layer in
docs/architecture/before touching layer 1, 2, or 3 code.
Agent skills
Issue tracker
Issues for agidb live as GitHub issues at github.com/agidb/agidb (transitional: local markdown under .scratch/ until the remote is configured — the agidb org is created in the pre-week-0 rebrand). See docs/agents/issue-tracker.md.
Triage labels
Default five-role vocabulary: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See docs/agents/triage-labels.md.
Domain docs
Single-context layout — one CONTEXT.md + docs/adr/ at the repo root, plus the spec-kit constitution at .specify/memory/constitution.md. See docs/agents/domain.md.
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 · 58 lines · 1,008 tokens per session scan A 56f78a75e8f3
agidb CLAUDE.md is an instructions file published in the GitHub repository rohansx/agidb (7 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,008 tokens to every session, about $0.0050 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
mentedb copilot-instructions.md
Copilot instructions for nambok/mentedb, covering mentedb development instructions, project overview, workspace structure, build, test, and lint and key types.
altk-evolve AGENTS.md
AGENTS.md instructions for AgentToolkit/altk-evolve, covering what is evolve?, key concepts, architecture flow, project directory tree (some files omitted for brevity) and first time setup.
neurodivergent-memory copilot-instructions.md
Copilot instructions for jmeyer1980/neurodivergent-memory, covering neurodivergent-memory — agent bootstrap instructions, what this server is, canonical tag schema, districts and available mcp tools (quick reference).
context-m AGENTS.md
AGENTS.md instructions for ssmurfgg04-gif/context-m, covering agents.md, project overview, build and test commands, code style and testing instructions.
plur CLAUDE.md
Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
engraphis AGENTS.md
AGENTS.md instructions for Coding-Dev-Tools/engraphis, covering agents.md — engraphis, internal subagent delegation, 0. read this first — two architectures live in one package, 1. commands and ── unified dashboard + memory inspector ──.