Use when creating, modifying, or debugging Claude Code hooks — PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification. Covers the plugin hooks/hooks.json wrapper format vs. the user settings.json direct format, matchers, security patterns, $CLAUDE_PLUGIN_ROOT portability, lifecycle limitations, and debugging. Trigger on "add a hook", "validate tool use", "block dangerous commands", "enforce completion", "hook-based automation".
$npx -y skills add kanevry/session-orchestrator --skill hook-developmentInstalls into the current project.
Run `npx skills use "https://github.com/kanevry/session-orchestrator" --skill "kanevry/session-orchestrator/hook-development"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kanevry/session-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/kanevry/session-orchestrator"` and select the relevant skills, then follow their instructions.