lesser-restoration

Identify and clear stuck conditions in running systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In D&D, Lesser Restoration ends a specific condition: blinded, deafened, paralyzed, or poisoned. The real-world version is clearing a stuck state: a feature flag that should have been toggled, a queue that is stuck, a lock that was not released, a status field that is wrong, or a circuit breaker that is still tripped after the emergency passed. The system is not fundamentally broken — it has a specific condition that needs to be cleared.

Core Features & Use Cases

In this grimoire, Lesser Restoration is treated as a metaphorical spell with a shipping-now delivery profile. Canonical reference input: Lesser Restoration (spell).

Quick Start

Identify the stuck condition and perform the minimal clearing action to restore normal operation.

Frequently Asked Questions about lesser-restoration

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

FAQPage Schema
How do I clear a stuck queue or locked state in a running system?

To clear a stuck queue or locked state, you identify the specific blocking condition and perform the minimal clearing action required to restore normal operation. This process requires deterministic steps and thorough verification to ensure progress resumes.

What is the best way to clear a stuck feature flag that should have been toggled?

The best way to clear a stuck feature flag is to identify the specific incorrect status condition and execute the minimal flag-clearing action. This approach treats the flag as a single blocking condition, applying deterministic steps to restore normal operation.

Does clearing a stuck status field require taking the whole system offline?

Clearing a stuck status field does not require taking the system offline because the system is not fundamentally broken. You apply minimal clearing actions to the specific condition blocking progress, such as a wrong status field, and verify restored operation.

Why does a circuit breaker stay tripped and block progress after an emergency passes?

A circuit breaker stays tripped and blocks progress when the specific condition that triggered it is not explicitly cleared. Restoring flow requires identifying the tripped state and performing deterministic clearing steps to verify normal operation resumes.