From ctx
Pauses context nudge and reminder hooks for the current session. Use for quick investigations or one-off tasks without reminders. Security hooks remain active.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:ctx-pauseThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pause all context nudge and reminder hooks for the current session.
Pause all context nudge and reminder hooks for the current session. Security hooks (dangerous command blocking) still fire.
ctx system message edit to
customize or silence individual hooks).claude/settings.local.json)Run the pause command:
ctx pause
Then confirm to the user:
Context hooks paused for this session. Nudges, reminders, and ceremony prompts are silenced. Security hooks still fire.
Resume anytime with
/ctx-resume.
ctx:paused indicator appears in hook
output so the state is never invisiblenpx claudepluginhub activememory/ctx --plugin ctxResumes paused context hooks after /ctx-pause, restoring nudges, reminders, and ceremonies. Use when user says 'resume ctx', 'unpause', 'turn nudges back on', or shifting to project work.
Documents Claude Code hooks lifecycle system: events (SessionStart to SessionEnd), types (command/http/prompt/agent), exit codes, PreToolUse tool modification/denial. Customizes agent behavior.
Generates bash hook scripts and settings.json configs for Claude Code events like PreToolUse, PostToolUse, SessionStart from user requirements; handles chmod +x and validation via /hooks-check.