From git
Creates or updates .gitignore using git-agent AI rules for project and optional additional technologies. Preserves custom rules and shows diff.
npx claudepluginhub fradser/dotclaude --plugin gitadditional-technologieshaikuupdate-gitignore/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`/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLStarts git-flow release: validates <version> semver, creates release/<version> branch, bumps version in project files, commits, and pushes to origin.
/SKILLReviews SwiftUI and Swift code for best practices, modern APIs, data flow, navigation, accessibility, performance. Outputs issues by file with before/after fixes and prioritized summary.
/SKILLFinalizes git-flow release: verifies branch, runs tests, updates changelog, merges to main/develop with tag, creates GitHub release, switches to develop.
git-agent init --gitignore --force--freeCLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md