概要
Global Coding Style ensures that every piece of code written or refactored maintains a high standard of readability and maintainability. By prioritizing the DRY (Don't Repeat Yourself) principle, small focused functions, and meaningful descriptive names, this skill helps Claude produce production-grade code that is easy for humans to understand and maintain. Whether you are working in PHP, JavaScript, or CSS, it provides a unified approach to formatting, structure, and the removal of dead code, ensuring codebase consistency and long-term project health.