Automates lifecycle behaviors in Claude Code by generating structurally correct hook configurations and shell scripts.
This skill facilitates the creation and management of Claude Code hooks, which function as automated guards, observers, or reactors within a developer's workflow. It ensures that complex JSON configurations follow exact schema rules—including the critical three-level nesting structure—while generating robust, boilerplate-heavy shell scripts for event handling. Ideal for setting up feedback loops in PAS (Process-as-a-Service) workflows, enforcing validation rules, and automating repetitive post-event actions across plugins and project components.
主な機能
01Provides secure shell script boilerplate with proper error handling and variable quoting
02Generates schema-compliant JSON hook configurations with mandatory 3-level nesting
03Validates configurations against valid event types and handler compatibility matrices
04Automates creation of PAS feedback infrastructure including self-evaluation and routing
05Supports lifecycle automation for guards, observers, and reactors
060 GitHub stars
ユースケース
01Setting up automated validation guards to block problematic code submissions or bad actions
02Orchestrating post-event reactors to trigger automated cleanup or downstream processes
03Implementing logging and notification observers to track project lifecycle events