unfreeze

Remove the /freeze edit boundary and restore full project editing access.

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill unfreeze-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/unfreeze
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill unfreeze-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you use the /freeze command to restrict edits to specific directories, you cannot modify files outside that boundary without ending your session or manually clearing the restriction, which disrupts your workflow.

Core Features & Use Cases

  • Instant Freeze Removal: Clears the edit restriction set by /freeze in one step, no session restart required.
  • Wider Edit Access: Restores the ability to edit all directories in your project without ending your current work session.
  • Use Case: You froze edits to only your src/ directory to avoid accidental changes, but need to update a README file in the project root. Use this skill to unlock full editing access immediately.

Quick Start

Ask your AI assistant to run the unfreeze skill to remove all edit restrictions and restore full editing access across your entire 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 and unlock all project directories without restarting my session?

To remove edit restrictions and unlock all project directories, run the unfreeze command to clear the freeze state file, restoring full editing access immediately without terminating your current development session.

What is the freeze boundary in a development workflow and how does it affect file editing?

A freeze boundary is an edit restriction that limits file modifications to specific directories, preventing accidental changes outside that scope during a development session and requiring explicit removal to restore wider access.

Can I modify files outside my frozen directory scope without ending my current work session?

Yes, you can modify files outside your frozen directory scope without ending your session by applying the unfreeze skill, which clears the edit boundary and restores unrestricted editing access across all project directories.

What's the best way to restore full project editing access after restricting edits to a single directory?

The best way to restore full project editing access is using the unfreeze command, which clears the freeze state file in one step and notifies you of the previous restricted boundary without requiring a session restart.

Why does my edit freeze restriction persist when I try to modify files outside the frozen boundary?

Your edit freeze restriction persists because the freeze state file limiting your edit scope to specific directories has not been cleared, requiring an explicit unfreeze action to remove the boundary and restore full access.