Naming Conventions

Use when naming a new file, function, variable, type, route, database column, environment variable, or any other code or system artifact. Covers identifier morphology (verb-noun choice, plural vs singular, prefix/suffix conventions), kebab-case vs camelCase vs snake_case vs PascalCase per artifact kind, abbreviation rules, name-vs-path semantics, the rename-coordination workflow, and detection of names that lie. Do NOT use for content writing (use `documentation`), for restructuring already-named code (use `refactor`), or for human-language copy in product UI (separate skill, not in this library).

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/software-engineering-method/naming-conventions commit 9789722820

Frequently asked questions

npx skillmds@latest add jacob-balslev/naming-conventions-2