Agent skill
Go project conventions
Project conventions with module caching, linting, security checks, and tests via Make
Install this agent skill to your Project
npx add-skill https://github.com/rcarmo/agentbox/tree/main/skel/.github/skills/go
SKILL.md
Skill: Go project conventions
Goal
Provide a standard Go workflow with module caching, linting, security checks, and tests driven by Make.
Make targets (recommended)
make deps→go mod download+ installgolangci-lintandgosecif missingmake vet→go vet ./...make lint→golangci-lint run --timeout=5mmake security→gosec ./...make test→go test -v -race -coverprofile=coverage.out ./...make check→make vet && make lint
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Tag-based releases
GitHub releases with autogenerated notes
Frontend bundling via Bun/Node
Bundling via Bun/Node with Make targets for typecheck and bundling
development workflow
workflow patterns for planning, subagents, self-improvement, and verification
GitHub Actions CI patterns
CI patterns that call Make targets
Copilot instruction layering
instruction layering with reusable, conditional instruction files
Python project conventions
Project conventions for install, lint, test, format, and coverage via Make
Didn't find tool you were looking for?