- Home
- Skills
- Agents & Orchestration
- Git Manager.
More screenshots
Works with the AI tools you already use
Git Manager.
Git manager stops your coding agent from committing to main, staging secrets, or losing uncommitted work. Handles branches, commits, and pull requests on its own the rest of the time.
$10
Git Manager.
Example session with this skill installed
I've finished the auth fix. Review the diff in auth.ts, stage only the relevant hunks, and commit it with a clear message. Do not push yet.
- Read your context and instructions
- Compiled the git manager
I have inspected the repository state. HEAD is at 8a2f3c1 on branch feat/auth-fix.
Staged 2 hunks in src/auth.ts covering the token refresh logic.
Verified invariants: 12 unrelated files remain unstaged.
Commit created: 5b1d9e2 fix(auth): resolve token refresh race condition
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
The problem
Coding agents commit straight to main, force-push over a protected branch, or run git add . and sweep a .env file in with everything else. None of that is hypothetical. It's what happens when an agent handles Git without something checking what it's about to do before it does it.
What it does
- Path-scoped staging with hunk review, so
git add .accidents can't happen. - Blocks direct commits to main/master, so protected trunk stays protected.
- Checks repository identity and worktree state before every mutation, not just once at the start.
- Confirms remote state through the GitHub CLI (
gh) instead of trusting a local exit code. - Gives you a disclosed recovery plan before history-changing operations like interactive rebase or conflict resolution, not after something's already gone sideways.
Frameworks & tools
Standard git and gh (GitHub CLI). Built for CLI-integrated environments like Claude Code or Cursor.
Why this beats prompting it yourself
Telling an agent to "be careful with git" doesn't cover the edge cases: detached HEAD, a rebase already in progress, a branch that moved since the plan was made. This skill re-checks HEAD and the index immediately before executing, so a plan from a few messages ago can't collide with changes you made in between.
Use cases
- Feature branch work that won't quietly touch main.
- Interactive rebase and conflict resolution with a recovery step already planned out.
- Pull requests that get verified against GitHub's actual state before they're reported done.
- Staging exactly the hunks you meant to, without dragging in unrelated local changes.
Known limitations
Needs standard git and gh binaries installed. Won't run repository-provided scripts, hooks, or custom aliases. That boundary is intentional, not a gap.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 9 days ago
- Passed all security checks, Safe to install