(~ ̄▽ ̄)~
Community@dmwin72015 · seed.md7.top
今天是个好天气
Agent Skills by (~ ̄▽ ̄)~
Showing 42 vetted skills indexed across 1 GitHub repositories.
golang-security
Audit Go code for exploitable vulnerabilities across trust boundaries and sensitive subsystems.
golang-spf13-cobra
Build Go CLI command trees with spf13/cobra using RunE and Args validators.
golang-project-layout
Guide Go repository structure with cmd, internal, and pkg conventions.
golang-concurrency
Detect goroutine leaks, race conditions, and unsafe channel usage in Go code.
golang-data-structures
Select and implement efficient Go data structures for performance-critical coding tasks.
golang-database
Enforce parameterized queries and lifecycle management in Go database code.
golang-spf13-viper
Configure layered Viper settings across flags, env vars, files, and defaults.
golang-design-patterns
Advise on idiomatic Go design patterns for constructors, error handling, and lifecycle.
golang-troubleshooting
Diagnose Go program failures with evidence-driven debugging plans.
golang-swagger
Generates Swagger/OpenAPI documentation from Go code annotations for HTTP APIs.
golang-samber-oops
Attach structured context, codes, and stack traces to Go errors with samber/oops.
golang-context
Propagate Go context.Context cancellation and deadlines across HTTP handlers and services.
golang-samber-lo
Perform type-safe functional transformations on Go slices and maps with samber/lo.
golang-samber-slog-****
Compose samber/slog pipelines for sampling, sanitizing, and routing Go logs.
golang-continuous-integration
Configure GitHub Actions CI/CD pipelines for Go projects with testing, linting, and security scanning.
golang-cli
Develop Go CLI behavior with Cobra and Viper for automation.
golang-popular-libraries
Recommend production-ready Go libraries using a standard-library-first decision process.
golang-performance
Profile Go applications with pprof and benchstat to optimize performance bottlenecks.
golang-grpc
Implement and review Go gRPC services with proto structure and error semantics.
golang-structs-interfaces
Design Go struct and interface patterns for maintainable, testable services.
golang-lint
Configure and run golangci-lint v2 with justified //nolint suppressions.
golang-benchmark
Measure, profile, and compare Go benchmarks with benchstat and pprof.
golang-samber-mo
Replace nil checks and error propagation with samber/mo monadic composition in Go.
golang-observability
Instrument Go services with logs, metrics, traces, profiling, and RUM events.