A comprehensive JavaScript reference that covers 33+ core concepts from primitives and closures to async patterns and functional programming. You'd reach for this when debugging weird type coercion behavior, explaining why `typeof null` returns "object", or teaching someone the difference between the call stack and event loop. It includes practical code examples for everything from the basics (var vs let vs const) to trickier stuff like microtasks vs macrotasks and Promise combinators. The scope and closure examples are solid, and the async/await section covers parallel execution patterns. It's structured more like a cheat sheet than a tutorial, so it works best when you already know what concept you're looking for rather than learning JavaScript from scratch.
npx skills add https://github.com/davila7/claude-code-templates --skill javascript-mastery