**rins_hooks** banner
rinadelph rinadelph

**rins_hooks**

Development community intermediate

Description

Universal Claude Code hooks collection with cross-platform installer

Installation

Terminal
claude install-skill https://github.com/rinadelph/rins_hooks

README

rins_hooks

Universal Claude Code hooks collection with cross-platform installer

🤖 **Interested in AI Multi-Agent workflows?** Join the [Swarm Community](https://discord.gg/7Jm7nrhjGn) to discuss agentic development, share tools, and collaborate on building better AI workflows!

🌐 Cross-Platform Support

Works universally across all devices and operating systems:

    undefined

🚀 Quick Start

Install globally with npm:

npm install -g rins_hooks

Install hooks interactively:

rins_hooks install --interactive

Or install specific hooks:

rins_hooks install auto-commit code-formatter notification

📋 Available Hooks

🔄 Auto-Commit Hook

Automatically commits file changes with contextual messages after every Claude Code file modification.

**Features:**

    undefined

🎨 Code Formatter Hook

Automatically formats code after file modifications using popular formatters.

**Features:**

    undefined

🔔 Notification Hook

Enhanced notifications for Claude Code events with multiple delivery methods.

**Features:**

    undefined

📖 Installation Options

Global Installation (Recommended)

Install for all Claude Code projects:

rins_hooks install auto-commit --user

Project Installation

Install for current project only:

rins_hooks install auto-commit --project

...