050101-elysia-framework
Installation
SKILL.md
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 |
| Multi-tier API key scopes, validation, rotation | references/api-key-tiers.md |
| Auto-router: controller scanning and registration | references/auto-router.md |
| Standard response envelope format | references/response-format.md |
| Auth macro: identity resolution order | references/auth-macro.md |
| TypeBox schema models for validation and OpenAPI | references/typebox-models.md |
| MPP payment middleware: charge, session, payer identity | references/elysia-payment-middleware.md |