panic

Halt AI operations via a HALT lockfile at .claude/HALT.

161|21|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/softspark/ai-toolkit --skill panic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panic
Source: https://github.com/softspark/ai-toolkit/tree/main/app/skills/panic
Command: npx skills add https://github.com/softspark/ai-toolkit --skill panic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stops system operations during critical failures to prevent cascading damage and unsafe behavior.

Core Features & Use Cases

  • Controlled shutdown: Initiates a safe halt using the system-governor agent to pause operations without data loss.
  • Explicit resume: Requires deliberate user action to resume, reducing risk of accidental continuation.
  • Audit trail: Creates a lockfile (.claude/HALT) to signal halt and a simple resume procedure.

Quick Start

Immediately halt the system when a critical issue is detected.

Frequently Asked Questions about panic

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

FAQPage Schema
How do I halt AI operations during critical system failures to prevent cascading damage?

To halt AI operations during critical system failures, you can trigger an emergency stop via a system-governor agent, which initiates a controlled pause to prevent cascading damage and unsafe behavior without losing data.

What is an emergency stop protocol for runtime governance contexts?

An emergency stop protocol for runtime governance contexts defines a controlled halt mechanism using a system-governor to pause AI operations safely. It establishes a lockfile to signal the halt and requires deliberate user action to resume operations.

How do I resume system operations after triggering an emergency halt?

To resume system operations after triggering an emergency halt, you must perform an explicit resume procedure. This deliberate user action removes the HALT lockfile and restores operations, reducing the risk of accidental continuation.

Does the emergency halt mechanism require a specific runtime environment to function?

The emergency halt mechanism works within runtime governance contexts that support a system-governor agent. It relies on creating a lockfile at the .claude/HALT directory to signal the halt and manage the controlled shutdown safely.

What is the best way to prevent unsafe behavior when a critical system failure occurs?

The best way to prevent unsafe behavior during critical failures is to use a system-governor to issue a controlled shutdown. This creates an audit trail via a lockfile and requires explicit user action to resume, ensuring safety.

When should I not use an automated emergency stop for AI operations?

You should not use an automated emergency stop if your environment lacks a system-governor runtime context, as the halt mechanism depends on creating a lockfile at .claude/HALT and requires explicit user action to safely resume operations.