AI AGENT ADDONS

Golang Samber Lo

samber/cc-skills-golang
Programming Languages
32,810installs

This library gives you over 500 type-safe helpers for working with slices, maps, strings, and more in Go. Instead of writing the same loop over and over, you can use Map, Filter, Reduce, and many other functions. The library is immutable by default and has zero dependencies.

Go developers who prefer a functional style will find this skill very useful. You can start with the core lo package. Then upgrade to parallel, mutable, or lazy variants only when you need them. The functions are designed to chain together without extra wrapper types.

Errors are handled gracefully with special Err versions of most functions. This means your code stays clean and safe. The library works with Go 1.18 and above.

Add Golang Samber Lo skill to your workflow

Global

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

Project

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

Source Repository

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