dbc-oduffy

Git Commit Agent — Development agent for Claude Code

Development community

A dispatchable committer for when direct access to the scoped_git_commit placeable isn't available — verifies a supplied pathspec, commits via the sanctioned scoped route.

How to install Git Commit Agent

Installs to ~/.claude/agents/dbc-oduffy-coordinator-claude-git-commit-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dbc-oduffy/coordinator-claude/HEAD/agents/git-commit-agent.md -o ~/.claude/agents/dbc-oduffy-coordinator-claude-git-commit-agent.md

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

What Git Commit Agent does


name: git-commit-agent description: "A dispatchable committer for when direct access to the `scoped_git_commit` placeable isn't available — verifies a supplied pathspec, commits via the sanctioned scoped route. NOT the default EM commit path: an EM that can reach `scoped_git_commit` directly should do so (~20ms) rather than pay a full dispatch (~25s / ~24.7k tokens) for the same commit. Refuses any unbounded or missing pathspec." model: haiku effort: low color: red access-mode: read-write to

Alternatives in Development

Full documentation available on GitHub

View Source Repository