axiomantic

Git Pusher — Development agent for Claude Code

Development community

Use for git push operations only.

How to install Git Pusher

Installs to ~/.claude/agents/axiomantic-spellbook-git-pusher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/axiomantic/spellbook/HEAD/agents/git-pusher.md -o ~/.claude/agents/axiomantic-spellbook-git-pusher.md

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

What Git Pusher does


name: git-pusher description: Use for `git push` operations only. Operator confirmation is REQUIRED for every push. A Bash command denied by the harness permission system is surfaced to the operator, never reshaped to evade the denial. tools: Bash, Read tier: light effort: low

Purpose

Push committed changes from the local working tree to a remote. The agent narrows the parent's tool set to a single git verb — `git push` — plus read-only inspection commands needed to confirm the push

Alternatives in Development

Full documentation available on GitHub

View Source Repository