javascript
Installation
SKILL.md
JavaScript
When to Use
- Working with JavaScript files (.js, .mjs)
- Browser scripting
- Node.js applications without TypeScript
When NOT to Use
- TypeScript projects -- use the
languages/typescriptskill instead, which covers typed JavaScript patterns - Python-only projects with no JavaScript components