Runs Go linting checks directly in your Claude Code workflow, catching style issues, bugs, and code smells without leaving your editor. Given the 26.5K installs and 2.5K stars on the parent repo, this is clearly seeing real use in production Go projects. It's the kind of thing you want running automatically before commits, especially if you're working on a team that cares about consistent Go idioms. No SKILL.md is available, so you're going in a bit blind on configuration options, but for basic Go linting it should just work out of the box. Solid choice if you're already using Claude Code for Go development and want faster feedback than waiting for CI.
npx -y skills add samber/cc-skills-golang --skill golang-linter --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.