概要
This skill provides Claude with standardized templates and implementation patterns for building a resilient backend service layer. It enforces the Result type pattern to eliminate uncaught exceptions, promotes base service classes for consistent logging, and includes best practices for preventing performance bottlenecks like N+1 queries. Designed for modern TypeScript environments, these patterns help developers maintain a clean separation of concerns while ensuring that database interactions are secure, transactional, and easy to debug.