Go conventions
Go conventions for this repo. TRIGGER when editing any *.go file or Connect-Go handlers.From its SKILL.md
npx -y skills add bjcoombs/ai-native-toolkit --skill go-conventionsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `go test ./...`.
SKILL.md
0.4 KB, 47 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.