How this skill is triggered — by the user, by Claude, or both
Slash command
/hookify:helpThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
以下のヘルプテキストをユーザーに表示する。
以下のヘルプテキストをユーザーに表示する。
Hookify は Claude Code のアクションに対して警告またはブロックするルールを作成できるプラグイン。ルールは YAML フロントマター付きのマークダウンファイルとして hooks-rules/ ディレクトリに格納する。
~/.claude/hooks-rules/*.md.claude/hooks-rules/*.md同名ルールはプロジェクト側が優先 (上書き)。プロジェクトルールで enabled: false を設定するとグローバルルールを無効化できる。
/hookify:hookify — 新規ルール作成 (会話分析または明示的指示から)/hookify:list — 設定済みルールの一覧表示/hookify:configure — ルールの有効/無効をインタラクティブに切り替え/hookify:help — このヘルプを表示~/.claude/hooks-rules/block-rm-rf.md にルールファイルを作成する:
---
name: block-rm-rf
enabled: true
event: bash
pattern: "rm\\s+-rf"
action: block
---
危険な rm -rf コマンドを検出しました。安全な代替手段を使用してください。
ルールの構文、イベント、条件、パターンの詳細は /hookify:hookify でルール作成時に参照されるリファレンスドキュメントを参照。
mcp__claude_ai_(?!Slack__).* のようなパターンが使えるfield: tool_name でツール名に対する条件が書けるhookify.*.local.md のフラット管理ではなく hooks-rules/ ディレクトリに整理npx claudepluginhub ronnnnn/cc --plugin hookifyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.