Scaffolds a request handler with typed inputs, outputs, and validation using Encore's `api()` decorator — handles path params, query strings, headers, and error responses.
Best for: Backend engineers shipping REST endpoints without writing boilerplate request validation.
Creator's repository · encoredev/skills
License: Apache-2.0