Node.js patterns, modules, and best practices. Use when building Node.js applications.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill node --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Node?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-node)More formats (shields.io, HTML) on the badges page.
---
name: node
description: Node.js patterns, modules, and best practices. Use when building Node.js applications.
---
## node
Build robust Node.js apps.
### Module system
- ES modules over CommonJS
- Package exports in package.json
- Workspaces for monorepos
- Dynamic imports for code splitting
### Best practices
- process.env with defaults
- Handle uncaught exceptions
- Stream processing for large data
- Cluster mode for multicore
- Health check endpoints
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!