Global Conventions
Installation
SKILL.md
Global Conventions
When to use this skill
- When organizing project files and directory structure
- When writing git commit messages following best practices
- When creating or updating README files and documentation
- When managing project dependencies (composer.json, package.json)
- When setting up environment configurations (.env files)
- When establishing or following code review processes
- When defining testing requirements for the project
- When using feature flags for incomplete features
- When maintaining changelogs or release notes
- When creating feature branches or merge requests
- When ensuring secrets and API keys are not committed
- When working on project-level conventions and standards
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global conventions.