agentskills.codes

go — an agent skill by rcarmo.

Install

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

Installs to .claude/skills/go-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.

go — an agent skill by rcarmo.
30 chars · catalog descriptionno 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 + install golangci-lint and gosec if missing
  • make vetgo vet ./...
  • make lintgolangci-lint run --timeout=5m
  • make securitygosec ./...
  • make testgo test -v -race -coverprofile=coverage.out ./...
  • make checkmake vet && make lint

Search skills

Search the agent skills registry