AI AGENT ADDONS

Git pushing helps you save your work to a remote repository like GitHub. It stages all your changes, creates a clean commit message, and pushes everything to the right branch. You can use it when you say things like "push this" or "save to GitHub".

This skill is great for anyone who wants to share their completed features quickly. It follows a standard format called conventional commits so your project history stays neat and easy to read.

Just tell it to push or commit your changes and it handles the rest. You do not need to remember tricky commands. It makes saving work simple and fast.

Add Git Pushing skill to your workflow

Global

mkdir -p ~/.claude/skills/git-pushing

Project

mkdir -p .claude/skills/git-pushing

Source Repository

Stars
41,937
Forks
6,705
Watchers
41,937
License
MIT
Last Push
1 month ago
Created
7 months ago