Wraps the official Go language server with three access patterns: gopls's own MCP server (preferred, agent-friendly tools that take names and paths instead of cursor positions), Claude Code's native LSP integration (automatic diagnostics after every edit), and the CLI as a fallback. Use it for go-to-definition, find references, call hierarchies, workspace symbol search, safe renames, and the full refactor.rewrite suite (extract/inline/fill struct/invert if). The skill is opinionated about workflow: always run diagnostics after edits, check references before touching a definition, and run vulncheck after go.mod changes. It only sees your local build as resolved by go.mod and go.sum, so for anything about the broader ecosystem (versions, importers, licenses) you need a different tool.
npx -y skills add samber/cc-skills-golang --skill golang-gopls --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.