Cc Hooks banner
markus41 markus41

Cc Hooks

Development community

Description

# /cc-hooks — Claude Code Hooks Designer & Manager Design, create, and manage Claude Code hooks. ## Usage ``` /cc-hooks [action] [hook-type] ``` ## Actions ### create Create a new hook interactively. ``` /cc-hooks create # Interactive /cc-hooks create pre-tool-use # Create PreToolUse hook /cc-hooks create post-tool-use # Create PostToolUse hook /cc-hooks create notification # Create Notification hook /cc-hooks create stop

Installation

Installs to ~/.claude/commands/markus41-claude-cc-hooks.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/commands/cc-hooks.md -o ~/.claude/commands/markus41-claude-cc-hooks.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository