encore▌
18 indexed skills · max 10 per page
encore-auth
encoredev/skills · Productivity
Encore.ts provides a built-in authentication system for identifying API callers and protecting endpoints.
encore-code-review
encoredev/skills · Productivity
When reviewing Encore.ts code, check for these common issues:
encore-service
encoredev/skills · Productivity
Every Encore service needs an encore.service.ts file:
encore-migrate
encoredev/skills · Productivity
This skill guides migrating any existing backend application to Encore, one migration unit at a time. It supports any source language or framework and targets both Encore.ts and Encore Go. A migration-plan.md summary file and migration-plan/ directory of per-unit detail files are created at the Encore project root to track progress across sessions. This skill contains no Encore code examples — it delegates all Encore-specific implementation to the appropriate language-specific skills.
encore-go-getting-started
encoredev/skills · Backend
A minimal Encore Go app:
encore-testing
encoredev/skills · Testing
Encore.ts uses standard TypeScript testing tools. The recommended setup is Vitest.
encore-database
encoredev/skills · Productivity
Encore provides several query methods:
encore-go-testing
encoredev/skills · Backend
Encore Go uses standard Go testing with encore test.