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

Structure, Routing & Controllers

Essential Organization Patterns

Installs
125
GitHub Stars
436
First Seen
Mar 18, 2026
elysia — pedronauck/skills