/

encore-database
Cursor Skill
Database queries, migrations, and ORM integration with Encore.ts.
Build backends in TypeScript and Go with automatic infrastructure. Includes MCP integration for inspecting services, querying databases, analyzing traces, and calling endpoints. Plus rules, skills, and commands for the full Encore workflow.
Skills21
add-infrastructureAdd infrastructure primitives (databases, Pub/Sub, cron jobs, caching, object storage, secrets) to an Encore service. Use when the user wants to add a database, queue, cache, storage bucket, cron job, or secret.
encore-apiCreate type-safe API endpoints with Encore.ts.
encore-authImplement authentication with auth handlers and gateways in Encore.ts.
encore-code-reviewReview Encore.ts code for best practices and anti-patterns.
create-serviceCreate a new Encore service with API endpoints, database, and infrastructure. Use when the user wants to add a new service, create endpoints, or scaffold a new part of their backend.