This is a structured guide for standardizing your team's Git practices. It gives you conventional commit formats (feat, fix, docs, etc.), branch naming patterns like feature/TICKET-123-description, and a PR template with checklist items. There's a Python script for commit message validation, though the real value is having all these conventions in one place so you stop debating formats in code reviews. It's opinionated in a good way, basically Conventional Commits with ticket IDs baked in. If your team already has standards, you won't need this. If you don't, it's a reasonable starting point that covers the workflow basics without getting religious about rebase versus merge.
npx skills add https://github.com/agno-agi/agno --skill git-workflow