cicdteam
01Plugin Claude Code
Claude Code marketplace hosting the google-go-style skill — a digest of the Google Go Style Guide.
8 3mo ago A
tokens not measured
original Apache-2.0
Plugin Claude Code
Claude Code marketplace hosting the google-go-style skill — a digest of the Google Go Style Guide.
Plugin Claude Code
Skill that codifies the Google Go Style Guide into actionable rules for writing, reviewing, and refactoring Go code.
Skill Claude CodeCodex
Use when writing, reviewing, or refactoring Go code; when handling errors (fmt.Errorf, %w, sentinel, errors.Is, errors.As); when deciding between panic, error return, and log.Fatal; when writing tests (table-driven, t.Helper, t.Fatal vs t.Error, goroutines); when designing API surface (option struct, variadic options…