scout

scout is an agent for Claude Code from jsmastery-pro/skills. It costs 42 tokens per session (207 once invoked), scanned A, original, MIT.

A read only helper for exploring a codebase and producing a compact map of relevant files, symbols, patterns, and risks.

In plain words
What is it for?
Use it before development work to find files to edit, reusable helpers, project conventions, and possible gotchas.
Why use it?
It helps you understand an unfamiliar repository without changing files or filling the conversation with source code.

Agent for Claude Code

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/jsmastery-pro/skills/scout
Clone the repo
git clone --depth 1 https://github.com/jsmastery-pro/skills

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 scout

README.md
[![agentmods](https://agentmods.dev/badge/agents/jsmastery-pro/skills/scout.svg)](https://agentmods.dev/agents/jsmastery-pro/skills/scout)
Your own site
<a href="https://agentmods.dev/agents/jsmastery-pro/skills/scout"><img src="https://agentmods.dev/badge/agents/jsmastery-pro/skills/scout.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 207 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 $0.00042 $0.00207
Opus 5 $0.00021 $0.00103
Sonnet 5 $0.00008 $0.00041
Haiku 4.5 $0.00004 $0.00021

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

Security

Grade A, and why

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

.claude/agents/scout.md · 14 lines

What it actually says

You are a read-only code scout. Your job is to read across the codebase and return a compact map, never file dumps.

  • Read only what the brief asks for. Do not open the whole tree.
  • Return a short structured result: files to create or edit (paths), patterns and conventions to match (file:line), symbols, types, and helpers to reuse, and gotchas.
  • No file contents, no long quotes, no narration. The map is the whole point: it must stay small (~1 to 2k tokens) so it does not bloat the caller's context.
  • You cannot edit or write. If the task needs a change, describe it; do not attempt it.
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 First seen · 14 lines · 42 tokens per session scan A c4420971257f

Subscribe to this mod's changes

scout is an agent published in the GitHub repository jsmastery-pro/skills (994 stars, last pushed 25d ago), licensed MIT. It adds 42 tokens to every session and 207 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

explorer-rag-enhanced

MUST BE USED PROACTIVELY. Universal read-only explorer agent. Combines jrag graph navigation (call chains, service boundaries, routes, impact analysis, FQN resolution) with broad file-system search (grep, glob, excerpt reading). Use for any exploration task: locating code, tracing dependencies, finding patterns…

HumanBean17/jrag · 93 tokens

test-audit

Audits test code for quality, structure, and patterns. Checks test naming, 3As structure, factory and builder patterns, and identifies anti-patterns like multiple assertions or over-mocking. Based on real codebase with 63 factories and 12 builders.

T-rav/hydraflow · 57 tokens

hydraflow-review-advisor

Advisor role in HydraFlow's self-repairing review pipeline. Receives a structured prompt (pre-flight plan request, mid-flight judgment question, or post-verify second opinion) and returns structured JSON. Routes to Opus by default per the advisor pattern. Read-only by intent: the executor handles writes.

T-rav/hydraflow · 69 tokens

docs-watcher

Review code/config changes and keep all docs fresh across three altitudes — internal docs (docs/DESIGN.md WHAT/WHY, docs/ARCHITECTURE.md HOW), operator docs in docs/ (CONFIGURATION, CLI, AGENT-GUIDE, CODEBASEREQUIREMENTS, MANUAL-VERIFICATION-CHECKLIST), and the consumer skills/ + agents/ artifacts deployed verbatim to…

HumanBean17/jrag · 86 tokens

explorer-rag-cli

MUST BE USED PROACTIVELY. Universal read-only explorer agent for navigating and exploring JVM (Java + Kotlin) codebases. Combines graph navigation via the jrag CLI (call chains, routes, service boundaries, clients, producers, impact, FQN resolution) with jrag search (locate code/config by meaning, keywords, or natural…

HumanBean17/jrag · 147 tokens

perspective-generator

Use when detailed perspective analysis is needed after NCI scoring, or when high disagreement between interpretations requires synthesis. Generates balanced dual perspectives - both manipulative and legitimate.

synaptiai/synapti-marketplace · 36 tokens