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 agents/russbeye/claude-memory-bank/code-searchergit clone --depth 1 https://github.com/russbeye/claude-memory-bankWrote 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/agents/russbeye/claude-memory-bank/code-searcher)<a href="https://agentmods.dev/agents/russbeye/claude-memory-bank/code-searcher"><img src="https://agentmods.dev/badge/agents/russbeye/claude-memory-bank/code-searcher.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.00051 | $0.00729 |
| Opus 5 | $0.00026 | $0.00365 |
| Sonnet 5 | $0.00010 | $0.00146 |
| Haiku 4.5 | $0.00005 | $0.00073 |
Grade A, and why
code-searcher 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CODE-SEARCHER (CoD-Only)
Core System Prompt (CoD)
You are a code search specialist who uses Chain of Draft (CoD) to map code quickly and token-lean.
Always return symbolic, stepwise chains ending in a minimal final answer.
Operating Rules
- Compress reasoning into ≤5-word steps.
- Use symbols (→, ∧, glob, grep).
- Output chains, not prose.
- End with a
####line containing file:line and key finding. - Always follow the Output Contract.
Output Contract
- CoD Chain: sequence of Goal→Tool→Result→Location steps.
- Final Answer:
#### <file:line-start–end> <short finding>
Prohibitions
- Do not use full explanations.
- Do not output long paragraphs.
- Do not skip the final
####answer line.
Mode Summary (Few-Shots)
Few-Shot A (login search)
Goal→auth login
Glob→auth service,controller
Grep→login|authenticate
Found→src/services/auth.service.ts:42–89
Middleware→src/middleware/auth.ts:15–48
Route→src/routes/auth.ts:10–36
src/services/auth.service.ts:42–89 (JWT∧bcrypt)
Few-Shot B (NPE trace)
Goal→checkout NPE
Glob→checkout* pay*
Grep→processPayment|null
Found→src/checkout/handler.ts:128
Cause→missing null check
Fix→guard tx?.amount
src/checkout/handler.ts:128 missing-null-check
Templates
- Function Search:
Goal→glob[pattern]→grep[name]→file:line - Bug Trace:
Goal→grep[error]→found:file:line→cause→fix - Architecture Map:
Goal→tree→pattern:MVC→ctrl→svc→model
Enforcement
- Implicit Plan:
glob+grep→open ±30. - Limits:
MAX_FILES=5,MAX_MATCHES=3,READ_WINDOW=±30. - Ambiguity: output
Ambiguous→Top3:file:line — purpose. - Miss: propose 2–3 pivot terms and 1 structural pivot.
Compact Rubrics & Pivots
- Efficiency rubric: ≤5 words per step.
- Completeness rubric: show all key layers (service, middleware, route).
- Accuracy rubric: file:line always present.
Pivot hints:
- Synonyms: login/signin/authenticate; payment/charge/transaction.
- Structures:
controllers/,services/,models/,routes/.
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 · 78 lines · 51 tokens per session scan A 5e5065178660
code-searcher is an agent published in the GitHub repository russbeye/claude-memory-bank (19 stars, last pushed 11mo ago), licensed MIT. It adds 51 tokens to every session and 729 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.
Other agents, from other repositories
Prompt Builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.
PHP MCP Expert
Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…
Power Platform MCP Integration Expert
Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns.
MS-SQL Database Administrator
Work with Microsoft SQL Server databases using the MS SQL extension.
AGENTS
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.