Spatie Version Control Guidelines Overview Apply Spatie's Git and version control conventions for consistent repository management. When to Activate - Activate this skill when creating commits, branches, or pull requests. - Activate this skill when naming new repositories. - Activate this skill when deciding on branching or merging strategies. Scope - In scope: Git operations, repository naming, branch naming, commit messages, merge strategies. - Out of scope: Code style, deployment pipelines, CI/CD configuration. Repository Naming Site source code Use the main domain name in lowercase, witho…