From autoresearch
Remove repo-local autoresearch Codex hooks to stop auto-resume and unblock stop in the repo.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autoresearch:autoresearch-uninstallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Find the repo root:
Find the repo root:
git rev-parse --show-toplevel
Run the bundled uninstaller against that repo root:
REPO_ROOT=$(git rev-parse --show-toplevel)
../autoresearch-create/scripts/uninstall-codex-hooks.sh "$REPO_ROOT"
Confirm in one sentence that only repo-local autoresearch-managed hooks were removed and unrelated hooks were preserved.
npx claudepluginhub ozeron/autoresearchPauses the autoresearch loop by touching .autoresearch-paused, disabling all hooks until autoresearch-create resumes the loop. Preserves experiment state.
Pauses the codex-pair PostToolUse hook temporarily by writing a sentinel file, useful for silencing reviews during noisy refactors, dogfooding, or docs-only changes.
Creates or updates Codex hooks for global or project scope, writing hook configs, scripts, and feature flag config based on user intent.