Claude Hook Generator
Independent PiSkill directory guide. The original prompt remains hosted by Anthropic Claude Code.
What does this prompt do?
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.
Primary use case
Create a Claude Code hook for a repeatable event-driven rule.
Expected output
A hook configuration and explanation of when it executes.
Inputs or variables
- desired behavior
- trigger event
- scope
Related prompts
Claude Ralph Loop
Runs an iterative Claude Code task loop with explicit completion criteria so multi-step work continues until verified success or a genuine blocker is reached.
Claude Agent SDK App Starter
Starts a new Claude Agent SDK application by gathering requirements, selecting an appropriate structure, and creating an implementation-ready project foundation.
Claude Code Review
Runs Anthropic's multi-perspective Claude Code review workflow over a pull request and filters candidate findings for relevance and confidence.
Claude Commit Workflow
Creates a focused Git commit from the current changes after inspecting repository state, understanding intent, and preparing an accurate commit message.
Claude Feature Development
Guides feature development through codebase discovery, clarification, architecture, implementation, review, and verification rather than jumping directly into edits.
Claude Plugin Creator
Creates a Claude Code plugin by selecting the necessary components, establishing a valid structure, and generating maintainable commands, skills, agents, or hooks.