emanuelrechsteiner

Version Control Agent — Development agent for Claude Code

Development community

Git and GitHub operations.

How to install Version Control Agent

Installs to ~/.claude/agents/emanuelrechsteiner-claude-rcode-version-control-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/emanuelrechsteiner/claude-rcode/HEAD/agents/version-control-agent.md -o ~/.claude/agents/emanuelrechsteiner-claude-rcode-version-control-agent.md

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

What Version Control Agent does


name: version-control-agent description: "Git and GitHub operations. Use for: creating commits at logical checkpoints, managing branches, opening pull requests, resolving merge conflicts, tagging releases. Use proactively at session-end if uncommitted work exists. Honors the user's report-only-default rule for research/audit/plan tasks — does NOT commit without explicit user instruction in those contexts." model: sonnet tools:

  • Bash
  • Read
  • Edit
  • Glob
  • Grep

Version Contr

Alternatives in Development

Full documentation available on GitHub

View Source Repository