If you're building backend services with Encore's Go framework, this skill teaches Claude how they structure projects. The key insight: in Encore, you don't need special service configuration. Any package with an `//encore:api` endpoint annotation automatically becomes a service. It's a different mental model from traditional Go services where you wire up routers and handlers manually. Worth adding if you're working in an Encore codebase and want Claude to scaffold new services correctly or understand your existing structure. The skill is minimal but covers the core pattern that trips people up when they first encounter Encore's convention over configuration approach.
npx -y skills add encoredev/skills --skill encore-go-service --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.