A Claude Code plugin providing dependency management skills powered by git-pkgs and brief.
Add the marketplace and install the plugin:
/plugin marketplace add git-pkgs/skills
/plugin install git-pkgs@git-pkgs
Requires git-pkgs and brief to be installed:
brew install git-pkgs
go install github.com/git-pkgs/brief/cmd/brief@latest| Skill | Description |
|---|---|
brief |
Detect project toolchain, languages, package managers, test runners, linters |
init |
Initialize, reindex, or manage the git-pkgs database |
list |
List, search, and locate dependencies |
diff |
Compare dependencies between commits, branches, or working tree |
history |
Track dependency change history, blame, bisect |
audit |
Scan for known vulnerabilities via OSV |
outdated |
Find outdated or stale dependencies |
licenses |
License compliance checking |
sbom |
Generate CycloneDX or SPDX SBOMs |
manage |
Add, remove, update, install, or vendor dependencies |
evaluate |
Assess a package's trustworthiness before adding it |
Most skills are triggered automatically by Claude when relevant. manage is manual-only since it modifies dependencies.
Invoke skills directly:
/git-pkgs:brief
/git-pkgs:audit
/git-pkgs:evaluate lodash
Or just ask Claude naturally and it will use the right skill:
What dependencies does this project have?
Are there any known vulnerabilities?
Is the left-pad package safe to use?
MIT