SessionStart
01Hook
Runs when a session starts, executing hook-sessionstart.js via node. From bitqs/Slime.
⚔️ Turn your real Claude Code session into a turn-based RPG — a statusline HUD + PixiJS arena where your goals are bosses, your todos are minions, and your tokens are your resource. Fight and win, with zero impact on the session.
Hook
Runs when a session starts, executing hook-sessionstart.js via node. From bitqs/Slime.
Hook
Runs when you submit a prompt, before the agent sees it, executing hook-prompt.js via node. From bitqs/Slime.
Hook
Runs before the agent uses a tool, executing hook-pretool.js via node. From bitqs/Slime.
Hook
Runs after a tool call finishes, executing hook-posttool.js via node. From bitqs/Slime.
Hook
Runs when the agent finishes a response, executing hook-stop.js via node. From bitqs/Slime.
Hook
Runs when a subagent finishes, executing hook-subagentstop.js via node. From bitqs/Slime.
Hook
Runs before the context is compacted, executing hook-precompact.js via node. From bitqs/Slime.