From git
Creates or updates .gitignore using git-agent AI rules for project and optional additional technologies. Preserves custom rules and shows diff.
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 (e.g., .aider*) to .git/info/exclude, .gitignore, and optionally sync.md. Prompts for input if needed, checks existence, confirms per location before appending.
/commit-and-pushReviews git changes, stages appropriate files excluding generated/secrets, crafts conventional commit message, commits, and pushes to remote repository.
/gen-github-dirGenerates complete .github directory for Go projects with GitHub Actions workflows, Dependabot config, and funding setup. Supports --force, --minimal, --dry-run flags.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.