From hookify
グローバルとプロジェクトの両ディレクトリから設定済みの hookify ルールを一覧表示する。Use when hookify ルールの一覧、設定済みルールの確認を求められた際に使用する。
How this skill is triggered — by the user, by Claude, or both
Slash command
/hookify:listThis 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 ルールを一覧表示する。
グローバルとプロジェクトの両ディレクトリから設定済みの hookify ルールを一覧表示する。
以下の 2 つのディレクトリからルールファイルを検索する:
~/.claude/hooks-rules/*.md.claude/hooks-rules/*.mdGlob で各ディレクトリの *.md ファイルを検索する。
各ファイルの YAML frontmatter を Read で読み取り、以下を抽出する: name, enabled, event, action, tool_matcher, ソース (global/project)。
テーブル形式で表示する:
| ソース | 名前 | イベント | アクション | 有効 | Tool Matcher |
|---------|-------------------|----------|-----------|------|--------------|
| global | block-rm-rf | bash | block | true | — |
| project | warn-console-log | file | warn | true | — |
| project | block-rm-rf | bash | block | false| — |
プロジェクトルールがグローバルルールと同名の場合、「グローバルを上書き」と注記する。
ルールが見つからない場合は、/hookify:hookify でのルール作成、または ~/.claude/hooks-rules/ や .claude/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.