elysiajs

Parse SKILL.md frontmatter and inspect resources to catalog ElysiaJS skill units.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fyndx/coinx-backend --skill elysiajs-fyndx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elysiajs
Source: https://github.com/fyndx/coinx-backend/tree/main/.agents/skills/elysiajs
Command: npx skills add https://github.com/fyndx/coinx-backend --skill elysiajs-fyndx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The ElysiaJS skill directory system enables automatic discovery by parsing SKILL.md frontmatter to produce structured, searchable metadata for backend skill units.

Core Features & Use Cases

  • Identifies Skill Units via mandatory SKILL.md frontmatter with name and description
  • Detects optional resource folders (scripts/, references/, assets/) to populate components data
  • Provides toxicity analysis to ensure safety of included content and dependencies

Quick Start

Inspect the ElysiaJS skill's SKILL.md and consult the references for detailed usage.

Frequently Asked Questions about elysiajs

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

FAQPage Schema
How do I extract metadata from SKILL.md frontmatter for a backend skill directory?

You can extract metadata from SKILL.md frontmatter by parsing the mandatory YAML to map the ElysiaJS skill unit's name and description into structured, searchable data for cataloging.

How does ElysiaJS skill discovery map optional directories to components?

Skill discovery maps optional directories like scripts/, references/, and assets/ to populate the complete component profile and dependencies data for each Elysia backend skill unit.

Can I check Elysia backend skills for prompt injection and data exfiltration risks?

Yes, you can inspect Elysia backend skill content and dependencies for prompt injection, data exfiltration, or harmful instructions to assess security risks and provide a toxicity verdict with justification.

What's the best way to catalog type-safe backend plugins using Elysia?

Cataloging type-safe backend plugins involves extracting mandatory YAML frontmatter from SKILL.md and examining related resources under references/ to determine the full component profile for each Elysia plugin.

Do I need TypeScript routing validation to use the Elysia skill directory system?

TypeScript routing validation is part of the Elysia backend ecosystem context, but the skill directory system specifically requires mandatory SKILL.md frontmatter with a name and description for automatic discovery.