elysia
Installation
SKILL.md
Elysia Developer Guide
This skill provides guidelines, patterns, and best practices for working with the Elysia framework in this project.
Quick Start
For detailed development guidelines, imports, and patterns, please refer to references/patterns.md in this skill directory.
Core Philosophy
- Pattern-agnostic but feature-based structure recommended
- "1 Elysia instance = 1 controller" principle
- Strong typing with TypeBox for runtime validation
- Centralized error handling and consistent responses
- Production-ready deployment strategies