Claude Code plugin for go development
CLI application patterns and best practices
Build production CLI tools with Cobra, Viper, and terminal UI
Go concurrency patterns - goroutines, channels, sync primitives
Go database operations - SQL, ORMs, transactions, migrations
Core Go programming concepts - syntax, types, interfaces, error handling
Build gRPC services with Go - protobuf, streaming, interceptors
Kubernetes operators and client-go development
Go performance optimization - profiling, benchmarks, memory management
Go testing practices - unit tests, benchmarks, mocks, coverage
Build production REST APIs with Go - handlers, middleware, security