AI AGENT ADDONS

Golang Samber Slog

samber/cc-skills-golang

Logging is a key part of any Go application. This set of tools helps you manage your logs in a smart way. You can combine multiple log handlers together to send logs to different places like Datadog, Sentry, or Loki. You can also sample logs to reduce noise and format attributes to remove sensitive information. It works with popular web frameworks like Fiber, Gin, and Echo. Anyone building Go services will find these tools useful for keeping logs organized and useful.

These tools follow a clear order. First you sample to drop early records. Then you format to clean up data. Finally you route each record to the right backend. This saves time and makes sure only important logs go to the right places.

Add Golang Samber Slog skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-samber-slog

Project

mkdir -p .claude/skills/golang-samber-slog

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago