encore-go-api

Installation
SKILL.md

Encore Go API Endpoints

Instructions

When creating API endpoints with Encore Go, follow these patterns:

1. Basic API Endpoint

Use the //encore:api annotation above your function:

package user

import "context"

type GetUserParams struct {
    ID string
}
Related skills
Installs
217
GitHub Stars
23
First Seen
Jan 21, 2026