Encore provides tools to integrate your frontend applications seamlessly with backend APIs. It generates a fully typed TypeScript client based on your API definitions for easy usage.
$ npx skills add https://github.com/encoredev/skills --skill encore-frontendThe encore-frontend skill helps developers connect React and Next.js applications to Encore backend APIs. It generates fully-typed TypeScript clients automatically based on your API definitions, eliminating manual client code and type mismatches. This skill is essential for frontend developers building against Encore backends, ensuring type safety across the entire API boundary and reducing integration errors. By leveraging Encore's declarative infrastructure and type-safe APIs, frontends can trust that their API calls are validated at compile time.
Install using npm and use the provided commands to generate a client.
Generate a TypeScript client for local development.
Generate a TypeScript client for a deployed environment.
Connect frontend applications to backend services.
$ npx skills add https://github.com/encoredev/skills --skill encore-frontendgit clone https://github.com/encoredev/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan