using-git-agent
Installation
SKILL.md
Git Agent CLI
AI-powered Git CLI — atomic AI commits plus co-change relations for agents, all-language, offline, no API key.
Start here
Use the bare command by default. Pass the user's intent directly to
git-agent:
git-agent --intent "describe the user's requested change"
The bare command is the autonomous agent entry point introduced by the recent
CLI workflow. It inspects the repository and runs the commit workflow. Do not
default to git-agent commit; use that subcommand only for an explicit commit
case.