050101-elysia-frameworklisted
Install: claude install-skill natuleadan/skills
# Elysia API Patterns
Elysia API framework patterns: plugin pipeline, controller conventions, auto-routing, auth macro, TypeBox models, CORS, and multi-tier API key configuration.
## References
| Topic | File |
|---|---|
| Plugin pipeline, controller pattern, auth identity flow, CORS config | [references/elysia-plugins.md](references/elysia-plugins.md) |
| Multi-tier API key scopes, validation, rotation | [references/api-key-tiers.md](references/api-key-tiers.md) |
| Auto-router: controller scanning and registration | [references/auto-router.md](references/auto-router.md) |
| Standard response envelope format | [references/response-format.md](references/response-format.md) |
| Auth macro: identity resolution order | [references/auth-macro.md](references/auth-macro.md) |
| TypeBox schema models for validation and OpenAPI | [references/typebox-models.md](references/typebox-models.md) |
| MPP payment middleware: charge, session, payer identity | [references/elysia-payment-middleware.md](references/elysia-payment-middleware.md) |