Help us improve
Share bugs, ideas, or general feedback.
From git
Configures Git user identity (name/email) and project commit scopes using git-agent. Validates scopes from .git-agent/config.yml, abbreviates multi-word names, generates .claude/git.local.md.
npx claudepluginhub fradser/dotclaude --plugin gitHow this skill is triggered — by the user, by Claude, or both
Slash command
/git:config-githaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Verify `git config user.name` and `user.email`; prompt if missing
Manages git identity and GPG signing profiles per repository. Discovers profiles from GPG + git config, switches local identity, and checks signing health.
Guides advanced Git configuration including global settings, aliases, performance tuning, credential management, .gitattributes, maintenance, clone shortcuts, and troubleshooting across Windows, macOS, Linux.
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.
git config user.name and user.email; prompt if missinggit-agent init --scope --force.git-agent/config.yml, validate naming:
multi-word -> mw).claude/git.local.md from ${CLAUDE_PLUGIN_ROOT}/examples/git.local.md with validated scopesCLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md