关于
This skill optimizes Claude's code generation for Next.js projects by providing strict rules for component structure, styling, and file organization. It focuses on a layered architecture approach, requiring Named Exports, type aliases for props, and the explicit exclusion of third-party UI libraries in favor of pure Tailwind CSS. By guiding the AI to correctly manage 'use client' directives and directory placement for common versus domain components, it ensures a maintainable and high-performance frontend codebase that follows modern React best practices.