moai-lang-javascript

Develop modern JavaScript ES2024+ applications across Node.js, Bun, and Deno runtimes.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/thkim2015/pdf-tool --skill moai-lang-javascript-thkim2015
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-javascript
Source: https://github.com/thkim2015/pdf-tool/tree/main/.claude/skills/moai-lang-javascript
Command: npx skills add https://github.com/thkim2015/pdf-tool --skill moai-lang-javascript-thkim2015

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive support for developing modern JavaScript applications, from frontend to backend, ensuring you use the latest features and best practices.

Core Features & Use Cases

  • Full-Stack JavaScript: Develop APIs, web applications, and Node.js services with up-to-date ES features.
  • Modern Tooling: Leverage Vitest, ESLint, Biome, Vite, and more for efficient development.
  • Multiple Runtimes: Support for Node.js, Bun, and Deno environments.
  • Use Case: Build a new Express.js API with Node.js 22 LTS, including robust testing with Vitest and linting with ESLint 9.

Quick Start

Create a new Vite project using npm create vite with the latest tag and the vanilla template.

Frequently Asked Questions about moai-lang-javascript

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

FAQPage Schema
How do I use modern JavaScript ES2024 features across different runtimes?

Modern JavaScript ES2024+ development is supported across Node.js 22 LTS, Bun 1.x, and Deno 2.x, enabling advanced features like Set methods, Promise.withResolvers, and immutable arrays.

What's the best way to set up testing and linting for a new JavaScript project?

Set up modern JavaScript tooling by integrating Vitest or Jest for testing and ESLint 9 or Biome for linting to ensure efficient development and robust code quality.

Does this JavaScript Skill support native TypeScript in Node.js?

Yes, native TypeScript in Node.js is supported, allowing you to execute TypeScript files directly in Node.js 22 LTS without additional compilation steps.

Can I build an Express.js API with Node.js 22 LTS using this setup?

Yes, you can build Express.js APIs with Node.js 22 LTS, utilizing contemporary backend frameworks like Express, Fastify, and Hono for up-to-date web services.

How do I start a new Vite project with the latest vanilla JavaScript template?

Start a new Vite project by running npm create vite with the latest tag and the vanilla template to quickly scaffold a modern JavaScript application.