Claude-skill-registry claude-allow-stop

Return to normal stop behavior. Use PROACTIVELY after completing all tasks in continuous work mode, when work is committed and tests pass, or when reaching natural stopping point. User can invoke with /claude-allow-stop.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/claude-allow-stop" ~/.claude/skills/majiayu000-claude-skill-registry-claude-allow-stop && rm -rf "$T"
manifest: skills/data/claude-allow-stop/SKILL.md
source content

Disable Stop Hook Automation

Allow normal completion and wait for user input.

.claude/skills/claude-allow-stop/scripts/allow-stop.sh

Or user invokes:

/claude-allow-stop

Re-enable with

/claude-do-not-stop [reason]