home / skills / encoredev

encoredev skills

Find 18 skills from 1 repo created by encoredev on GitHub.

1 repo
18 skills
GitHub

Sponsored

getting-started

encoredev/skills

15
This skill helps you start an Encore.ts app quickly by guiding installation, setup, and running your first API.
database

encoredev/skills

15
This skill helps you manage Encore database operations, including queries, migrations, and Drizzle ORM integration for secure, efficient data access.
code-review

encoredev/skills

15
This skill reviews Encore.ts code for best practices, highlighting anti-patterns and guiding fixes to improve reliability and maintainability.
frontend

encoredev/skills

15
This skill helps you connect React/Next.js apps to Encore backends by generating typed clients and integrating with React hooks.
go-getting-started

encoredev/skills

15
This skill helps you start Encore Go projects quickly by guiding installation, app creation, and running a local API server.
migrate

encoredev/skills

15
This skill helps migrate Express or Fastify apps to Encore.ts by converting routes, requests, and middleware into Encore API patterns.
service

encoredev/skills

15
This skill helps you structure Encore.ts services and organize multi-service apps for scalable, maintainable backend architectures.
testing

encoredev/skills

15
This skill helps you test Encore.ts applications with Vitest, covering APIs, services, databases, and pub/sub for reliable development.
api

encoredev/skills

15
This skill helps you build secure, typed API endpoints with Encore.ts by defining request/response interfaces and validated inputs.
go-api

encoredev/skills

15
This skill helps you create robust Encore Go API endpoints by applying annotated patterns for paths, params, and responses.
auth

encoredev/skills

15
This skill helps you implement and protect authenticated API endpoints in Encore.ts by wiring auth handlers, gateways, and data access.
go-auth

encoredev/skills

15
This skill helps you implement and protect authentication in Encore Go apps using built-in authhandler patterns for tokens, API keys, and cookies.
go-code-review

encoredev/skills

15
This skill reviews Encore Go code for best practices, highlighting infrastructure placement, context usage, error handling, and security improvements to guide
go-database

encoredev/skills

15
This skill helps you perform type-safe Encore Go database operations with queries, migrations, and transactions to ensure reliability.
go-service

encoredev/skills

15
This skill helps you organize Go services in Encore by structuring packages, endpoints, and migrations for scalable microservices.
go-testing

encoredev/skills

15
This skill helps you test Encore Go applications end-to-end using encore test, with database, Pub/Sub, and service-to-service integration.
infrastructure

encoredev/skills

15
This skill helps you declare databases, Pub/Sub, cron jobs, and secrets at package level using Encore.ts for consistent local and cloud provisioning.