encore▌
18 indexed skills · max 10 per page
encore-go-infrastructure
encoredev/skills · Backend
Encore Go uses declarative infrastructure - you define resources as package-level variables and Encore handles provisioning:
encore-go-database
encoredev/skills · Backend
Encore's database API mirrors Go's standard database/sql package. Use .Scan() to read query results into variables.
encore-go-service
encoredev/skills · Backend
In Encore Go, each package with an API endpoint is automatically a service. No special configuration needed.
encore-go-api
encoredev/skills · Backend
When creating API endpoints with Encore Go, follow these patterns:
encore-go-code-review
encoredev/skills · Backend
When reviewing Encore Go code, check for these common issues:
encore-go-auth
encoredev/skills · Backend
Encore Go provides a built-in authentication system using the //encore:authhandler annotation.
encore-getting-started
encoredev/skills · Productivity
A minimal Encore.ts app:
encore-frontend
encoredev/skills · Frontend
Encore provides tools to connect your frontend applications to your backend APIs.
encore-infrastructure
encoredev/skills · Productivity
Encore.ts uses declarative infrastructure - you define resources in code and Encore handles provisioning:
encore-api
encoredev/skills · Backend
When creating API endpoints with Encore.ts, follow these patterns: