unfreeze

Delete the freeze state file to restore editing access across all directories.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cheng80/rummipoker --skill unfreeze-cheng80
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/cheng80/rummipoker/tree/main/.agents/skills/gstack-unfreeze
Command: npx skills add https://github.com/cheng80/rummipoker --skill unfreeze-cheng80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary that restricts edits, so you can modify any directory again, speeding iterative work.

Core Features & Use Cases

  • Clear the freeze boundary to restore full editing scope during an active session.
  • Works across all project directories to support ad-hoc changes without ending the session.
  • Use case: you paused edits for a safe checkpoint and now need to resume broad changes quickly.

Quick Start

Use gstack-unfreeze to clear the freeze boundary and restore full edit access across all directories.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove a freeze boundary to enable edits across all directories?

To remove a freeze boundary and enable edits across all directories, use a session state management command that deletes the restriction state file, immediately restoring full edit access across the workspace.

Why does my session still restrict edits after a temporary pause?

Your session restricts edits because a freeze state file is still active, limiting your edit scope; you must clear this state file to remove the restriction and resume modifying any directory.

Can I widen my edit scope without ending my active session?

Yes, you can widen your edit scope without ending your active session by clearing the freeze boundary, which supports ad-hoc changes across all project directories during the current workflow.

What is the best way to resume broad changes after pausing edits for a safe checkpoint?

The best way to resume broad changes after a safe checkpoint is to clear the freeze boundary, which removes the temporary restriction and restores full editing scope across your workspace instantly.

Is it safe to re-freeze edits after clearing the freeze state?

Yes, it is safe to re-freeze edits after clearing the freeze state, as the unfreeze action is fully reversible and allows you to re-apply the edit restriction whenever needed.

Does clearing the freeze state work across any workspace?

Yes, clearing the freeze state works across any workspace, as the mechanism deletes the state file if present and shows a confirmation message, ensuring broad edit access regardless of the project directory.