概要
This skill acts as an automated architect and reviewer for TypeScript projects, specifically tailored for the Saleor Configurator ecosystem. It provides rigorous checklists for type safety—eliminating 'any' types and unsafe assertions—while promoting clean code principles and functional programming patterns like immutability and composability. By guiding the implementation of Zod schemas, error handling, and performance-optimized logic, it ensures that every contribution to the codebase remains maintainable, type-secure, and aligned with project-specific conventions.