unfreeze

Remove the stored freeze state file to resume editing across the workspace.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill unfreeze-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/gstack-unfreeze
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill unfreeze-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

During development, a freeze boundary may restrict edits across directories; this skill clears that boundary so edits can proceed again.

Core Features & Use Cases

  • Removes the freeze restriction to allow edits across the entire workspace.
  • Enables continuing work in active sessions without restarting the environment.
  • Use case: you need to apply or validate changes in multiple projects after a freeze was set.

Quick Start

Run the unfreeze command to clear the freeze boundary and resume unrestricted editing.

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 my workspace without restarting?

Clear the freeze boundary by running the unfreeze command, which removes the stored freeze state file and resumes unrestricted workspace editing without restarting your active development session.

Why does my workspace restrict edits across directories during an active development session?

Your workspace restricts edits across directories because a freeze boundary was set to limit scope, and this restriction persists until you explicitly clear the stored freeze state file to resume work.

Can I apply changes across multiple projects after a workspace freeze is set?

Yes, you can apply changes across multiple projects by clearing the freeze restriction first, which removes the boundary and allows you to validate or apply edits across the entire workspace.

What is the best way to resume unrestricted workspace editing after a freeze?

The best way to resume unrestricted workspace editing is to run the unfreeze command during your active session, which clears the boundary and confirms the result without requiring an environment restart.

Do I need to restart my development environment to remove a freeze state file?

No, you do not need to restart your development environment to remove a freeze state file. You can clear the freeze boundary and resume work directly during your active development session.