---
title: "Elysia"
description: "Blyp skill preset for Elysia plugin setup and ctx.log request logging."
canonical_url: "https://www.blyp.dev/docs/skills/elysia"
markdown_url: "https://www.blyp.dev/docs/skills/elysia.md"
last_updated: "2018-10-20"
x_farming_labs_generated_preamble: true
---

# Elysia
URL: /docs/skills/elysia
LLM index: /llms.txt
Description: Blyp skill preset for Elysia plugin setup and ctx.log request logging.

import { SkillInstall } from "@/app/components/skill-install";
import { SkillSource } from "@/app/components/skill-source";

# Blyp Elysia

Install `blyp-elysia` after `blyp-core` when the application uses Elysia. This preset tells agents to integrate Blyp as an Elysia plugin and keep request-scoped logs on `ctx.log`.

## When to install it

- the repo uses Elysia
- Blyp should be mounted through `.use(createLogger(...))`
- handlers need request-scoped logging via `ctx.log`

## What it covers

- `createLogger()` from `@blyp/core/elysia`
- plugin mounting with `.use(...)`
- request-scoped logging through `ctx.log`

<SkillInstall slug="elysia" />

## Related docs

- [Elysia](/docs/integrations/elysia)
- [Configuration](/docs/configuration)

<SkillSource slug="elysia" />

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
