unfreeze

Removes edit restrictions to allow writes across all directories in the current session.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/cattboy/lil_bro --skill unfreeze-cattboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/cattboy/lil_bro/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/cattboy/lil_bro --skill unfreeze-cattboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary that restricts where edits can be made, enabling edits across all directories within the current session.

Core Features & Use Cases

  • Clear the active freeze boundary to allow edits anywhere in the workspace.
  • Maintain the option to re-freeze later using /freeze; session hooks remain registered.
  • Works within a running session to expand editing scope without ending the session.

Quick Start

Run the /unfreeze command to remove the edit restrictions and allow edits everywhere.

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 allow edits across all directories in my session?

To remove edit restrictions, run the /unfreeze command during an active session. It clears the freeze boundary, allowing edits across all directories and files within the current workspace without ending the session.

What is a freeze boundary and how does it affect editable files?

A freeze boundary is an edit restriction that limits where modifications can occur within a workspace. It restricts edits to specific directories, preventing changes to files outside the defined scope during an active session.

Can I re-freeze edit boundaries after removing them during a session?

Yes, you can re-freeze edit boundaries after removing them. The /unfreeze command clears the stored state but leaves the /freeze hook in place, maintaining the option to re-freeze later without ending the session.

Does unfreezing edit scope require ending the current session?

No, unfreezing edit scope does not require ending the current session. The /unfreeze command works within a running session to expand editing scope immediately, allowing you to continue working without interruption.

What's the best way to widen edit scope without losing session hooks?

The best way to widen edit scope without losing session hooks is to run /unfreeze. It removes the edit restriction boundary while keeping the /freeze hook registered, ensuring session hooks remain active for potential re-freezing.

Why are my edits blocked outside certain directories in the workspace?

Edits are blocked outside certain directories because a freeze boundary is active. This restriction limits where modifications can occur. Run /unfreeze during the session to clear the boundary and allow edits everywhere.