Agent skill

hook-lister

プロジェクトに設定されたフックの一覧を表示するスキル。「フック一覧」「フックを見せて」「設定済みフック」「hooks 確認」「フックリスト」「hook 一覧」「フックを確認」などで起動。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill hook-lister --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/hook-lister/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Hook Lister プロジェクトに設定されたフックの一覧を表示するスキル。「フック一覧」「フックを見せて」「設定済みフック」「hooks 確認」「フックリスト」「hook 一覧」「フックを確認」などで起動。 ## スキル情報 ```yaml name: hook-lister description: プロジェクトに設定されたフックの一覧を表示するスキル。「フック一覧」「フックを見せて」「設定済みフック」「hooks 確認」「フックリスト」「hook 一覧」「フックを確認」などで起動。 allowedTools: - Read ``` ## Claude への指示 ### 実行手順 1. 以下のファイルから `hooks` セクションを読み込む: - `.claude/settings.json` - `.claude/settings.local.json`(存在する場合) 2. イベント別にフックを整形して表示 ### フックイベントの種類 | イベント | 説明 | matcher | |----------|------|---------| | PreToolUse | ツール実行前(ブロック可能) | 必須 | | PostToolUse | ツール実行後 | 必須 | | PostToolUseFailure | ツール実行失敗後 | 必須 | | UserPromptSubmit | プロンプト送信時 | 不要 | | Notification | 通知時 | 不要 | | Stop | レスポンス完了時 | 不要 | | SubagentStart | サブエージェント開始時 | 不要 | | SubagentStop | サブエージェント完了時 | 不要 | | PreCompact | Compact 操作前 | 不要 | | SessionStart | セッション開始時 | 不要 | | SessionEnd | セッション終了時 | 不要 | | PermissionRequest | 権限要求時 | 不要 | ### 出力フォーマット ```markdown ## 設定済みフック ### ソース別 | ソース | 件数 | |--------|------| | settings.json | 3 | | settings.local.json | 1 | ### PreToolUse | # | マッチャー | タイプ | コマンド/プロンプト | ソース | |---|-----------|--------|---------------------|--------| | 1 | Write | command | prettier --write "$FILE" | settings.json | | 2 |

What's inside
Steps it walks through
  1. スキル情報
  2. Claude への指示
  3. 実行手順
  4. フックイベントの種類
  5. 出力フォーマット
  6. 重要な注意事項
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the hook-lister skill do?

プロジェクトに設定されたフックの一覧を表示するスキル。「フック一覧」「フックを見せて」「設定済みフック」「hooks 確認」「フックリスト」「hook 一覧」「フックを確認」などで起動。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill hook-lister --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going