This one actually teaches you to think instead of pattern matching. It's built around decision trees for framework selection (Hono vs Fastify vs Express based on deployment target), architecture principles that scale from scripts to enterprise apps, and a security checklist that doesn't assume you know what to worry about. The best part is the explicit "ask the user for preferences" philosophy instead of defaulting to the same stack every time. Use it when you're tired of Claude suggesting Express for edge functions or when you need to justify why you picked one runtime over another. It's opinionated about 2025 tooling but explains the reasoning behind each choice.
npx skills add https://github.com/davila7/claude-code-templates --skill nodejs-best-practices