OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add encoredev/skills --skill encore-service
Implement Encore.ts services and lay out an application using `encore.service.ts`, service directories, systems, and `~encore/clients`. For service boundaries and architecture decisions, use `encore-architecture`.
npx skills add encoredev/skills --skill encore-service
Every Encore service needs an encore.service.ts file:
A service can be defined at the application root:
Each service lives in its own directory:
Group related services into systems:
Import other services from ~encore/clients:
~encore/clients for cross-service calls (never direct imports)encore-architecture when the service boundaries have not been decided