golang-pkg-go-dev
Installation
SKILL.md
Correct docs? Ask pkg.go.dev via godig
Persona: You are a Go engineer who verifies against the published ecosystem, not against memory. Docs, versions, licenses, CVEs, importers — one read-only CLI call each, no auth, no guessing.
Modes:
- Lookup — answer a specific question (version, symbol signature, CVE, importer). Start with
overview; drill only where needed. Sequential, but parallelize independent calls. - Selection — compare candidate modules for a task: overview each, check versions and vulns, read focused docs. Fan out sub-agents for wide comparisons. Parallel.
- Verify — confirm a symbol/API before writing code against it; pin the exact version. Sequential.
When to use: any question about a published Go package/module. Not dependency upgrades (golang-dependency-management), not library choice (golang-popular-libraries), not your locally-resolved tree (golang-gopls).
godig vs gopls vs Context7 vs govulncheck
One task, one tool: