aiskillstore/claude-hooks
Claude Code hooks configuration specialist. Use when creating hooks for tool validation, logging, notifications, or custom automation in Claude Code.
This is a copy. The original lives at comeonoliver/claude-hooks.
npx skills add https://github.com/aiskillstore/marketplace --skill claude-hooks
Creates and configures hooks for Claude Code to automate workflows and extend functionality.
references/CLAUDE_HOOK.template.md - Hook configuration examples and patterns| Event | Trigger | Use Case |
|-------|---------|----------|
| PreToolUse | Before tool executes | Validation, blocking |
| PostToolUse | After tool completes | Logging, cleanup |
| Notification | Claude sends notification | Alerts |
| Stop | Claude stops | Final reports |
Hooks are configured in ~/.claude/settings.json under the hooks key.
Take aiskillstore/claude-hooks from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.