unfreeze

Remove edit boundaries established by freeze or guard modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the edit boundary established by freeze/guard to enable unrestricted editing.

Core Features & Use Cases

  • Clear the freeze boundary to allow edits across the repository.
  • If guard mode is active, also deactivate careful mode to restore full editing capability.
  • Example: use this when you need to perform large-scale edits that were previously blocked.

Quick Start

Run unfreeze to lift edit restrictions in the current workspace.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove edit boundaries in a repository to enable unrestricted editing?

To remove edit boundaries and enable unrestricted editing, you run an unfreeze operation that clears the internal state and confirms the unlock status, allowing repository-wide modifications.

What is the best way to lift freeze and guard mode restrictions for large-scale repository edits?

Lifting freeze and guard mode restrictions involves deactivating both guard and careful modes, clearing internal states to restore full editing capability for large-scale repository modifications.

Why does guard mode still block repository edits after a freeze is removed?

Guard mode blocks repository edits after a freeze is removed because careful mode may still be active; both modes must be deactivated together to restore unrestricted editing.

Can I perform unrestricted repository editing when careful mode is active?

You cannot perform unrestricted repository editing while careful mode is active; you must deactivate careful mode and clear related internal states to unlock full editing capability.

When do I need to unfreeze a repository workspace?

You need to unfreeze a repository workspace when edit restrictions from freeze or guard modes block normal work, preventing large-scale edits across the repository.

Does unfreezing a repository clear all internal states related to edit restrictions?

Unfreezing a repository clears all internal states related to edit restrictions, deactivates guard and careful modes, and confirms the unlock status to ensure unrestricted editing.