unfreeze

Remove the freeze marker to enable edits across all project directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary that restricts edits to a subset of directories, restoring full editing capability.

Core Features & Use Cases

  • Removes the edit restriction imposed by /freeze.
  • Enables editing across all project directories without restarting the session.
  • Use Case: When you need to modify multiple configuration files after a freeze to implement a broad change.

Quick Start

Run the unfreeze command to clear the boundary and restore 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 edit boundaries in my workspace session?

To remove edit boundaries in your workspace session, use the unfreeze command to clear the freeze marker (freeze-dir.txt) and restore unrestricted edits across all directories.

What does the freeze boundary restrict during an active shell session?

The freeze boundary restricts edits to a specific subset of directories, preventing changes outside those boundaries until the marker is removed.

Can I modify multiple project directories without restarting the session after a freeze?

Yes, you can modify multiple project directories without restarting by running unfreeze, which removes the freeze-dir.txt marker and enables broad edits immediately.

When do I need to clear the freeze boundary for large refactors?

You need to clear the freeze boundary for large refactors when changes span multiple directories and the current freeze state prevents editing files outside the restricted subset.

What is the best way to restore full editing capability across project directories?

The best way to restore full editing capability is to run the unfreeze command, which removes the local freeze marker and applies unrestricted edits across all directories.

Why does the freeze-dir.txt file prevent my workspace edits?

The freeze-dir.txt file acts as a local freeze marker that enforces the freeze boundary, preventing edits outside the allowed directories until explicitly removed.