This teaches Claude how to write Encore Go API endpoints with the proper annotations and patterns. You'd reach for it when building backend services with Encore's framework and want Claude to scaffold endpoints correctly using `//encore:api` annotations, handle context and request structs, and follow Encore's conventions. The skill comes from Encore's official team, which matters since framework-specific tooling benefits from maintainer knowledge. With 269 installs and solid audit scores, it's being used in production. It's narrow in scope but solves a real problem: getting Claude to generate idiomatic Encore code instead of generic Go handlers that won't work with the framework's magic.
npx skills add https://github.com/encoredev/skills --skill encore-go-api