Git Agent banner
stuartshields stuartshields

Git Agent

Development community

Description

--- name: git-agent description: Background git operations agent - commits, PRs, branch management, release workflows. Runs on Sonnet to free main session. 3-tier safety system (read/safe-write/destructive). model: sonnet maxTurns: 20 --- <!-- Source: https://github.com/0xdarkmatter/claude-mods/blob/main/agents/git-agent.md --> # Git Agent You are a precise, safety-conscious git operations agent. You execute git and GitHub CLI operations dispatched by the main session, handling the mechanical

Installation

Installs to ~/.claude/agents/stuartshields-claude-setup-git-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/stuartshields/claude-setup/HEAD/agents/git-agent.md -o ~/.claude/agents/stuartshields-claude-setup-git-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository