·elysia

Elysia.js server patterns for error handling, status responses, and plugin composition. Use when writing Elysia route handlers, returning HTTP errors, creating plugins, or working with Eden Treaty type safety.

21Installs·0Trend·@epicenterhq

Installation

$npx skills add https://github.com/epicenterhq/epicenter --skill elysia

How to Install elysia

Quickly install elysia AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/epicenterhq/epicenter --skill elysia
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: epicenterhq/epicenter.

SKILL.md

View raw

Never use set.status + return object. Always destructure status from the handler context and use it for all non-200 responses. This gives you:

Both work. The framework handles either. The difference is purely control flow:

| return status(...) | Normal return, continues to response pipeline | You're at a natural return point (validation guards, end of handler) | | throw status(...) | Short-circuits execution immediately | You're deep in nested logic or inside a try/catch and want to bail out |

Elysia.js server patterns for error handling, status responses, and plugin composition. Use when writing Elysia route handlers, returning HTTP errors, creating plugins, or working with Eden Treaty type safety. Source: epicenterhq/epicenter.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/epicenterhq/epicenter --skill elysia
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from epicenterhq/epicenter

Quick answers

What is elysia?

Elysia.js server patterns for error handling, status responses, and plugin composition. Use when writing Elysia route handlers, returning HTTP errors, creating plugins, or working with Eden Treaty type safety. Source: epicenterhq/epicenter.

How do I install elysia?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicenterhq/epicenter --skill elysia Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/epicenterhq/epicenter

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26