nodejs-best-practices
A guide to Node.js architecture, framework selection, and development principles for modern backend applications.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill nodejs-best-practicesStats
| Total installs | 1,287 |
| Weekly installs | 1.3K |
| GitHub stars | 27.9K |
| First seen | Jan 20, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Framework decision tree covers Hono (edge/serverless), Fastify (performance), NestJS (enterprise), and Express (legacy), with selection criteria tied to cold start time, ecosystem size, and team experience
- Covers layered architecture principles (controller, service, repository), async patterns (async/await vs Promise.all/allSettled), and centralized error handling with appropriate HTTP status codes
- Includes validation strategies, security checklist (input validation, parameterized queries, rate limiting, CORS), and testing priorities for critical paths and edge cases
- Teaches decision-making principles rather than fixed patterns; emphasizes asking users about preferences, considering deployment targets, and avoiding common anti-patterns like sync methods and hardcoded secrets
Tags
Related skills
| Skill | Installs | vs nodejs-best-practices |
|---|---|---|
| nextjs-developer | 1,348 | +61 |
| convex-security-check | 1,509 | +222 |
| springboot-verification | 1,315 | +28 |
| documentation-lookup | 1,355 | +68 |
| cost-aware-llm-pipeline | 1,279 | -8 |
FAQ
- How many installs does nodejs-best-practices have?
- nodejs-best-practices has 1,287 total installs and 1.3K installs this week.
- Where is nodejs-best-practices hosted?
- nodejs-best-practices is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does nodejs-best-practices have?
- nodejs-best-practices has 27.9K GitHub stars.
- When was nodejs-best-practices first indexed?
- OrangeBot.AI first indexed nodejs-best-practices on Jan 20, 2026.
- How do I install nodejs-best-practices?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill nodejs-best-practices