go

Installation
SKILL.md

When to use this skill

  • You need to know which Go version or toolchain this repo uses.
  • You are deciding between vendored, offline, or local third_party/ builds.
  • You are writing code for TinyGo, embedded targets, or legacy Windows.

How to use

  1. Check AGENTS.md and each go.mod for the toolchain.
  2. Run make all from the repo root to format, vet, test, and build all mcp/* servers.
  3. Use go mod vendor or GOFLAGS=-mod=vendor for offline or air-gapped builds.
  4. See the mcp-toolkit skill for repo-wide build and module conventions.

Examples

  • "Build all servers with make all and make gosec."
  • "Vendor dependencies for offline use with go mod vendor."
  • "Check the micron vendored parser under third_party/."
Installs
3
First Seen
4 days ago
go — quad4-software/ai