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.
npx claudepluginhub activememory/ctx --plugin ctxThis skill is limited to using the following tools:
Pause all context nudge and reminder hooks for the current session.
Resumes 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.
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.
Guides creation of Claude Code plugin hooks with prompt-based and bash command types for PreToolUse, PostToolUse, Stop, and other events. Covers plugin hooks.json and settings.json formats.
Share bugs, ideas, or general feedback.
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 invisible