From Git
Initializes git-agent for a repository — generates commit scopes from git history and .gitignore via AI. Use when the user asks to "configure git", "setup git", "set commit scopes", "update gitignore", "create gitignore", or needs project-specific Git settings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git:setup [scope|gitignore][scope|gitignore]haikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
CRITICAL:
CRITICAL:
.gitignore rules before running git-agent init --gitignore.git-agent init command with --free appended.git config user.name and git config user.email; prompt if missing.$ARGUMENTS to determine mode:
scope → run only scope generationgitignore → run only .gitignore generation.gitignore already exists:
# --- git-agent --- markers or common auto-generated patterns)git-agent init with the appropriate flags:
git-agent init --scope --gitignore --forcegit-agent init --scope --forcegit-agent init --gitignore --force--free appended..gitignore rules were saved in step 3, append them back and show git diff .gitignore.CLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md
npx claudepluginhub est7/dotclaude --plugin gitCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.