I wanted to build a code review agent with specific rules, personality, and skills that I could clone into any project and have Claude Code follow consistently. I found this open-source tool called gitagent . You define your agent in a Git repo using a YAML config and a SOUL.md file (which basically defines who the agent is), and then run it with Claude Code as the adapter. npx /gitagent@0.1.7 run -r https://github.com/shreyas-lyzr/architect -a claude It clones the repo and runs Claude with all your agent’s rules loaded. Since everything lives in Git, you can version control it, branch it, and share it easily. If anyone wants to check it out: gitagent.sh . I’ve been experimenting with it all week. submitted by /u/MagnusXE
Originally posted by u/MagnusXE on r/ClaudeCode
