Skip to content
sem edited this page Jul 4, 2025 · 2 revisions

Claude Hooks Manager

Welcome to the Claude Hooks Manager wiki! This tool provides a powerful way to manage git hooks for Claude.ai projects, ensuring consistent development practices and automated workflows.

What is Claude Hooks Manager?

Claude Hooks Manager is a command-line tool that simplifies the installation, management, and execution of git hooks in your projects. It provides pre-configured hooks optimized for AI-assisted development with Claude.

Key Features

  • 🚀 Easy Installation: One-command setup for git hooks
  • 📦 Pre-configured Hooks: Ready-to-use hooks for common scenarios
  • 🔧 Customizable: Create and manage your own custom hooks
  • 🎯 Claude-Optimized: Hooks designed specifically for AI-assisted development
  • 📊 Status Tracking: Monitor which hooks are active in your projects
  • 🔄 Version Control: Keep your hooks synchronized across your team

Quick Links

Available Hooks

Pre-commit Hooks

  • format-check: Ensures consistent code formatting
  • lint-check: Runs linting on staged files
  • test-check: Runs tests before committing
  • type-check: TypeScript type checking

Commit Message Hooks

  • commit-format: Enforces conventional commit format
  • ai-commit-msg: Generates AI-enhanced commit messages

Pre-push Hooks

  • test-suite: Runs full test suite before pushing
  • build-check: Ensures project builds successfully

System Requirements

  • Node.js 14 or higher
  • Git 2.9 or higher
  • npm or yarn

Support

License

Claude Hooks Manager is open source software licensed under the MIT license.


This wiki is continuously updated. Last update: 2025-07-04

Clone this wiki locally