hook-development

Installation
SKILL.md

Hook Development for coding assistant Plugins

Overview

Hooks are event-driven automation scripts that execute in response to coding assistant events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows.

Key capabilities:

  • Validate tool calls before execution (PreToolUse)
  • React to tool results (PostToolUse)
  • Enforce completion standards (Stop, SubagentStop)
  • Load project context (SessionStart)
  • Automate workflows across the development lifecycle

Hook Types

Prompt-Based Hooks (Recommended)

Use LLM-driven decision making for context-aware validation:

Installs
3
GitHub Stars
1
First Seen
10 days ago
hook-development — mhenke/claude-code-unplugged