40 results (18.6ms) page 2 / 2
existential-birds / beagle-go-code-review exact

Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, goroutine usage, or interface design.

metalagman / agent-skills-go-senior-developer exact

Expert senior-level Go guidance for architecture, API-first design/codegen, advanced concurrency, performance tuning, testing/quality, cloud-native 12-factor practices, and Go 1.24+ tooling for...

existential-birds / beagle-go-testing-code-review exact

Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.

doccker / cc-use-exp-go-dev exact

Go ๅผ€ๅ‘่ง„่Œƒ๏ผŒๅŒ…ๅซๅ‘ฝๅ็บฆๅฎšใ€้”™่ฏฏๅค„็†ใ€ๅนถๅ‘็ผ–็จ‹ใ€ๆต‹่ฏ•่ง„่Œƒ็ญ‰

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

Expertise in Go programming decisions according to the Google Go Style Guide. Focuses on specific choices for naming, error handling, and language usage.

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

Use this skill to write, refactor, or review Go code according to the Uber Go Style Guide. It ensures strict adherence to correctness, safety, and idiomatic patterns.

llama-farm / llamafarm-go-skills exact

Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.

metalagman / agent-skills-go-options-gen exact

Expert in generating functional options for Go structs using the options-gen library.

metalagman / agent-skills-go-oss-maintainer exact

Maintain Go repositories with high-quality standards, adhering to CI/CD, linting, and agent-friendly best practices.

mindrally / skills-go-api-development exact

Go API development guidelines using the standard library (1.22+) with best practices for RESTful API design, error handling, and security

xxxryan / agent-skills-generate-go-tests exact

Generate table-driven Go tests (unit or integration) for given functions, handlers, or packages. Use when the user asks for tests, coverage, regression prevention, or test scaffolding with mocks/fakes.

xxxryan / agent-skills-go-concurrency-audit exact

Audit Go code for concurrency bugs: data races, goroutine leaks, deadlocks, channel misuse, and context leaks. Use when the user mentions goroutines, worker pools, timeouts, stuck requests, high...

mindrally / skills-go-backend-microservices exact

Go backend development best practices for microservices with clean architecture, observability, and production-ready patterns

daffy0208 / ai-dev-standards-go-to-market-planner exact

Plan product launches and go-to-market strategy. Use when launching products, entering new markets, or planning marketing campaigns. Covers positioning, channels, messaging, and launch execution.

existential-birds / beagle-prometheus-go-code-review exact

Reviews Prometheus instrumentation in Go code for proper metric types, labels, and patterns. Use when reviewing code with prometheus/client_golang metrics.

saisudhir14 / golang-agent-skill exact

Best practices for writing production Go code. Use when writing, reviewing, or refactoring Go code. Covers error handling, concurrency, naming conventions, testing patterns, performance...