encore-service

Installation
SKILL.md

Encore Service Structure

Instructions

Creating a Service

Every Encore service needs an encore.service.ts file:

// encore.service.ts
import { Service } from "encore.dev/service";

export default new Service("my-service");

Minimal Service Structure

my-service/
Related skills
Installs
354
GitHub Stars
23
First Seen
Jan 21, 2026