Help us improve
Share bugs, ideas, or general feedback.
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 gitHow this skill is triggered — by the user, by Claude, or both
Slash command
/git:commithaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Do NOT run `git status`, `git diff`, `git log`, or any other commands before `git-agent commit`.
Creates conventional git commits via git-agent with optional co-author and pushes to remote, handling auth retries and upstream setup. Use for 'commit and push' requests or /commit-and-push invocation.
Creates semantic git commits with conventional commit format, stages changes, and pushes to remote. Handles pre-commit hooks and writes meaningful commit messages.
Executes git commits with conventional commit message analysis, intelligent staging, and message generation. Use when asked to commit changes or when /commit is invoked.
Share bugs, ideas, or general feedback.
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