What problem does it solve? Node.js developers often default to familiar frameworks and patterns without considering whether they fit the project's deployment target, performance needs, or team context. This Skill provides decision-making frameworks for choosing frameworks, runtimes, async patterns, and security practices based on actual project requirements. ## Core Features & Use Cases - Framework Selection Guidance: Decision trees comparing Hono, Fastify, Express, and NestJS based on deployment target, cold start needs, and team experience. - Architecture & Error Handling Principles: Layered structure patterns (controller/service/repository), centralized error handling, and HTTP status code selection guidance. - Security & Validation Checklists: Input validation boundaries, library selection (Zod, Valibot, ArkType), and a security checklist covering hashing, JWT, rate limiting, and CORS. - Use Case: When starting a new serverless API, use this Skill to evaluate whether Hono fits the edge deployment target, plan the validation strategy with Zod, and structure error responses before writing code. ## Quick Start Ask the AI to help you choose a Node.js framework and architecture for your new API project based on your deployment target and team experience.