Agent Skills: config-git

Configures git setup for user identity and project conventions. This skill should be used when the user asks to "configure git", "setup git", "set commit scopes", or needs project-specific Git settings.

UncategorizedID: fradser/dotclaude/config-git

Install this agent skill to your local

pnpm dlx add-skill https://github.com/FradSer/dotclaude/tree/HEAD/git/skills/config-git

Skill Files

Browse the full folder contents for config-git.

Download Skill

Loading file tree…

git/skills/config-git/SKILL.md

Skill Metadata

Name
config-git
Description
Configures git setup for user identity and project conventions. This skill should be used when the user asks to "configure git", "setup git", "set commit scopes", or needs project-specific Git settings.
  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