
Use this skill to query the official pkg.go.dev/pkgsite API for public Go module and package metadata. Trigger it when searching for Go packages or symbols, resolving package-to-module ambiguity, listing module versions or packages, retrieving rendered package docs/examples, checking public importers or vulnerabilities, or using pkgsite-cli when available. Coordinate with local go doc lookups when precise local symbol documentation is needed.
How to use the bundled `godoc.sh` wrapper around `go doc` to look up Go package documentation, types, functions, methods, and source code efficiently. Use this skill whenever working with Go code and you need to understand an API — whether it's a standard library package, a third-party dependency, or the current project's own packages. Trigger this skill when investigating Go types, interfaces, function signatures, method sets, constants, or variables. Prefer `godoc.sh` over reading source files directly when you need to understand what a Go API does, because it gives you the `go doc` documentation view plus version and fallback support. Also use this skill when the user asks about Go documentation, godoc, or wants to explore a Go package's public API.