概要
This Claude Code Skill provides a comprehensive set of rules for JavaScript (ES6+) and TypeScript development, focusing on naming conventions for variables, functions, classes, and files. It ensures that your codebase adheres to industry best practices like kebab-case for filenames, PascalCase for classes, and camelCase for functions. By automating the application of these standards, the skill helps maintain a consistent style across large teams, simplifies code reviews, and reduces technical debt associated with poor naming and disorganized module structures.