hook-development
Originally fromovachiever/droid-tings
Installation
SKILL.md
Hook Development for Claude Code Plugins
Overview
Hooks are event-driven automation that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, load context, and integrate external tools.
Two hook types:
- Prompt-based (recommended): LLM-driven, context-aware decisions
- Command-based: Shell commands for fast, deterministic checks