doc-location-finder

doc-location-finder is an agent for Claude Code from ihudak/ihudak-claude-plugins. It costs 76 tokens per session (2,049 once invoked), scanned A, original, MIT.

A read-only finder that recommends where new product documentation should be written in an existing documentation repository. It searches for suitable pages or sections but does not edit them.

In plain words
What is it for?
Choosing whether to extend an existing page, add a page to an existing section, or create a new documentation section.
Why use it?
It prevents new information from being placed in the wrong part of the docs or duplicated across several pages.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the docs-workflows plugin — 1 skill, 3 commands, 7 agents shipped together

Good fit Choosing whether to extend an existing page, add a page to an existing section, or create a new documentation section.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ihudak/ihudak-claude-plugins/doc-location-finder
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/ihudak/ihudak-claude-plugins

Made for: Claude Code.

Or install docs-workflows, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 7 agents.

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 doc-location-finder

README.md
[![agentmods](https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/doc-location-finder/github.svg)](https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/doc-location-finder)
Your own site
<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/doc-location-finder"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/doc-location-finder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for doc-location-finder

Your own site · 80×15
<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/doc-location-finder"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/doc-location-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,049 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.00076 $0.02049
Opus 5 $0.00038 $0.01025
Sonnet 5 $0.00015 $0.00410
Haiku 4.5 $0.00008 $0.00205

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

Security

Grade A, and why

doc-location-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 4d 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.

plugins/docs-workflows/agents/doc-location-finder.md · 85 lines

How it starts

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

Find target write location(s) for a feature's documentation inside a product docs repository. Returns a prioritised list; the caller (/document Phase 5.5) confirms each location with the user.

Not a writer — this agent never creates or edits files. Its output is consumed by doc-planner (Phase 5.7) and the main command's writer phase (Phase 6.3).

Inputs

repo_root:         <absolute path to docs repo root>
feature_summary:   <2–4 sentences from the folder read themes + PRD goal>
diff_highlights:   <optional: key filenames / code areas from diff-summarizer outputs to seed topical search>
profile:           <optional: the resolved docs profile; its spaces[] declare the repo's content roots, and its announcement_pages block declares hand-authored destinations>

Refuse to run without repo_root and a non-empty feature_summary.

profile is optional. When it is present, prefer its declared spaces[].content_root/snippet_root subtrees over roots you detected yourself — the profile is the repo's own statement of where documentation lives. When it is absent, fall back entirely to the step-1 detection heuristics.

Process

  1. Detect the docs tree root(s). Likely subdirectories include docs/, content/, site/, website/, handbook/, guide/ — whichever contain the majority of .md files with YAML frontmatter. Product docs repos often use product-flavoured names (e.g. a top-level directory per product variant); discover these by content-weight (file count × frontmatter presence) rather than by relying on a fixed list. If multiple plausible roots exist, score them all and rank candidates across roots. When a profile is supplied, reconcile the detected set with its spaces[].content_root (and snippet_root, when present): keep the declared roots and drop a detected root the profile does not declare — a repo that publishes its content roots has already answered this question. Every declared root stays in scope; a repo may declare one or several.

Read the full file on GitHub · 85 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. 4d ago Changed dc89b428a5d6
  2. 9d ago First seen · 85 lines · 76 tokens per session scan A 8538ca3efea7

Subscribe to this mod's changes

doc-location-finder is an agent published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed yesterday), licensed MIT. It adds 76 tokens to every session and 2,049 once invoked, about $0.0004 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.