unfreeze

Deactivate the guard scope to restore normal editing mode across the project.

58|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/fagemx/gstack-game --skill unfreeze-fagemx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/fagemx/gstack-game/tree/main/skills/unfreeze
Command: npx skills add https://github.com/fagemx/gstack-game --skill unfreeze-fagemx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deactivates the active /guard scope to restore normal editing mode across the project.

Core Features & Use Cases

  • Deactivate guard mode to resume unrestricted editing across files.
  • Preserve /careful protections if they were enabled separately.
  • Works within the gstack-game workflow to revert editing constraints safely.

Quick Start

Invoke /unfreeze to deactivate the guard and resume normal editing.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I deactivate guard mode to restore normal editing across my project?

To deactivate guard mode and restore normal editing, invoke the unfreeze command. This clears the active /guard scope across the project, allowing unrestricted file modifications during troubleshooting or debugging sessions.

What happens to careful protections when I lift the guard scope?

Lifting the guard scope leaves careful protections intact if they were enabled separately. The unfreeze action specifically clears the /guard state while preserving independent /careful restrictions applied to the session.

Does the gstack workflow support reverting editing constraints safely?

Yes, the gstack workflow supports reverting editing constraints safely. The unfreeze command deactivates the guard scope within the gstack-game workflow, updates session telemetry, and outputs a confirmation message.

When should I lift guard mode during a development session?

You should lift guard mode when unrestricted editing is required during troubleshooting, code review, or debugging. Unfreeze restores normal editing capabilities across the project files while maintaining any separate careful protections.