Use when creating, modernizing, or production-hardening a Node.js backend service after backend architecture is approved or intentionally deferred. Produces a framework-aware (Express, Fastify, or NestJS) TypeScript service shell with fail-fast validated configuration, a structured pino logging seam, liveness and readiness probes, layered error handling (uncaughtException, unhandledRejection, framework error handler, graceful shutdown), an AsyncLocalStorage request context, a DI container shell downstream archetypes extend, and a non-root multi-stage container image without baked secrets. Do not use for auth flow implementation, observability vendor wiring, queue or event integration, or performance and resilience gating; use the other Node.js archetype skills instead.
$npx -y skills add amritmalla/claude-full-stack-2.0 --skill nodejs-service-scaffoldInstalls into the current project.
Run `npx skills use "https://github.com/amritmalla/claude-full-stack-2.0" --skill "amritmalla/claude-full-stack-2.0/nodejs-service-scaffold"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amritmalla/claude-full-stack-2.0" that are relevant to the current task. Run `npx skills add "https://github.com/amritmalla/claude-full-stack-2.0"` and select the relevant skills, then follow their instructions.