From git
Creates or updates a .gitignore file using git-agent AI generation, preserving custom rules, with optional additional technologies argument.
How this command is triggered — by the user, by Claude, or both
Slash command
/git:SKILL additional-technologieshaikuupdate-gitignore/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. Preserve custom rules from existing .gitignore
2. `git-agent init --gitignore --force`
3. On auth error (401), retry with `--free`
4. Re-add preserved custom rules
5. Show diff
CLI reference: `${CLAUDE_PLUGIN_ROOT}/references/cli.md`git-agent init --gitignore --force--freeCLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md
npx claudepluginhub fradser/dotclaude --plugin git/gitignore-genGenerates or extends a .gitignore file for the detected or specified tech stack, organized into labeled sections for stack, editor/IDE, OS, secrets, build output, and test artifacts.
/ignoreAdds ignore patterns to .git/info/exclude and .gitignore with per-pattern confirmation. Also supports sync.md in marketplace repos.
/gen-github-dirGenerates complete .github directory for Go projects with GitHub Actions workflows, Dependabot config, and funding setup. Supports --force, --minimal, --dry-run flags.
/gitExecutes Git operations with intelligent automation — analyzes repository state, generates conventional commit messages from changes, and provides workflow optimization guidance.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, and issue linking. Supports --draft and --no-monitor flags.
/SKILLLaunches a context-researcher agent that gathers code context for a repository or library via DeepWiki, Context7, Exa, or git clone. Accepts optional --method flag.