·bun-elysia
</>

bun-elysia

ymc182/bun-elysia-skill

Build full-stack applications with Bun.js and Elysia.js. Use this skill when working with Bun runtime, Bun native APIs (SQL databases, Redis, S3), Bun workspaces/monorepos, Elysia.js web framework, or migrating from Fastify to Elysia. Covers setup, routing, validation, authentication, WebSocket, and end-to-end type safety with Eden.

17Installs·1Trend·@ymc182

Installation

$npx skills add https://github.com/ymc182/bun-elysia-skill --skill bun-elysia

SKILL.md

Build high-performance full-stack applications with Bun runtime and Elysia.js framework.

| request.params | { params } | | request.query | { query } | | request.body | { body } | | reply.code(n).send(x) | set.status = n; return x | | reply.header(k, v) | set.headers[k] = v | | JSON Schema | TypeBox (t.) | | preHandler hook | beforeHandle | | fastify.decorate() | .decorate() | | fastify.register(plugin) | .use(plugin) |

Build full-stack applications with Bun.js and Elysia.js. Use this skill when working with Bun runtime, Bun native APIs (SQL databases, Redis, S3), Bun workspaces/monorepos, Elysia.js web framework, or migrating from Fastify to Elysia. Covers setup, routing, validation, authentication, WebSocket, and end-to-end type safety with Eden. Source: ymc182/bun-elysia-skill.

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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ymc182/bun-elysia-skill --skill bun-elysia
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bun-elysia?

Build full-stack applications with Bun.js and Elysia.js. Use this skill when working with Bun runtime, Bun native APIs (SQL databases, Redis, S3), Bun workspaces/monorepos, Elysia.js web framework, or migrating from Fastify to Elysia. Covers setup, routing, validation, authentication, WebSocket, and end-to-end type safety with Eden. Source: ymc182/bun-elysia-skill.

How do I install bun-elysia?

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

Where is the source repository?

https://github.com/ymc182/bun-elysia-skill

Details

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

Related Skills

None