encore-api

Installation
SKILL.md

Encore API Endpoints

Instructions

When creating API endpoints with Encore.ts, follow these patterns:

1. Import the API module

import { api } from "encore.dev/api";

2. Define typed request/response interfaces

Always define explicit TypeScript interfaces for request and response types:

Installs
466
GitHub Stars
25
First Seen
Jan 21, 2026
encore-api — encoredev/skills