40 results (18.6ms) page 1 / 2
go 0.30
maragudk / skills-go exact

Guide for how to develop Go apps and modules/libraries. Always use this skill when reading or writing Go code.

go 0.27
mindrally / skills-go exact

Expert in Go/Golang development with focus on APIs, microservices, and clean architecture

otaviof / gosmith-go-check exact

Run Go verification pipeline (build + test + vet + lint).

otaviof / gosmith-go-cover exact

Generate Go test coverage report with package breakdown.

otaviof / gosmith-go-code exact

Go code quality standards, idioms, and YAGNI/KISS development principles.

jeninh / ampskills-dotfile-scripting-with-go exact

Creates executable Go scripts with shebang-like behavior. Use when the user wants Go scripts, mentions Go scripting, or needs executable .go files. If working in a Go project, do NOT use unless...

omer-metin / skills-for-antigravity-go-services exact

Go is the language of infrastructure. From Docker to Kubernetes to the entire cloud-native ecosystem, Go powers the systems that run the internet. It's not about what you can build - it's about...

julianobarbosa / claude-code-skills-writing-go exact

Idiomatic Go 1.25+ development. Use when writing Go code, designing APIs, discussing Go patterns, or reviewing Go implementations. Emphasizes stdlib, concrete types, simple error handling, and...

dirien / claude-skills-pulumi-go exact

This skill should be used when the user asks to "create Pulumi Go project", "write Pulumi Go code", "use Pulumi ESC with Go", "set up OIDC for Pulumi", or mentions Pulumi infrastructure automation...

regenrek / agent-skills-go-local-health exact

Run local Go health checks (tests, coverage, lint) in Go repositories that contain go.mod/go.sum. Use when the user asks to run or interpret local Go test/coverage/lint workflows using tools like...

omer-metin / skills-for-antigravity-go-to-market exact

A great product that nobody knows about is a failed product. Go-to-market strategy is how you get your product into customers' hands. Not marketing in the abstract - specific motions, channels,...

metalagman / agent-skills-go-goose exact

Use this skill to plan, write, or run database migrations with the pressly/goose CLI and Go library (SQL/Go migrations, env vars, provider API, embedded migrations).

xxxryan / agent-skills-go-code-review exact

Perform a senior Go code review on a diff or files, focusing on correctness, idiomatic Go, error handling, maintainability, and performance. Use when the user asks for review, refactor feedback,...

metalagman / agent-skills-go-google-style-guide exact

Expertise in Go programming according to the Google Go Style Guide. Use when the user needs to write, refactor, or review Go code for clarity, simplicity, and maintainability. This skill ensures...

netresearch / go-development-skill-go-development exact

Production-grade Go development patterns for building resilient services. Use when developing Go applications, implementing job schedulers, Docker integrations, LDAP clients, or needing patterns...

metalagman / agent-skills-go-google-best-practices exact

Expertise in Go programming according to the Google Go Best Practices. Focuses on actionable advice for naming, error handling, performance, testing, and general idiomatic Go to ensure...

rmyndharis / antigravity-skills-go-concurrency-patterns exact

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

404kidwiz / agent-skills-backup-go-concurrency-patterns exact

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

halay08 / fullstack-agent-skills-go-concurrency-patterns exact

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

0xBigBoss / claude-code-go-best-practices exact

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.