← スキル一覧に戻る

claude-hooks-developer
by paunchygent
Teacher-first Script Hub for running curated, upload-based tools.
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: claude-hooks-developer description: Create, configure, and manage Claude Code hooks for workflow automation, validation, and security. Guides hook implementation, configuration patterns, and best practices.
Claude Code Hooks Developer
Compact skill for creating and managing Claude Code hooks that intercept tool calls, validate operations, and enhance workflows.
When to Use
Activate when the user:
- Needs to create a new hook (PreToolUse, PostToolUse, UserPromptSubmit, Stop, etc.)
- Wants to configure hooks in
.claude/settings.jsonor.claude/settings.local.json - Asks about hook lifecycle events or available hook types
- Needs to validate/block operations, format files, or send notifications
- Mentions security controls, file protection, or command validation
- Wants examples of hook patterns or common use cases
Core Capabilities
- Hook Types: Guide selection between PreToolUse, PostToolUse, UserPromptSubmit, Stop, SubagentStop, SessionStart, Notification, PermissionRequest
- Hook Configuration: Generate correct JSON structure for
settings.jsonwith matchers, commands, and paths - Script Templates: Provide Python/Bash templates for common hook patterns
- Security Patterns: Implement file protection, dangerous command blocking, and access control
- Environment Variables: Utilize CLAUDE_PROJECT_DIR, CLAUDE_TOOL_INPUT_*, and other hook context
- Decision Control: Properly use exit codes (0=approve, 2=block) and JSON decision objects
- Common Use Cases: Format files, validate commands, send notifications, log operations, enforce policies
Quick Workflow
- Identify the hook event type based on the desired trigger point
- Create the hook script in
.claude/hooks/(Python or Bash) - Make script executable (
chmod +x) - Add hook configuration to
.claude/settings.jsonor.claude/settings.local.json - Test the hook with relevant tool operations
- Verify proper exit codes and error messages
Hook Event Types
- PreToolUse: Runs before tool execution (can block/modify)
- PostToolUse: Runs after tool execution (validation/cleanup)
- UserPromptSubmit: Validates user prompts before processing
- Stop: Controls whether Claude continues working
- SubagentStop: Controls sub-agent continuation
- SessionStart: Runs at session initialization
- Notification: Responds to system notifications
- PermissionRequest: Auto-approves/denies permission dialogs
Exit Codes
- 0: Approve/Success - operation continues
- 2: Block - operation blocked with error message
- Other: Error - operation fails
Reference Documentation
- Detailed Workflows & Patterns: See
reference.mdin this directory - Real-World Usage Examples: See
examples.mdin this directory - Hook Configuration Guide:
.claude/hooks/doc-standards-reminder.sh(example)
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です