org-deps

Installation
SKILL.md

Cross-Repo Dependency Audit

Check how packages in an org depend on each other and flag version mismatches. Run from ~/code/{org}/ or pass the org name as an argument. Can also run across multiple orgs (e.g. /org-deps epinowcast epiforecasts).

Helper script

A pre-built script at ~/.claude/scripts/org-deps.sh collects all dependency info in one pass. Run it first to avoid spending tokens on file parsing.

~/.claude/scripts/org-deps.sh <org-name> [org-name2 ...] > /tmp/org-deps.json

If the script is missing or not executable, flag this to the user and stop.

The script outputs a JSON array with per-repo entries containing:

  • repo, org, gh_org, type, version, latest_release_tag
Related skills
Installs
4
Repository
seabbs/skills
First Seen
Mar 8, 2026