What problem does it solve?
This skill eliminates the need for manual web browsing or unreliable scraping when researching Go packages, providing direct access to official module metadata, documentation, and security data.
Core Features & Use Cases
- Comprehensive Metadata: Retrieve authoritative details on Go modules, including versions, exported symbols, and import graphs.
- Security & Search: Instantly query the Go vulnerability database for CVEs affecting specific modules or perform full-text searches across the Go ecosystem.
- Use Case: When evaluating a new dependency, use this skill to verify its latest version, check for known vulnerabilities, and inspect its exported symbols without leaving your development environment.
Quick Start
Use the pkg-go-dev skill to fetch the latest documentation and exported symbols for the github.com/google/go-cmp/cmp package.