From taches-cc-resources
Invokes create-hooks skill to provide expert guidance on developing hooks for Claude Code.
How this command is triggered — by the user, by Claude, or both
Slash command
/taches-cc-resources:create-hookThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the create-hooks skill.
Invoke the create-hooks skill.
npx claudepluginhub glittercowboy/taches-cc-resources --plugin taches-cc-resources/create-hookCreates new hooks via structured workflow: Iron Law tests first, brainstorm, security design, scaffold, validate. Supports --skip-brainstorm, --plugin, --event flags.
/new-hookCreates and configures Claude Code hooks from a natural language description, setting up events, matchers, and shell commands for workflow automation, notifications, formatting, and behavior control.
/create-hookCreates and configures Claude Code hooks for events like PreToolUse with matcher and command, including ESLint/Prettier templates. Outputs status and hook file path.
/create-hookScaffolds, debugs, validates, and analyzes Claude Code hooks with built-in templates and conflict detection.
/create-hookCreates a new custom automation hook for Claude Code events like SessionStart or PreToolUse. Prompts for name, trigger event, matcher, language (Python/Bash); generates script and registers it in hooks.json.
/hookify-helpDisplays Hookify system overview covering event types (bash, file, stop, prompt, all), rule file format, commands (/hookify, /hookify-list, /hookify-configure), and regex pattern tips.