hook-developer

Community

Complete Claude Code hooks reference with schemas and tests

Authorparcadei
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a complete reference for developing Claude Code hooks, including input/output schemas, registration, and testing patterns.

Core Features & Use Cases

  • Hook input/output schemas: Understand PreToolUse, PostToolUse, UserPromptSubmit, and more.
  • Registration guidance: Properly register hooks in settings.json and manage hook lifecycle.
  • Testing patterns: Learn how to validate hooks with examples and test stubs.

Quick Start

Review the PreToolUse schema example and register it in your project hooks configuration.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: hook-developer
Download link: https://github.com/parcadei/Continuous-Claude/archive/main.zip#hook-developer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository