Skip to content

skills

A Claude Code plugin providing dependency management skills powered by git-pkgs and brief.

/plugin marketplace add git-pkgs/skills
/plugin install git-pkgs@git-pkgs

Requires git-pkgs and brief on $PATH.

SkillDescription
briefDetect project toolchain, languages, package managers, test runners, linters
initInitialise, reindex, or manage the git-pkgs database
listList, search, and locate dependencies
diffCompare dependencies between commits, branches, or working tree
historyTrack dependency change history, blame, bisect
auditScan for known vulnerabilities via OSV
outdatedFind outdated or stale dependencies
licensesLicense compliance checking
sbomGenerate CycloneDX or SPDX SBOMs
manageAdd, remove, update, install, or vendor dependencies
evaluateAssess a package’s trustworthiness before adding it

Most skills are triggered automatically when relevant; manage is manual-only since it modifies dependencies. Invoke directly with /git-pkgs:audit or /git-pkgs:evaluate lodash, or just ask in plain English and Claude picks the right one.

View on GitHub