guardian-off

Disable Protocol Guardian enforcement by removing state flags and updating session configuration files.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill guardian-off
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guardian-off
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/guardian-off
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill guardian-off

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This skill removes the active enforcement of the Protocol Guardian, allowing for unrestricted operations during the current session when strict adherence to behavioral contracts is temporarily unnecessary.

Core Features & Use Cases

  • Session State Modification: Safely removes the guardian-enabled flag file.
  • Configuration Update: Updates the session-guardian JSON state to reflect a disabled status.
  • Use Case: Use this when you need to perform experimental tasks or bulk operations that would otherwise be blocked by the Protocol Guardian's safety and behavioral constraints.

Quick Start

Execute the guardian-off skill to immediately disable the Protocol Guardian for your current session.

Frequently Asked Questions about guardian-off

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I disable the Protocol Guardian for my current development session?

To disable the Protocol Guardian for your current development session, you need to remove the guardian-enabled state flag file and update the session-guardian JSON configuration to reflect a disabled status.

When should I turn off behavioral contract monitoring in a session?

You should turn off behavioral contract monitoring when you need to perform experimental tasks or bulk operations that would otherwise be temporarily blocked by the Protocol Guardian's safety constraints.

What dependencies are required to modify session configuration files for guardian enforcement?

Modifying session configuration files for guardian enforcement requires a bash shell environment and the jq command-line tool to parse and update the JSON state files.

Can I use bash and jq to manually update session-guardian JSON state?

Yes, you can use bash and jq to manually update session-guardian JSON state by removing the active enforcement flags, allowing unrestricted operations during the current session.

Does disabling the Protocol Guardian permanently remove safety constraints?

Disabling the Protocol Guardian does not permanently remove safety constraints; it only suspends behavioral contract monitoring for the current session by modifying local state flags and JSON configuration.

Why are my bulk operations blocked by the Protocol Guardian's behavioral contracts?

Bulk operations are blocked because the active Protocol Guardian enforces strict behavioral contracts and safety constraints. You must disable the guardian state flag to allow these unrestricted actions.