(~ ̄▽ ̄)~ avatar

(~ ̄▽ ̄)~

Community

@dmwin72015 · seed.md7.top

0Followers
|
11Public Repos
|
42Published Skills

今天是个好天气

Agent Skills by (~ ̄▽ ̄)~

Showing 42 vetted skills indexed across 1 GitHub repositories.

dmwin72015dmwin72015
1

golang-security

Audit Go code for exploitable vulnerabilities across trust boundaries and sensitive subsystems.

Community
Advanced
dmwin72015dmwin72015
1

golang-spf13-cobra

Build Go CLI command trees with spf13/cobra using RunE and Args validators.

Community
Intermediate
dmwin72015dmwin72015
1

golang-project-layout

Guide Go repository structure with cmd, internal, and pkg conventions.

Community
Intermediate
dmwin72015dmwin72015
1

golang-concurrency

Detect goroutine leaks, race conditions, and unsafe channel usage in Go code.

Community
Advanced
dmwin72015dmwin72015
1

golang-data-structures

Select and implement efficient Go data structures for performance-critical coding tasks.

Community
Advanced
dmwin72015dmwin72015
1

golang-database

Enforce parameterized queries and lifecycle management in Go database code.

Community
Advanced
dmwin72015dmwin72015
1

golang-spf13-viper

Configure layered Viper settings across flags, env vars, files, and defaults.

Community
Intermediate
dmwin72015dmwin72015
1

golang-design-patterns

Advise on idiomatic Go design patterns for constructors, error handling, and lifecycle.

Community
Advanced
dmwin72015dmwin72015
1

golang-troubleshooting

Diagnose Go program failures with evidence-driven debugging plans.

Community
Advanced
dmwin72015dmwin72015
1

golang-swagger

Generates Swagger/OpenAPI documentation from Go code annotations for HTTP APIs.

Community
Intermediate
dmwin72015dmwin72015
1

golang-samber-oops

Attach structured context, codes, and stack traces to Go errors with samber/oops.

Community
Advanced
dmwin72015dmwin72015
1

golang-context

Propagate Go context.Context cancellation and deadlines across HTTP handlers and services.

Community
Advanced
dmwin72015dmwin72015
1

golang-samber-lo

Perform type-safe functional transformations on Go slices and maps with samber/lo.

Community
Advanced
dmwin72015dmwin72015
1

golang-samber-slog-****

Compose samber/slog pipelines for sampling, sanitizing, and routing Go logs.

Community
Advanced
dmwin72015dmwin72015
1

golang-continuous-integration

Configure GitHub Actions CI/CD pipelines for Go projects with testing, linting, and security scanning.

Community
Advanced
dmwin72015dmwin72015
1

golang-cli

Develop Go CLI behavior with Cobra and Viper for automation.

Community
Advanced
dmwin72015dmwin72015
1

golang-popular-libraries

Recommend production-ready Go libraries using a standard-library-first decision process.

Community
Intermediate
dmwin72015dmwin72015
1

golang-performance

Profile Go applications with pprof and benchstat to optimize performance bottlenecks.

Community
Advanced
dmwin72015dmwin72015
1

golang-grpc

Implement and review Go gRPC services with proto structure and error semantics.

Community
Advanced
dmwin72015dmwin72015
1

golang-structs-interfaces

Design Go struct and interface patterns for maintainable, testable services.

Community
Advanced
dmwin72015dmwin72015
1

golang-lint

Configure and run golangci-lint v2 with justified //nolint suppressions.

Community
Intermediate
dmwin72015dmwin72015
1

golang-benchmark

Measure, profile, and compare Go benchmarks with benchstat and pprof.

Community
Advanced
dmwin72015dmwin72015
1

golang-samber-mo

Replace nil checks and error propagation with samber/mo monadic composition in Go.

Community
Intermediate
dmwin72015dmwin72015
1

golang-observability

Instrument Go services with logs, metrics, traces, profiling, and RUM events.

Community
Advanced