From git
Creates conventional git commits via git-agent for staged/unstaged changes. Use on 'commit' requests or /commit, optionally co-authoring with Claude model.
npx claudepluginhub fradser/dotclaude --plugin gitThis skill is limited to using the following tools:
Do NOT run `git status`, `git diff`, `git log`, or any other commands before `git-agent commit`.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Do NOT run git status, git diff, git log, or any other commands before git-agent commit.
$ARGUMENTS contains a Claude model name, use it as co-author: git-agent commit --intent "<intent>" --co-author "<model> <noreply@anthropic.com>"git-agent commit --intent "<intent>"--freegit commit with Conventional Commits format via HEREDOCCLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md