agentskills.codes
GO

Go project conventions

Project conventions with module caching, linting, security checks, and tests via Make

Install

mkdir -p .claude/skills/go-project-conventions-rcarmo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14309" && unzip -o skill.zip -d .claude/skills/go-project-conventions-rcarmo && rm skill.zip

Installs to .claude/skills/go-project-conventions-rcarmo

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Project conventions with module caching, linting, security checks, and tests via Make
85 charsno explicit “when” trigger

About this skill

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 depsgo mod download + go mod tidy
  • make vetgo vet ./...
  • make lintfmt + vet + staticcheck (if available)
  • make securitygosec ./... (if available)
  • make testgo test -v ./...
  • make checkmake lint && make test (standard validation pipeline)

Search skills

Search the agent skills registry