unfreeze

Remove active edit freeze restrictions to allow unrestricted edits.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill unfreeze-kit4some
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/Kit4Some/Oh-my-ClaudeClaw/tree/main/skills/unfreeze
Command: npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill unfreeze-kit4some

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove the edit scope restriction set by /freeze or /guard. Triggers on "unfreeze", "편집 제한 해제", "잠금 해제", "remove freeze", "unlock edits".

Core Features & Use Cases

  • Remove the active freeze boundary so edits will be unrestricted
  • Log skill activation and review via memory
  • Detect current Git branch to support git-related workflows

Quick Start

Remove the active edit freeze to allow edits across the project.

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 after a freeze is applied to my files?

To remove edit restrictions, you lift the active freeze boundary so changes become unrestricted across your project. This action clears the blocks set by guard or freeze states, allowing text edits to proceed normally.

What does an edit freeze boundary do to my text edits?

An edit freeze boundary restricts the scope of changes you can make, blocking text edits across files and git repositories. It remains active until explicitly removed, preventing modifications while the guard state is enforced.

How do I unlock edits across git repositories when a freeze is active?

You unlock edits across git repositories by detecting the current freeze boundary and removing it. The process includes checking your git branch state and clearing the restriction so file modifications can resume.

Does removing a freeze boundary require checking my git branch state?

Yes, removing a freeze boundary detects your current Git branch to support git-related workflows. This branch check is part of the state validation required before edit restrictions are cleared and normal editing resumes.

Why are my file edits blocked after applying a guard state?

File edits are blocked because an active freeze boundary is restricting the edit scope. You must remove this guard state to unfreeze the files and restore unrestricted editing capabilities across the affected text files.