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.
How 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
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
npx claudepluginhub fradser/dotclaude --plugin gitManages 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.