This covers the Go HTTP framework landscape from stdlib's net/http (which got solid routing improvements in 1.22) through popular third-party options like Chi, Gin, Echo, and Fiber. It's useful if you're building REST APIs in Go and want Claude to understand the tradeoffs between sticking with standard library versus reaching for a framework. The skill includes middleware patterns, validation, and testing approaches with httptest. Honestly, the main value here is teaching Claude the current state of Go web development so it doesn't suggest outdated patterns or miss that stdlib routing is now pretty capable on its own. Good reference material if you're prototyping APIs or reviewing framework choices.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-http-frameworks