power-word-stun

Freeze a target process instantly with SIGSTOP, preserving its state for later resumption.

105|13|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Hmbown/Wizards-of-the-Ghosts --skill power-word-stun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-word-stun
Source: https://github.com/Hmbown/Wizards-of-the-Ghosts/tree/main/generated/hermes/containment-and-intervention/power-word-stun
Command: npx skills add https://github.com/Hmbown/Wizards-of-the-Ghosts --skill power-word-stun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In real-world systems, urgent freezes are sometimes required to stop a misbehaving or compromised process without destroying it, preserving its execution state for later investigation or resumption. Power Word Stun provides a hard freeze mechanism that halts activity while keeping the target alive for analysis and safe containment.

Core Features & Use Cases

  • Hard freeze with state preservation: SIGSTOP-like suspension that halts execution but retains memory and state.
  • Emergency containment: Use during incident response to prevent further damage while preserving evidence.
  • Resumption-ready: Target can be unfrozen and continued from the exact point of interruption when appropriate.

Quick Start

Cast Power Word Stun to immediately freeze a target process or account, preserving its state for later resumption.

Frequently Asked Questions about power-word-stun

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

FAQPage Schema
How do I freeze a running process without killing it?

To freeze a running process without killing it, you need a suspension mechanism like SIGSTOP that halts execution while preserving the process state in memory. This allows the target to remain alive for investigation or later resumption.

What is the best way to contain a compromised process during incident response?

The best way to contain a compromised process during an incident is an emergency suspension that stops activity immediately. A hard freeze halts further damage while preserving the execution state as evidence for analysis.

Can I resume a process after sending a SIGSTOP signal?

Yes, you can resume a process after sending a SIGSTOP signal. The process is resumption-ready, meaning it can be unfrozen and continued from the exact point of interruption when appropriate.

Does freezing a process with SIGSTOP preserve its memory state?

Freezing a process with SIGSTOP preserves its memory state completely. The hard freeze mechanism suspends execution but retains all memory and state data, ensuring nothing is lost during the intervention.

When should I use a process freeze instead of terminating the process?

You should use a process freeze instead of termination when destruction is unnecessary but activity must stop, such as during safety incidents, account freezes, or investigations requiring preserved execution state.

How does state preservation work across sessions for a frozen process?

State preservation across sessions works by capturing and retaining the process execution state through standard agent capabilities. This ensures the frozen process can be restored and resumed later without losing its context.