naming

Naming conventions for files, folders, functions, types, components, constants, and URLs. Enforces camelCase, PascalCase, SCREAMING_SNAKE_CASE, and kebab-case rules. References abbreviations skill for handling abbreviations, initialisms, and acronyms. Use when naming anything in the codebase.

$ Installer

git clone https://github.com/site-bender/sitebender /tmp/sitebender && cp -r /tmp/sitebender/.claude/skills/naming ~/.claude/skills/sitebender

// tip: Run this command in your terminal to install the skill