unfreeze

Remove the /freeze edit restriction across all project directories.

Updated May 27, 2026
One-click install
npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill unfreeze-shmurdoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/Shmurdoc/EasyRide-v1/tree/main/.opencode/skills/gstack-unfreeze
Command: npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill unfreeze-shmurdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The /freeze command restricts edit access to a specific subset of project directories to prevent accidental changes, but this limitation can block necessary work. This Skill removes that restriction so you can edit any part of the project again without ending your current session.

Core Features & Use Cases

  • Clear Freeze Boundaries: Removes the directory restriction set by /freeze instantly.
  • Preserve Session Hooks: Retains registered /freeze hooks so you can re-enable the edit restriction at any time later.
  • Use Case: You used /freeze to limit edits to only the src/ folder while working on a feature branch, but now need to update configuration files in the project root. Run this Skill to lift the edit restriction in one step.

Quick Start

Use the unfreeze skill to remove the current edit freeze and allow modifications to all project directories.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove edit restrictions from project directories without ending my current development session?

To remove edit restrictions without terminating your session, clear the persisted freeze state file. This instantly lifts the directory edit boundary set by the /freeze command, restoring unrestricted editing access across all project directories.

Can I lift a directory edit freeze and still re-enable the restriction later?

Yes, you can lift a directory edit freeze and re-enable it later. Removing the restriction clears the current boundary state but preserves registered /freeze hooks, allowing you to re-freeze the project directories at any time.

What's the best way to restore full project editing access after limiting edits with /freeze?

The best way to restore full project editing access is to clear the active freeze boundary in one step. This removes the directory limitation immediately while retaining the session management hooks for future re-freezing operations.

Does lifting an edit restriction boundary affect my registered /freeze hooks?

No, lifting an edit restriction boundary does not affect your registered /freeze hooks. The operation only clears the persisted freeze state file to restore editing permissions, leaving all session management hooks intact for potential future use.

Why does my edit freeze boundary block modifications to project root configuration files?

Your edit freeze boundary blocks root configuration modifications because the /freeze command restricts edits to a specific directory subset. Clearing this freeze state restores unrestricted access, allowing you to modify files anywhere in the project.