Skip to content

git-pkgs/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

git-pkgs skills

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

Install

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

Skills

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.

Usage

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?

License

MIT

About

Claude Code skills plugin for git-pkgs and brief

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors