What problem does it solve? Inconsistent branch naming across repositories makes code history hard to navigate and violates team conventions. This Skill enforces the correct branch naming rules automatically, including the mandatory mku/ prefix for exonet repositories and Conventional Commits prefixes elsewhere. ## Core Features & Use Cases - Remote-aware prefix selection: Inspects the origin remote and applies the mandatory mku/ prefix for github.com/exonet/ repositories, or a Conventional Commits type (feat/, fix/, chore/, refactor/, docs/, test/) for other repositories. - Ticket integration: Includes the EXO-XXXX ticket number right after the prefix when an exonet repository has a Notion or Jira ticket, e.g. mku/EXO-2122-direct-debit-status. - Base branch guidance: Branches off the repository's main branch (master or main) unless told otherwise. - Use Case: When starting work on a bug fix in an exonet repository, the Skill produces a compliant name like mku/EXO-2122-direct-debit-status instead of an ad-hoc branch name. ## Quick Start Create a new branch for my current ticket following the repository's naming conventions.