golang-pkg-go-dev

Retrieves metadata and documentation for Go packages and modules via the pkg.dev API.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/constzz/dates-app --skill golang-pkg-go-dev-constzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golang-pkg-go-dev
Source: https://github.com/constzz/dates-app/tree/main/.agents/skills/golang-pkg-go-dev
Command: npx skills add https://github.com/constzz/dates-app --skill golang-pkg-go-dev-constzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires godig, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies finding and understanding Go packages and modules, making it easier to leverage external code and documentation.

Core Features & Use Cases

  • Quick Documentation Lookup: Get instant access to the documentation, API references, and examples for any Go library.
  • Version Information: Check available versions, importers, licenses, and known vulnerabilities of a package.
  • Code Exploration: Dive into specific symbols, code examples, and runnable examples of a module.
  • Use Case: If you need to quickly look up information on the net/http package or find out which libraries import github.com/samber/lo, this skill can save you time and help you make informed decisions.

Quick Start

Use the golang-pkg-go-dev skill to fetch package documentation for the net/http package.

Frequently Asked Questions about golang-pkg-go-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Go package documentation and module metadata?

To look up Go package documentation, you can retrieve API references, examples, and module metadata by querying the pkg.go.dev API. This provides instant access to capabilities and versions for any Go library.

What is the best way to find which libraries import a specific Go module?

Finding which libraries import a Go module involves checking the importers data for that package. You can retrieve this information along with known vulnerabilities and licenses directly from the pkg.go.dev API.

Do I need to install godig to fetch Go package versions and dependencies?

Yes, you need the godig CLI or MCP server installed to fetch Go package versions and dependencies. The godig dependency is required for the skill to access and retrieve data from the pkg.go.dev API.

Can I check known vulnerabilities and licenses for Go modules?

You can check known vulnerabilities and licenses for Go modules by retrieving their version information and metadata. This allows you to make informed decisions about leveraging external code in your projects.

How do I explore specific code symbols and runnable examples in a Go library?

To explore specific code symbols and runnable examples in a Go library, you can retrieve the package documentation and dive into the module's code exploration features via the pkg.go.dev API.