When to use this skill:
- •When writing any new code in the project
- •When modifying existing code files
- •When naming variables, functions, classes, constants, or files
- •When deciding how to structure a function or method
- •When a function is getting too long and needs to be split
- •When removing dead code, unused variables, or imports
- •When deleting commented-out code blocks
- •When extracting duplicate logic into reusable functions
- •When applying consistent indentation (spaces or tabs)
- •When formatting code for readability
- •When reviewing code for style consistency
- •When choosing descriptive names that reveal intent
Global Coding Style
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global coding style.
Instructions
For details, refer to the information provided in this file: global coding style