Core Node.js backend patterns including async/await, error handling, and layered architecture.
Skill: nodejs
Covers:
- Async/await error handling patterns
- Layered architecture (routes → controllers → services → repositories)
- TypeScript patterns for backend
- Configuration management
- Dependency injection
- Testing strategies
- Error handling and logging
This kit is automatically detected if your project has TypeScript and a backend framework in package.json:
{
"dependencies": {
"express": "^4.18.0",
"typescript": "^5.0.0"
}
}Auto-detected projects:
npx claude-code-setup --yesExplicit installation:
npx claude-code-setup --kit nodejsNone - Node.js kit is standalone.
Works well with:
express- Express.js framework patternsprisma- Database access patterns
See skills/nodejs/SKILL.md for complete patterns and examples.
- Node.js 18+
- TypeScript 5+
- Modern async patterns
- Layered architecture