elysia-cli

Access Elysia documentation and test routes via CLI commands.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sc30gsw/jikan-log --skill elysia-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elysia-cli
Source: https://github.com/sc30gsw/jikan-log/tree/main/.claude/skills/elysia-cli
Command: npx skills add https://github.com/sc30gsw/jikan-log --skill elysia-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides quick access to authoritative Elysia guidance and a structured CLI workflow to accelerate building Elysia web applications. It helps developers discover patterns, best practices, and documented APIs without leaving their editor.

Core Features & Use Cases

  • CLI-guided documentation: view, search, and navigate Elysia docs from the command line.
  • Pattern discovery: quickly locate routing, lifecycle hooks, validation models, plugins, Eden, and WebSocket guidance.
  • In-app testing support: test routes in-process using the req command to simulate requests without a server.

Quick Start

Install the CLI locally and run a docs lookup to fetch essential guidance.

Frequently Asked Questions about elysia-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Elysia documentation for routing and lifecycle hooks from the CLI?

You can access Elysia documentation from the CLI by using the docs and search commands to fetch authoritative guidance on routing, lifecycle hooks, validation models, plugins, and WebSockets without leaving your editor.

What is the best way to test Elysia routes in-process without starting a server?

The best way to test Elysia routes without a server is using the req command, which simulates requests in-process to validate your endpoints quickly during development.

Can I discover best practices for Elysia plugins and Eden directly from the command line?

Yes, you can discover best practices for Elysia plugins and Eden directly from the command line by navigating the CLI-guided documentation to locate established patterns and documented APIs.

Does the Elysia CLI support WebSocket and validation model guidance?

Yes, the Elysia CLI supports WebSocket and validation model guidance, allowing you to search and apply authoritative documentation for these specific use cases across your projects.

How do I search Elysia docs to speed up web application development?

You can speed up Elysia web application development by running the CLI search command to quickly discover patterns, APIs, and best practices, accelerating your overall workflow.

Do I need any external dependencies to use the Elysia CLI documentation tool?

No, you do not need any external dependencies to use this Elysia CLI documentation tool, as it operates independently to provide structured documentation access and in-app route testing.