AI AGENT ADDONS

Git Workflow And Versioning

addyosmani/agent-skills
Git & Pull Requests
12,377installs

Every code change needs a safety net. Git gives you that net. You can treat commits like save points in a game. Branches let you try new ideas without breaking anything. History becomes a story of what happened and why.

This skill shows you how to use Git the right way. It helps you make small, clear commits. It tells you to keep your main branch always ready to use. Work on short branches and merge them fast. This keeps your code clean and your team fast.

You will learn to write commit messages that explain the reason behind a change. You will separate different types of work into different commits. This makes reviewing easier and reverting safer. Good Git habits make every developer more confident.

Add Git Workflow And Versioning skill to your workflow

Global

mkdir -p ~/.claude/skills/git-workflow-and-versioning

Project

mkdir -p .claude/skills/git-workflow-and-versioning

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago