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 instructions/florianbruniaux/node-dep-scope/claude-mdgit clone --depth 1 https://github.com/FlorianBruniaux/node-dep-scopeWrote 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/instructions/florianbruniaux/node-dep-scope/claude-md)<a href="https://agentmods.dev/instructions/florianbruniaux/node-dep-scope/claude-md"><img src="https://agentmods.dev/badge/instructions/florianbruniaux/node-dep-scope/claude-md.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 | $0.03918 | $0.03918 |
| Opus 5 | $0.01959 | $0.01959 |
| Sonnet 5 | $0.00784 | $0.00784 |
| Haiku 4.5 | $0.00392 | $0.00392 |
Grade A, and why
node-dep-scope CLAUDE.md scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
│ │ └── axios.ts # Hand-crafted template (8 symbols: get, post, put, interceptors...) How it starts
The opening of the file, as written. The whole thing — 349 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
dep-scope is a granular dependency analyzer for TypeScript/JavaScript projects. Unlike Knip or Depcheck (binary used/unused), it provides symbol-level analysis: which symbols from each dependency are used, usage percentages, native alternatives, duplicate detection, and peer dependency identification.
V2 feature: dep-scope migrate generates LLM-ready markdown migration prompts for dependencies that can be removed. Run without arguments to auto-detect all candidates; pass a package name to target one. Prompts are context-aware (TypeScript target, framework, file locations) and ready to pipe into Claude Code.
e18e integration: 169 packages from the e18e module-replacements project are embedded statically in src/rules/e18e-data.ts. Any import from a recognized micro-utility or polyfill package (e.g. has-flag, left-pad, array-includes, object-assign) is automatically flagged as RECODE_NATIVE with the native replacement shown. Total packages with alternatives: 195.
Commands
npm run build # Compile TypeScript to dist/
npm run dev # Watch mode compilation
node dist/cli/index.js --help # Run CLI directly
# CLI usage
dep-scope init # Interactive wizard: detect project + generate config
dep-scope init --yes # Non-interactive: write defaults (CI-safe)
dep-scope scan # Scan all dependencies
dep-scope scan --root # Scan full project root (scripts/, tools/, bin/, etc.)
dep-scope scan --check-duplicates # Include duplicate detection
dep-scope analyze <package> # Analyze specific package
dep-scope analyze <package> --root # Analyze with full project scan scope
dep-scope duplicates # Find duplicate libraries
dep-scope report -p /path -o ./audit.md # Generate full report
dep-scope migrate # Auto-detect + generate migration prompts
dep-scope migrate <package> # Generate migration prompt for one package
dep-scope migrate --dry-run # Preview without writing files
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.
- 3d ago First seen · 349 lines · 3,918 tokens per session scan A 35abc17c7383
node-dep-scope CLAUDE.md is an instructions file published in the GitHub repository FlorianBruniaux/node-dep-scope (19 stars, last pushed 4mo ago), licensed MIT. It adds 3,918 tokens to every session, about $0.0196 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.
qiankun AGENTS.md
Instructions for umijs/qiankun, covering qiankun project knowledge base, structure, architecture (big picture), commands and build (vite 8 → package javascript; tsc → declarations).
joint CLAUDE.md
Instructions for clientIO/joint, covering claude.md, project overview, common commands, install dependencies and build distribution files (runs grunt).
qiankun CLAUDE.md
Instructions for umijs/qiankun: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
ai AGENTS.md
AGENTS.md instructions for vercel/ai, covering agents.md, project overview, repository structure, key directories and core package dependencies.
Claw3D AGENTS.md
Instructions for iamlukethedev/Claw3D, covering agent instructions, cursor cloud specific instructions, service overview, running the app and lint, typecheck, and tests.