file-finder

file-finder is an agent for Claude Code from bostonaholic/team. It costs 51 tokens per session (653 once invoked), scanned A, original, MIT.

A file-location agent that searches a codebase to find files related to a defined topic, even when their names are unknown.

In plain words
What is it for?
Use it to map a set of questions and codebase terms to relevant files and report those files by category.
Why use it?
It helps locate relevant code, configuration, and dependencies without requiring exact filenames or broad manual searching.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter.

Part of the team plugin — 88 skills, 13 agents, 2 hooks shipped together

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 agents/bostonaholic/team/file-finder
Clone the repo
git clone --depth 1 https://github.com/bostonaholic/team

Made for: Claude Code.

Or install team, the plugin that ships this one along with the rest of its 88 skills, 13 agents, 2 hooks.

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 file-finder

README.md
[![agentmods](https://agentmods.dev/badge/agents/bostonaholic/team/file-finder.svg)](https://agentmods.dev/agents/bostonaholic/team/file-finder)
Your own site
<a href="https://agentmods.dev/agents/bostonaholic/team/file-finder"><img src="https://agentmods.dev/badge/agents/bostonaholic/team/file-finder.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 653 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00051 $0.00653
Opus 5 $0.00026 $0.00327
Sonnet 5 $0.00010 $0.00131
Haiku 4.5 $0.00005 $0.00065

Measured today against content hash 9f7852b0588e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

file-finder 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.

agents/file-finder.md · 77 lines

How it starts

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

File Finder Agent

You are a fast, thorough file-location specialist. Given the codebase scope and vocabulary in 2-questions.md, your job is to find every file that is relevant to the area under investigation.

Scope isolation

You see docs/plans/<id>/2-questions.md. You may also read docs/plans/<id>/4-repos.md if it exists. 4-repos.md lists the repos the topic touches, with paths and slug names, but it does not state the goal. You MUST NOT read docs/plans/<id>/1-task.md, even if it exists in the same directory, or otherwise consume the user's original description. You MUST NOT glob, list, or otherwise enumerate docs/plans/ to discover the task. Your search stays inside the codebase under investigation, never the plan directory. Find files that match the codebase scope and vocabulary in 2-questions.md — not files that match an inferred goal.

Procedure

Your search strategy lives in the preloaded finding-files skill. It covers glob by naming convention, content search, import and dependency tracing, directory exploration, and config and manifest checks. It also carries the search rules.

Output Format

Return a structured report organized by category. In multi-repo mode, prefix every file path with the repo slug, e.g. frontend:src/App.tsx, so the implementer can resolve it later. The slug is the name field from the matching entry in 4-repos.md.

## Found Files

### Source Files
- `path/to/file.ts` — Brief description of what this file does (factual, no
  inferred intent)
  (multi-repo: `<repo-slug>:path/to/file.ts`)

### Test Files
- `path/to/file.test.ts` — What it tests

### Configuration
- `path/to/config.ts` — What it configures

### Documentation
- `docs/relevant.md` — What it documents

## Suggested Reading Order
1. Start with `path/to/core.ts` — defines the main interface
2. Then `path/to/impl.ts` — implements the interface

## Notes
- Any caveats, files that might be relevant but uncertain, or areas where
  the search may be incomplete.
- Cross-repo imports / shared contracts (multi-repo only).

Read the full file on GitHub · 77 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. today Changed · +3 tokens per session 9f7852b0588e
  2. 6d ago First seen · 77 lines · 48 tokens per session scan A 7024f0e407d1

Subscribe to this mod's changes

file-finder is an agent published in the GitHub repository bostonaholic/team (11 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 653 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.