Hooks Git
Plugin ActiveGit Hooks - Event-driven automation hooks
To automate common Git operations like staging modified files and assisting with commit creation through event-driven hooks.
Features
- Automatic staging of modified files after edits
- Intelligent commit creation with automatic message generation
- Event-driven automation for Git workflows
Use Cases
- Automatically staging all changes before creating a commit
- Streamlining the commit process by auto-generating messages
- Integrating Git operations into the Claude Code workflow
Non-Goals
- Performing complex Git operations beyond staging and basic commit assistance
- Replacing the full Git command-line interface
- Handling non-Git related automation
Invocation
- warning:Overlapping near-synonym toolsThe plugin exposes 'git-add-changes' and 'auto-git-add', which perform very similar functions of staging modified files, leading to potential redundancy.
- warning:Hook matcher tightnessThe 'auto-git-add' hook uses a broad matcher 'Edit|MultiEdit|Write' which could potentially trigger on unintended file operations.
Installation
First, add the marketplace
/plugin marketplace add davepoon/buildwithclaude/plugin install hooks-git@buildwithclaudeQuality Score
Similar Extensions
Claude Recap
99Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.
Hooks Safety
99Essential safety hooks to prevent destructive operations in Claude Code. From cc-safe-setup (655+ hooks).
Dotforge
100Node.js 20+ with Express/Fastify, TypeScript, and ESM module rules for Claude Code.
Shell Scripting Plugins
99Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing
Worktrunk
99Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in `wt list` showing active Claude sessions).
Cc Safe Setup
99734 safety hooks for Claude Code — prevent file deletion, credential leaks, git disasters, and token waste during autonomous AI coding sessions