unfreeze

Clear the freeze boundary to re-enable edits across all project directories.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/XinheLIU/human-leverage --skill unfreeze-xinheliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/XinheLIU/human-leverage/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/XinheLIU/human-leverage --skill unfreeze-xinheliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edit boundaries sometimes block work in long-running sessions. This Skill clears the freeze boundary to re-enable edits across all directories when you need to widen the scope without ending the session.

Core Features & Use Cases

  • Clears the freeze boundary to allow edits across all directories.
  • Reinstates normal editing scope after a temporary freeze in a workflow.
  • Works with the project state marker (.gstack) to ensure the boundary resets correctly.

Quick Start

Ask to unfreeze to 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 unfreeze edit boundaries in a long-running Bash session?

To unfreeze edit boundaries, run the skill to clear the freeze state and re-enable edits across all directories. It reads the .gstack marker to reliably restore full workspace access without terminating the session.

What happens to my session state when I remove edit restrictions?

Removing edit restrictions resets the .gstack state marker to widen the allowed edit scope. Your long-running Bash session continues uninterrupted while normal editing access across all project directories is reinstated.

Can I widen the edit scope without terminating my current workspace session?

Yes, you can widen the edit scope without session termination. The skill leverages a Bash-based workflow to lift the freeze boundary and restore access across all directories while the session remains active.

Do I need a specific state marker to re-enable edits across project directories?

You need the .gstack state marker to re-enable edits safely. The skill reads this boundary marker to ensure the freeze lifts correctly and normal editing scope is restored across all project directories.

Why are my edits still blocked after a temporary freeze in the workflow?

Edits remain blocked because the freeze boundary set by the temporary workflow restriction has not been cleared. Run the skill to reset the .gstack state marker and remove the edit restrictions across all directories.