If you're building Go services with structured logging, this gives Claude fluency in the samber/slog ecosystem: 20+ composable handlers that all implement the standard slog.Handler interface. The skill covers the three core libraries (slog-multi for routing and composition, slog-sampling for throughput control, slog-formatter for attribute transforms) plus HTTP middlewares for Gin, Echo, Fiber, and Chi, and backend sinks for Datadog, Sentry, Loki, and a dozen others. The pipeline model is opinionated about ordering: sampling first to drop noise early, formatting before routing so all sinks get clean attributes. Useful when you need more than TextHandler and JSONHandler but want to stay in the standard library's slog world instead of reaching for Zap or Zerolog.
npx skills add https://github.com/samber/cc-skills-golang --skill golang-samber-slog