PreCompact
01Hook
Runs before the context is compacted, executing state-checkpoint.js via node. From cookys/autopilot.
Development workflow skills for Claude Code — dev-flow, survey, think-tank, CEO mode, retro, learn, context-reduce
Hook
Runs before the context is compacted, executing state-checkpoint.js via node. From cookys/autopilot.
Hook
Runs when a session starts on startup, clear and compact, executing session-start.js and version-drift-check.js via node (2 commands). From cookys/autopilot.
Hook
Runs when a session ends, executing session-handoff.js via node. From cookys/autopilot.
Hook
Runs before the agent uses a tool, executing opt-in-multiplexer.js via node. From cookys/autopilot.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing intent-capture.js, reload-watch.js, audit-log.js, log-error.js, failure-escalation.js, opt-in-multiplexer.js and suggest-compact.js via node (7 commands). From cookys/autopilot.
Hook
Runs when a tool call fails, executing opt-in-multiplexer.js via node. From cookys/autopilot.
Hook
Runs when the agent finishes a response, executing opt-in-multiplexer.js via node. From cookys/autopilot.