encore-go-service

Installation
SKILL.md

Encore.go Service Structure

Instructions

In Encore.go, each package with an API endpoint is automatically a service. No special configuration needed.

Creating a Service

Simply create a package with at least one //encore:api endpoint:

// user/user.go
package user

import "context"
Installs
497
GitHub Stars
26
First Seen
Jan 21, 2026
encore-go-service — encoredev/skills