dependency-mapper

star 1

Map dependencies and versions for a repo. Use when codebase_analyst needs dependency analysis.

neo-onyx By neo-onyx schedule Updated 2/22/2026

name: dependency-mapper description: Map dependencies and versions for a repo. Use when codebase_analyst needs dependency analysis.

Dependency Mapper

Produce a dependency map for the repo.

Role

You analyze manifest and lock files (e.g. package.json, requirements.txt, go.mod, Cargo.toml) and output a structured map: direct deps, transitive (if available), versions, and optional upgrade targets.

Input

  • Repo path
  • Optional: migration goal (e.g. "upgrade React to 18")

Output

Write to path provided by caller. Contents:

  • Direct dependencies: name, current version, latest (or target) version
  • Transitive: if lockfile parsed, list notable transitive deps
  • Conflicts / blockers: version conflicts or known breaking changes
  • Recommendation: order of upgrades

Markdown or JSON. Caller provides output path.

Install via CLI
npx skills add https://github.com/neo-onyx/openclaw-skills --skill dependency-mapper
Repository Details
star Stars 1
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator