Helps you build GraphQL APIs in Go using either gqlgen or graphql-go, the two schema-first libraries that matter. The skill pushes you toward gqlgen for large schemas and federation, graphql-go for simpler cases. It's opinionated about the stuff that actually breaks in production: per-request DataLoaders to avoid N+1 queries, query complexity limits, nullable field design to prevent cascade failures, and keeping resolvers thin. Includes concrete patterns for auth middleware, directive-based authorization, and error handling that doesn't leak internals. The persona assumes you know Go but might not know GraphQL's footguns yet.
npx skills add https://github.com/samber/cc-skills-golang --skill golang-graphql