con un clic
elysiajs-cli
elysiajs-cli contiene 5 skills recopiladas de sc30gsw, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Coding standards, best practices, and patterns for TypeScript and Node.js/Bun CLI development.
Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files
Use this skill when handling user input, working with file paths, spawning processes, working with secrets, or integrating external APIs. Provides CLI-focused security checklist and patterns.
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit and integration tests.
Use when building Elysia web applications or when the user asks about Elysia APIs, routing, MVC/folder structure, lifecycle hooks, validation/models, plugins, Eden, WebSockets, streaming, or best practices. TRIGGER when code imports from 'elysia' or '@elysiajs/*', or the user mentions Elysia. Prefer `elysia docs essential/best-practice` and `elysia search` (from @sc30gsw/elysiajs-cli) for authoritative patterns; use `elysia req` to hit routes without an HTTP server (via `app.handle()`).