unfreeze

Clear the freeze marker to restore edit access across all directories.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill unfreeze-analog-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/Analog-Labs/pixelport-launchpad/tree/main/.agents/skills/gstack/unfreeze
Command: npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill unfreeze-analog-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The unfreeze skill removes the edit boundary set by /freeze, restoring full write access across all directories in the current session.

Core Features & Use Cases

  • Clear the freeze boundary to restore broad editing rights.
  • Apply in sessions where a broader scope is required, including recovering from a stuck freeze.
  • Safely clears the boundary by detecting an existing freeze marker and reporting the result to the user.

Quick Start

Run the unfreeze command to remove edit restrictions and enable edits across all directories in the session.

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 directory boundaries in my session?

To unfreeze directory boundaries, you need to clear the existing freeze marker set by a prior freeze command. This action restores full write access across all directories in your current session, enabling broad edits when required.

What does an edit boundary do and when do I need to clear it?

An edit boundary restricts write access to specific directories to protect files from accidental modification. You need to clear this freeze when a broader edit scope is required for your workflow and the previous restriction must be lifted.

How do I recover from a stuck session freeze that prevents file modifications?

To recover from a stuck session freeze, execute the unfreeze command to validate and clear the existing freeze marker. This safely removes the edit boundary and restores your ability to modify files across all directories.

Can I lift session permissions to enable edits across all directories at once?

Yes, you can lift session permissions by clearing the active freeze marker. This removes the edit boundary, validates the operation, and reports the result to the user, immediately restoring broad write access across all directories.

Why does removing the edit boundary report a result to the user?

Removing the edit boundary reports a result to confirm the freeze marker was successfully validated and cleared. This ensures the user knows the session permissions have been safely updated and full write access is restored.