Skip Next Command banner
frmoretto frmoretto

Skip Next Command

Productivity community intermediate

Description

Set a one-time bypass flag so the next shell command skips the safety check.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for frmoretto/hardstop, shared by 5 entries in this directory. It describes the repository, not this entry specifically.


description: Skip Hardstop safety check for the next command only allowed-tools: ["Bash"]

Skip Next Command

Set a one-time bypass flag so the next shell command skips the safety check.

Your Task

Run this command to set the skip flag:

python "${CLAUDE_PLUGIN_ROOT}/commands/hs_cmd.py" skip $ARGUMENTS

Then inform the user that the next command will bypass safety checks, but protection will resume automatically after that.