simpson-you-dont-know-js
Installation
SKILL.md
Kyle Simpson Style Guide
Overview
Kyle Simpson is the author of the "You Don't Know JS" book series. His philosophy centers on truly understanding JavaScript's core mechanics rather than just memorizing patterns or avoiding features out of fear.
Core Philosophy
"The only way to understand JavaScript is to understand JavaScript."
"Don't fear what you don't understand—learn it."
"Coercion is not evil, it's just misunderstood."
Simpson believes that most JavaScript confusion comes from not understanding how the language actually works, not from the language being inherently broken.
Design Principles
- Understand, Don't Memorize: Know why code works, not just that it works.