ecosystem

Installation
SKILL.md

JavaScript Ecosystem Skill

Quick Reference Card

npm Commands

npm init -y                  # Initialize
npm install pkg              # Add dependency
npm install -D pkg           # Dev dependency
npm install -g pkg           # Global
npm update                   # Update all
npm audit fix                # Fix vulnerabilities
npm run script               # Run script
Installs
3
GitHub Stars
1
First Seen
Feb 7, 2026
ecosystem — pluginagentmarketplace/custom-plugin-javascript