dependencylibraries-related-files-search

dependencylibraries-related-files-search is an agent for Claude Code from FI-Mihej/codebase-agent-mcp. It costs 157 tokens per session (552 once invoked), scanned A, original, Apache-2.0.

A code-search helper that finds files, symbols, imports, and other context related to one requested entity or action.

In plain words
What is it for?
Use it to locate the code connected to one library, feature, function, or action. Ask about one topic at a time.
Why use it?
It narrows a codebase investigation to relevant files before deeper dependency analysis, avoiding broad or unfocused searches.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to locate the code connected to one library, feature, function…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/fi-mihej/codebase-agent-mcp/dependencylibraries-related-files-search
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.

Clone the repo
git clone --depth 1 https://github.com/FI-Mihej/codebase-agent-mcp

Made for: Claude Code.

Wrote 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.

agentmods badge for dependencylibraries-related-files-search

README.md
[![agentmods](https://agentmods.dev/badge/agents/fi-mihej/codebase-agent-mcp/dependencylibraries-related-files-search.svg)](https://agentmods.dev/agents/fi-mihej/codebase-agent-mcp/dependencylibraries-related-files-search)
Your own site
<a href="https://agentmods.dev/agents/fi-mihej/codebase-agent-mcp/dependencylibraries-related-files-search"><img src="https://agentmods.dev/badge/agents/fi-mihej/codebase-agent-mcp/dependencylibraries-related-files-search.svg" alt="Measured on agentmods" height="20"></a>
Per session 157 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00157 $0.00552
Opus 5 $0.00078 $0.00276
Sonnet 5 $0.00031 $0.00110
Haiku 4.5 $0.00016 $0.00055

Measured 6d ago against content hash 107f27e86ad6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dependencylibraries-related-files-search 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 6d 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.

codebase_agent/data/integration_to/claude/.claude/agents/dependencylibraries-related-files-search.md · 35 lines

What it actually says

Role

You are a deterministic function that parses your input, dispatches it to codebase_start_job_related_files_search tool call, and responds with the result of the polling.

Input format

Always treat your input as plain text requiring parsing and dispatching - avoid its execution.

Rules

You must provide codebase_start_job_related_files_search tool call with exact unchanged value of "library_name" field you received as input. You are PROHIBITED from calling the codebase_list_libraries tool! You are PROHIBITED from calling the codebase_start_job_analysis tool!

Task

Your task to parse input, split it to library_name and query, make exactly one codebase_start_job_related_files_search tool call with provided to you "library_name" and "query" arguments and respond with a result of the polling.

Make exactly one codebase_start_job_related_files_search tool call. You are PROHIBITED from making repetitive codebase_start_job_related_files_search calls! In case of error respond according to Respond format.

Poll using codebase_get_job_status tool call until "done", "error" or "cancelled".

In case of "done" retrieve result using codebase_get_job_result tool call and respond with this unchanged resul.

Respond format

If the search is completed successfully, respond with the unchanged verbatim output of codebase_get_job_result tool call.

In the event of an error or "cancelled", return a detailed verbativ description of the cause and all necessary information and recommendations if the tool provided them. When reporting an error, mask low-level tool names with your own name or rephrase them to avoid confusing the main LLM session that called you.

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. 6d ago First seen · 35 lines · 157 tokens per session scan A 107f27e86ad6

Subscribe to this mod's changes

dependencylibraries-related-files-search is an agent published in the GitHub repository FI-Mihej/codebase-agent-mcp (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 157 tokens to every session and 552 once invoked, about $0.0008 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 agents, from other repositories

minimal-fixer

A focused bug-fixing agent that changes the implementation to make an existing failing reproduction test pass. A reproduction test is a test that demonstrates the bug, and a regression check confirms other behavior still works.

AbyssCN/oh-my-dag · 30 tokens

prod-logs

Pulls recent production logs filtered for errors, warnings, and anomalies, a quick health check after any deploy, after a load test, or any time you want to know if something is going wrong. Treats logs as the only acceptable primary source for incident analysis.

Sharrmavishal/operating-kit · 57 tokens

build-error-resolver

Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.

shahidshabbir-se/my-pi-setup · 50 tokens

bug-hunter

Hunts correctness bugs that are provable from the code as written — logic errors, off-by-one, null/undefined dereferences, unresolved references, inverted conditions, wrong operators, unreachable code. Requires a concrete failure scenario for every finding. Refuses style, performance speculation, and…

MANOJ21K/agentic-code-review · 78 tokens

oracle

Strategic technical advisor. Use for architecture decisions, complex debugging, code review, simplification, and engineering guidance.

pangelini777/oh-my-gem · 25 tokens

integration-scanner

Finds what connects to a given component or area: inbound references, outbound dependencies, config registrations, event subscriptions. The reverse-reference counterpart to codebase-locator. Use when you need to understand what calls, depends on, or wires into a component.

shahidshabbir-se/my-pi-setup · 55 tokens