
Bakoware
- Updated June 21, 2026
- Bakoware/claude-dependency-mapper
claude-dependency-mapper is a Claude Code skill that maps static import dependencies into an Obsidian graph and PROJECT_MAP.md so developers and AI can navigate large codebases with fewer exploratory tool calls.
About
Bakoware's claude-dependency-mapper is a Claude Code plugin marketplace that ships a skill for mapping project import graphs into two views: an Obsidian vault for humans and a compact PROJECT_MAP.md index for AI. It parses supported languages with regex-based static analysis, wires gitignored outputs into CLAUDE.md, and installs a PostToolUse hook to refresh graphs on source edits. Reach for it when a medium or large codebase makes repeated Grep/Glob exploration expensive and you want persistent, token-efficient navigation during refactors or architectural reviews.
- Static-import graph for JS/TS, Python, Rust, and Dart
- Obsidian vault plus token-efficient PROJECT_MAP.md index
- Auto-refresh hook keeps graphs current after edits
- Benchmarked 12–120x token savings on blast-radius queries
Bakoware by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add Bakoware/claude-dependency-mapperAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | June 21, 2026 |
|---|---|
| Repository | Bakoware/claude-dependency-mapper ↗ |
How can I give Claude a precomputed dependency index instead of fanning out Grep/Glob across every affected file?
Map static import dependencies into an Obsidian graph and PROJECT_MAP.md so Claude navigates large codebases with fewer tool calls.
Who is it for?
Teams on medium-to-large JS/TS, Python, Rust, or Dart repos who want visual architecture maps and measurable AI token savings.
Skip if: Developers who only need occasional one-off greps in tiny projects under 40 files where a compact map costs more than it saves.
What you get
Running the skill produces an Obsidian vault, optional PROJECT_MAP.md, managed CLAUDE.md/.gitignore blocks, and an auto-refresh hook.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Does it work on small projects?
Projects under 40 code files use directed mode and skip PROJECT_MAP.md because normal exploration is cheaper than maintaining an index.
Which languages are supported?
JavaScript/TypeScript, Python, Rust, and Dart via extension-based auto-detection with best-effort regex resolution.
How do I install it as a plugin?
Run /plugin marketplace add Bakoware/claude-dependency-mapper then /plugin install claude-dependency-mapper@Bakoware inside Claude Code.