maxritter / standards-golang
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/standards-golang && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3605" && unzip -o skill.zip -d .claude/skills/standards-golang && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/standards-golang/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Apply Go development standards including module management, go test testing, gofmt/go vet/golangci-lint code quality, idiomatic error handling, and self-documenting code practices. Use this skill when working with Go backend code, managing dependencies, running tests, or ensuring code quality. Apply when installing packages, writing tests, formatting code, handling errors, organizing imports, or deciding whether to create new files vs. extending existing ones. Use for any Go development task requiring adherence to tooling standards and best practices.