hook-scope-guide
FeaturedSelect hook scope (plugin, project, global) by audience. Use when authoring a hook.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- athola
- Repository
- athola/claude-night-market
- Created
- 9 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
hook-authoring
Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.
hooks-eval
Evaluate hook security, performance, and SDK compliance. Use for audits.
hooks
Author, register, and optimize Claude Code hooks — choosing the event and matcher, keeping the per-invocation cost down, and the never-raise contract every hook script owes the harness. TRIGGER when: writing or editing a hook script, adding or changing a `hooks` entry in `settings.json`, diagnosing a hook that never fires or fires too often, or deciding whether something should be a hook at all. DO NOT TRIGGER when: the subject is git hooks (pre-commit, pre-push), React hooks, or Win32 hooks — unrelated senses of the word.