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.

tuyv c520c07 4 files · 3.3 KB Updated

File contents

  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

tuyv/ccpm/tree/main/preset-registry/skills/fradser-dotclaude-config-git commit c520c07956

Frequently asked questions

npx skillmds@latest add tuyv/config-git