Resolve Dependency Paths
When you encounter a <dep>/<path> reference (e.g. <openvm>/crates/vm/src/arch/integration_api.rs), resolve it by running the script in this skill's directory:
# List all dependency roots:
.claude/skills/resolve-dep-paths/resolve.sh
# Get a single dependency root:
.claude/skills/resolve-dep-paths/resolve.sh openvm
Then use the Read tool with the resolved path. For example, if the script prints /some/absolute/path/.cargo/git/checkouts/openvm-HASH/REV, read <openvm>/crates/vm/src/arch/integration_api.rs as /some/absolute/path/.cargo/git/checkouts/openvm-HASH/REV/crates/vm/src/arch/integration_api.rs.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.