Help us improve
Share bugs, ideas, or general feedback.
From git
Configures Git user identity and project commit scopes: verifies name/email, initializes git-agent, validates scopes from .git-agent/config.yml, generates .claude/git.local.md.
npx claudepluginhub fradser/dotclaude --plugin gitHow this command is triggered — by the user, by Claude, or both
Slash command
/git:SKILLhaikuconfig-git/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
1. Verify `git config user.name` and `user.email`; prompt if missing
2. `git-agent init --scope --force`
3. Read scopes from `.git-agent/config.yml`, validate naming:
- Single words: use as-is
- Multi-word: abbreviate to first letters (e.g., `multi-word` -> `mw`)
4. Create `.claude/git.local.md` from `${CLAUDE_PLUGIN_ROOT}/examples/git.local.md` with validated scopes
CLI reference: `${CLAUDE_PLUGIN_ROOT}/references/cli.md`/commit-and-pushReviews git changes, stages appropriate files excluding generated/secrets, crafts conventional commit message, commits, and pushes to remote repository.
/git-commit-helperGenerates conventional commit messages from staged changes using templates, validation, and git best practices.
/commitCommits git changes following best practices for staging, conventional messages, and hooks using the git:commit skill.
/sc-gitExecutes Git operations (status, add, commit, push, pull, branch, merge) with intelligent commit message generation, branch management, and workflow recommendations.
/gitExecutes Git operations (status, add, commit, push, pull, branch, merge) with intelligent commit messages, branch management, workflow optimization, and status recommendations.
/commitCreates logical git commits in conventional commit format using provided files or message.
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