When you need a library recommendation in Go, this skill points you toward battle-tested options while keeping you honest about whether you even need a dependency. It prioritizes standard library solutions first, then suggests production-ready alternatives only when they add real value. Comes with curated reference catalogs covering web frameworks, databases, testing tools, and more, plus it cross-references related skills for specific libraries like testify or gRPC. The philosophy here is refreshingly pragmatic: the best library is often no library at all, and Go's stdlib is already excellent for most cases.
npx skills add https://github.com/samber/cc-skills-golang --skill golang-popular-libraries