unfreeze

Clear a state marker file to remove the /freeze edit restriction.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/SeaLion-hub/DICEE --skill unfreeze-sealion-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/SeaLion-hub/DICEE/tree/main/.agents/skills/gstack/unfreeze
Command: npx skills add https://github.com/SeaLion-hub/DICEE --skill unfreeze-sealion-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", or "remove freeze", or "allow all edits".

Core Features & Use Cases

  • Re-enable broad editing across all project directories after a freeze.
  • Support workflows where a temporary restriction is desired but needs to be easily lifted.
  • Use case: a developer needs to adjust configurations across multiple folders in one seamless session.

Quick Start

Ask the AI to unfreeze the workspace to re-enable 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 edit restrictions in my workspace after freezing it?

To remove edit restrictions, you need to unfreeze the workspace by clearing the state marker file set by the freeze command. This restores full edit access across all directories without ending your current session.

How does the unfreeze command work to restore directory access?

The unfreeze command works by inspecting a specific state marker file in your workspace and clearing it. This mechanism lifts the edit boundary and restores full directory access while providing user feedback on the status change.

Can I unlock edits across all project directories without restarting my session?

Yes, you can unlock edits across all project directories without restarting your session. Unfreezing widens your edit scope on the fly by clearing the restriction state file, allowing seamless continuation of your workflow.

When should I use the unfreeze command in my development workflow?

You should use the unfreeze command when you need to widen your edit scope to adjust configurations across multiple folders. It is ideal for lifting temporary restrictions without terminating your current command-line workflow session.

What is the best way to resume work after applying a freeze to my project?

The best way to resume work after a freeze is to instruct the AI to unfreeze the workspace. This directly clears the state marker file, re-enables broad editing across all directories, and allows you to continue working immediately.

Why are my edits still restricted after I tried to unlock the workspace?

If edits remain restricted, the state marker file may not have been successfully cleared. The unfreeze process specifically targets and clears this file to lift restrictions, so verifying the file's state is essential to restore access.