AI AGENT ADDONS
AI & Agent Building
3,445installs

Hooks are event-driven automation scripts that run when Claude Code events occur. They help validate operations, enforce rules, and add context. You can use them to block dangerous commands or automate workflows.

There are two types of hooks. Prompt-based hooks use natural language reasoning for flexible decisions. Command hooks run bash scripts for fast checks.

Hooks support events like PreToolUse, PostToolUse, and Stop. They make your plugin smarter and safer.

Add Hook Development skill to your workflow

Global

mkdir -p ~/.claude/skills/hook-development

Project

mkdir -p .claude/skills/hook-development

Source Repository

Stars
31,260
Forks
3,414
Watchers
31,260
License
Apache-2.0
Last Push
23 days ago
Created
8 months ago