go-conventionslisted
Install: claude install-skill bjcoombs/ai-native-toolkit
# Go Conventions
Use the Connect-Go Content-Type negotiation defaults. Prefer protobuf JSON
timestamps over custom formats because the wire contract stays portable.
Default to table-driven tests. Run `go test ./...` before pushing.