This wraps godig, a CLI and MCP server that queries the pkg.go.dev API, so you can ask Claude about any Go package without leaving the conversation. It handles the questions gopls can't answer: which versions exist, who imports a package, does it have CVEs, show me the API docs for a library I haven't added yet. The skill is opinionated about scope (it explicitly tells you to use golang-gopls for local symbols and golang-dependency-management for upgrades) which is helpful when you're working in a larger skill library. Start with the overview command for a compact summary, then drill into symbol doc or examples when you need specifics. The full package doc commands are large, so scope them carefully.
npx -y skills add samber/cc-skills-golang --skill golang-pkg-go-dev --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.