Disable Hardstop Protection banner
frmoretto frmoretto

Disable Hardstop Protection

Development community intermediate

Description

Temporarily disable the Hardstop pre-execution safety layer.

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: Disable Hardstop protection temporarily allowed-tools: ["Bash"]

Disable Hardstop Protection

Temporarily disable the Hardstop pre-execution safety layer.

Your Task

Run this command to disable protection:

python "${CLAUDE_PLUGIN_ROOT}/commands/hs_cmd.py" off

Then warn the user that dangerous commands will NOT be blocked until they run `/on` again.