common-naming-conventions
Installation
SKILL.md
common-naming-conventions
Apply consistent, intention-revealing naming conventions to all code artifacts — making the codebase readable, searchable, and self-documenting.
When to use
Use this skill when:
- Writing or modifying any code (variables, functions, classes, interfaces, files, directories)
- Creating database schemas, API endpoints, or configuration keys
- Naming test files, test cases, or test fixtures
- Defining environment variables, constants, or feature flags
- Reviewing code and noticing inconsistent or unclear naming
Instructions
1. Use English
All code, variable names, comments, documentation, commit messages, and branch names must be written in English. No exceptions.