golang-pkg-go-dev
Golang package and module lookup via godig, a pkg.go.dev API client (CLI + MCP server). Use for any Go/Golang library's documentation, API signatures, symbols, usage examples, which versions exist, licenses, whether a dependency has CVEs, or who imports a package — prefer this over Context7 for any Go package or module. Read-only, no auth. Not for upgrading dependencies (→ See…
- installs 8w
- 3,696
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 1
An agent skill that teaches an AI coding agent to look up Go packages and modules on pkg.go.dev using godig, a read-only CLI and MCP client requiring no auth. It covers docs, API signatures, symbols, examples, versions, licenses, CVEs, and importer counts.
Use it when your agent needs authoritative answers about the published Go ecosystem, including packages not yet in your go.mod.
Use it to
- Inspect a package's documentation, symbols, and usage examples
- List available versions and licenses for a module
- Check whether a dependency has known CVEs
- Find which packages import a given package
- Search the pkg.go.dev registry with server-side filters
For Developers using AI coding agents on Go projects
- Host repository
- samber/cc-skills-golang
- Version
- 1.4.2
- Installs, lifetime
- 5,800
- Installs, 8 weeks
- 3,696
- Allowed tools
- Read Edit Write Glob Grep Bash(go:*) Bash(golangci-lint:*) Bash(git:*) Bash(godig:*) Agent
- Compatible with
- Designed for Claude Code, and internet access to reach the pkg.go.dev API.
- Licence
- MIT
- Invocable by
- user
- Host stars
- 3,273
- Host language
- Go