Nuriman Quddus
Community@nrmnqdds · Kuala Lumpur, Malaysia
git gud
Agent Skills by Nuriman Quddus
Showing 34 vetted skills indexed across 1 GitHub repositories.
golang-project-layout
Organize Go project layouts and workspaces with directory and module conventions.
golang-concurrency
Enforce structured Go concurrency patterns with context cancellation and safe channel usage.
golang-data-structures
Explain Go slice, map, and array memory layouts and growth behavior.
golang-database
Document Go database best practices for safe access with database/sql, sqlx, and pgx.
golang-design-patterns
Apply idiomatic Go design patterns for constructors, error handling, and resource management.
golang-troubleshooting
Reproduce Go bugs deterministically and diagnose root causes with go test, race detector, pprof, and Delve.
golang-samber-oops
Attach structured context, codes, and stack traces to Go errors using samber/oops.
golang-context
Implement idiomatic Go context.Context propagation across HTTP handlers and concurrent operations.
golang-samber-lo
Transform Go slices and maps with type-safe functional utilities.
golang-samber-slog
Compose Go logging pipelines with samber/slog middleware, sampling, and formatting.
golang-continuous-integration
Generate GitHub Actions workflows for Go testing, linting, security, and releases.
golang-cli
Provide a Go CLI blueprint for command structures, flags, and config management.
golang-popular-libraries
Identify production-ready Go libraries and frameworks for user tasks.
golang-performance
Identify Go performance bottlenecks in hot paths and apply optimization patterns.
golang-grpc
Guide creation and auditing of Go gRPC services with status codes, interceptors, and health checks.
golang-structs-interfaces
Design idiomatic Go types with small interfaces and embedding patterns.
golang-lint
Automate Go project linting workflows with golangci-lint and .golangci.yml.
golang-benchmark
Analyze Go performance with benchmarking, profiling, and comparison workflows.
golang-samber-mo
Compose Option, Result, and Either monads in Go pipelines.
golang-observability
Instrument Go services with slog, Prometheus, OpenTelemetry, and profiling.
golang-stay-updated
Curate Go news, communities, and influential people into a single resource.
golang-dependency-management
Automate Go dependency management, auditing, and vulnerability scanning with govulncheck.
golang-modernize
Identify Go modernization opportunities and suggest version-aligned updates for 1.21 through 1.26.
golang-samber-do
Enable type-safe dependency injection in Go projects with samber/do v2.