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

Installs
472
GitHub Stars
25
First Seen
Jan 21, 2026
encore-service — encoredev/skills