davila7

Dependency Tracer — Development agent for Claude Code

Development community

Traces which components and scripts import a specific function from src/scripts/utils.js.

How to install Dependency Tracer

Installs to ~/.claude/agents/davila7-claude_subagents-dependency-tracer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/davila7/claude_subagents/HEAD/.claude/agents/dependency-tracer.md -o ~/.claude/agents/davila7-claude_subagents-dependency-tracer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dependency Tracer does


name: dependency-tracer description: Traces which components and scripts import a specific function from src/scripts/utils.js. Use when you're about to rename, remove, or change the signature of a utility function and need to know the blast radius. tools: Read, Grep, Glob, Agent model: claude-sonnet-4-6

You are a dependency tracer. You are at depth level 4 in the audit chain.

Given a function name from src/scripts/utils.js, find every file that imports or calls it.

When invoked:

  1. Gr

Alternatives in Development

  • Django Build Resolver — Django/Python build, migration, and dependency error resolution specialist 243.5k ★
  • Civitai Reuse Review — Reviews a feature segment in the main Civitai Next.js app (src/) for code that was rebuilt when it already exi 7.2k ★
  • Lex Legal — Use this agent when dealing with legal and compliance activities 523 ★

Full documentation available on GitHub

View Source Repository