unfreeze

Clear the active edit freeze to restore unrestricted modifications across all directories.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jm199seo/lostark-accessory-viewer --skill unfreeze-jm199seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/jm199seo/lostark-accessory-viewer/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/jm199seo/lostark-accessory-viewer --skill unfreeze-jm199seo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a session is frozen, edits are restricted to the frozen scope. This skill clears the active freeze boundary, enabling edits across all directories again, without ending the session.

Core Features & Use Cases

  • Removes the edit restriction set by /freeze to allow modifications anywhere in the project.
  • Supports widening the editing scope mid-session for large refactors or multi-directory changes.
  • Useful for resuming full-scope development when collaboration or exploration requires access beyond the frozen area.

Quick Start

Run this skill to remove the active freeze boundary and resume unrestricted edits 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 an edit freeze during a bash development session?

To remove an edit freeze during a bash development session, run this skill to clear the active freeze marker and restore unrestricted modifications across all directories. It reads the stored freeze state and deletes the boundary.

What is an edit freeze boundary in session management?

An edit freeze boundary is a session state restriction that limits modifications to a specific frozen scope. It prevents edits outside designated directories until the freeze is explicitly cleared or the session ends.

How do I widen my editing scope mid-session for cross-directory updates?

To widen your editing scope mid-session for cross-directory updates, run this skill to clear the active freeze boundary. This re-enables unrestricted edits across all directories without ending your current session.

Can I restore full-scope modifications without restarting my development workflow?

Yes, you can restore full-scope modifications without restarting your development workflow. This skill removes the active freeze marker from the state file, allowing you to resume unrestricted edits immediately within the ongoing session.

Why does my bash session restrict edits to the frozen scope during a major refactor?

Your bash session restricts edits to the frozen scope during a major refactor because an active edit freeze boundary is currently applied. Run this skill to clear the freeze state and re-enable modifications everywhere.

Does clearing the freeze state affect my ongoing session data?

Clearing the freeze state does not affect your ongoing session data. This skill uses bash to read and remove only the freeze marker from the state file, restoring unrestricted edit access without terminating or altering the session.