unfreeze

Remove the /freeze edit restriction and enable edits across all directories.

46|13|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill unfreeze-aimasteracc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/aimasteracc/tree-sitter-analyzer/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill unfreeze-aimasteracc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the explicit edit restriction set by /freeze, enabling edits across all directories during an active session.

Core Features & Use Cases

  • Clears the freeze boundary on demand to widen the scope of edits.
  • Supports recovery from accidental freezes and facilitates unrestricted exploration during debugging.

Quick Start

Tell Claude to run the unfreeze command to remove the active freeze boundary and allow 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 and unfreeze my session?

To remove edit restrictions and unfreeze your session, you run the unfreeze command to delete the freeze marker, which enables edits across all directories during your active session.

What happens when I clear the edit freeze boundary?

When you clear the edit freeze boundary, the explicit edit restriction set by the freeze command is deleted, allowing unrestricted exploration and edits across all directories in the current session.

Can I re-freeze directories after unfreezing them?

Yes, you can re-freeze directories after unfreezing them, as the process ensures proper session state handling by deleting the freeze marker and permitting a controlled re-freeze later.

Why are my edits blocked to a specific directory during a debugging workflow?

Your edits are blocked because an edit freeze boundary is active. You can lift this restriction during your debugging workflow by running the unfreeze command to widen the scope of permitted edits.

Do I need any dependencies to lift the edit freeze?

No, you do not need any dependencies to lift the edit freeze, as the unfreeze command operates directly on the current session to remove the freeze marker without external requirements.