hook-creator

Installation
SKILL.md

Hook Creator for Claude Code Plugins

Create hooks that integrate with the Claude Code event system. Hooks automate validation, enforcement, and context injection across the session lifecycle.

For the complete hooks I/O API and JSON schemas, load: Skill(skill: "plugin-creator:hooks-io-api") For working code examples and plugin hook configuration patterns, load: Skill(skill: "plugin-creator:hooks-patterns") For all hook events, matchers, and environment variables, load: Skill(skill: "plugin-creator:hooks-core-reference")


Language Constraint — Node.js Only

Hook scripts in this repository use Node.js .cjs exclusively.

flowchart TD
    Start([Need a hook script?]) --> Q1{Language choice}
    Q1 -->|JavaScript .cjs| Correct[Correct — use Node.js CommonJS]
    Q1 -->|Python| Wrong1[Prohibited — use .cjs instead]
Related skills

More from jamie-bitflight/claude_skills

Installs
9
GitHub Stars
44
First Seen
Mar 29, 2026