unfreeze

Remove directory edit restrictions set by a /freeze command.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DaviRain-Su/sui-zig-rpc-client --skill unfreeze-davirain-su
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/DaviRain-Su/sui-zig-rpc-client/tree/main/.agents/skills/gstack-unfreeze
Command: npx skills add https://github.com/DaviRain-Su/sui-zig-rpc-client --skill unfreeze-davirain-su

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill resolves the issue of having directories frozen from edits, allowing you to unfreeze and make modifications across the directory structure.

Core Features & Use Cases

  • Remove Freeze Boundary: Removes any previously set edit restrictions across directories.
  • Edit Scope Expansion: Widens the scope of directory modifications to allow edits everywhere, as requested in prompts like "unfreeze", "unlock edits", "remove freeze", or "allow all edits".
  • Session Safety: Ensures that /freeze hooks registered during the session are still functional but will now allow all edits since the state file doesn't exist.

Quick Start

To clear the edit restriction on directories, execute the 'unfreeze' skill.

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 on a directory after freezing it?

To remove edit restrictions on a directory, you can clear the freeze boundary by running the unfreeze skill. This action deletes the state file, allowing unrestricted modifications to the directory structure across your active session.

Why are my directory edits blocked during a session?

Directory edits are likely blocked because a freeze command was previously executed, setting edit restrictions. You can regain editing permissions and allow all modifications by applying the unfreeze action without terminating the current session.

Can I unlock directory editing without restarting my session?

Yes, you can unlock directory editing without terminating your session by executing the unfreeze skill. It removes the restriction state file while keeping freeze hooks functional, enabling immediate modifications across the directory.

What happens to freeze hooks when I unfreeze a directory?

When you unfreeze a directory, the registered freeze hooks remain functional but will allow all edits because the restriction state file no longer exists. This ensures session safety while expanding the scope of directory modifications.

How do I allow all edits across a directory structure?

To allow all edits across a directory structure, you need to remove the previously set edit restrictions using the unfreeze skill. This widens the scope of modifications, clearing any freeze boundaries set during the session.