unfreeze

Clear the edit freeze boundary to restore edit rights across all directories.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill unfreeze-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/unfreeze
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill unfreeze-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary that blocks edits, enabling changes across all directories again after a /freeze command.

Core Features & Use Cases

  • Clears the active freeze boundary to restore universal edit permissions.
  • Supports rapid resumption of collaboration after temporary restrictions, such as project-wide debugging or maintenance windows.
  • Use Case: When a freeze is lifted, contributors can resume edits across the repository without reconfiguring permissions.

Quick Start

Execute the unfreeze skill to remove the edit restriction and re-enable 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 a workspace session?

An edit freeze blocks modifications across all directories to protect the workspace during maintenance or debugging. It establishes a temporary boundary that restricts write access until explicitly cleared.

How do I restore edit permissions across all directories after a freeze?

You can restore edit permissions by executing an unfreeze command. This clears the freeze state from the session state and re-enables full edit rights across the entire repository without reconfiguring permissions.

Why does my workspace session still have edit locks after maintenance?

Your workspace session retains edit locks because the freeze state has not been cleared from the session state. You must explicitly lift the freeze boundary to remove the edit restriction and restore full access.

Do I need to reconfigure workspace permissions to resume collaboration after a freeze?

No, you do not need to reconfigure permissions to resume collaboration. Lifting the edit freeze automatically restores your previous edit rights across all directories, enabling rapid resumption of project work.

When should I use an unfreeze command in a collaborative workspace?

You should use an unfreeze command when temporary restrictions, such as project-wide debugging or maintenance windows, are complete. It allows contributors to resume edits across the repository without delay.