SessionStart
01Hook Claude Code
Runs when a session starts on startup and resume, executing session_start_loader.py via uv. From grimoire-rs/grimoire.
Package manager for AI-agent config. grim installs, updates, and publishes skills, rules, agents, MCP servers, and bundles into Claude Code, Copilot, Cursor, Codex, Gemini, Zed, Amp, Kiro, Junie, and opencode — pinned by digest in a lockfile. Storage is any OCI registry; there is no service to run.
Hook Claude Code
Runs when a session starts on startup and resume, executing session_start_loader.py via uv. From grimoire-rs/grimoire.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, executing pre_tool_use_validator.py, pre_commit_verification.py and conventional_commit_validator.py via uv (3 commands). From grimoire-rs/grimoire.
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing post_tool_use_tracker.py via uv. From grimoire-rs/grimoire.
Hook Claude Code
Runs when the agent finishes a response, executing stop_validator.py via uv. From grimoire-rs/grimoire.
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop_logger.py via uv. From grimoire-rs/grimoire.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user_prompt_router.py via uv. From grimoire-rs/grimoire.