JavaScript Modules

Installation
SKILL.md

JavaScript Modules

Purpose

Use this skill to review, refactor, or implement JavaScript module boundaries.

The goal is to keep imports and exports explicit, stable, tree-shakable, and easy to reason about.

This skill applies to ES Modules, CommonJS interoperability, barrel files, frontend code, Node.js code, shared libraries, scripts, and package entry points.

When to Use

Use this skill when the task involves:

Installs
GitHub Stars
3
First Seen
JavaScript Modules — janpereira-dev/ngautopilot