AI AGENT ADDONS

Golang Samber Mo

samber/cc-skills-golang
Programming Languages
24,945installs

Go developers often struggle with nil pointer errors and messy error handling. This skill introduces monadic types like Option and Result from the samber/mo library. They help you write safer code by making nullable values and errors part of the type system.

With Option you can handle values that might be missing without checking for nil. With Result you can compose error handling pipelines instead of writing if err != nil over and over. These patterns come from functional programming but are easy to use in Go.

Any Go developer can use this skill to reduce bugs and make code easier to read and maintain.

Add Golang Samber Mo skill to your workflow

Global

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

Project

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

Source Repository

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