概要
This skill ensures long-term maintainability and readability across NestJS API and shared package directories by applying rigorous coding standards. It automates the enforcement of project-specific ESLint and Prettier configurations, such as 120-character line widths and single-quote styles, while promoting strict TypeScript practices like the elimination of 'any' types and the use of optional chaining. By standardizing file naming into kebab-case and organizing imports into logical, alphabetical blocks, this skill helps developers focus on logic while keeping the codebase consistent and professional.