unfreeze

Clear the session edit freeze boundary to re-enable edits across directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the session's edit freeze so you can modify any directory again once a freeze is in place.

Core Features & Use Cases

  • Removes the active edit boundary created by /freeze, enabling edits across all directories during a session.
  • Suitable for collaborative debugging or rapid iteration when you need broader write access without ending the session.
  • Safely re-freeze later if needed by re-running the appropriate command.

Quick Start

Run the unfreeze action to clear the edit 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 clear an edit freeze boundary in an interactive session?

To clear an edit freeze boundary in an interactive session, run the unfreeze action to delete the boundary marker while leaving other safety checks intact. This re-enables edits across all directories.

Why are my session edits restricted across certain directories?

Session edits are restricted across certain directories because an active edit freeze boundary is in place. You need to clear the freeze state to widen the scope and resume full edits.

What is the best way to resume full edits after applying a freeze boundary?

The best way to resume full edits after applying a freeze boundary is to run the unfreeze action. It safely removes the active edit boundary, enabling edits across all directories without ending the session.

Can I re-enable edits across all directories without losing other safety checks?

Yes, you can re-enable edits across all directories without losing other safety checks. The unfreeze action ensures only the freeze state is cleared by deleting the boundary marker while leaving other safety checks intact.

How do I safely re-freeze a session after widening the edit scope?

To safely re-freeze a session after widening the edit scope, re-run the appropriate freeze command. The unfreeze action allows rapid iteration and collaborative debugging, letting you safely re-freeze later if needed.

When do I need to remove an active edit boundary during collaborative debugging?

You need to remove an active edit boundary during collaborative debugging when you need broader write access across directories for rapid iteration. Clearing the freeze allows modifications without ending the interactive session.