unfreeze

Deletes the freeze state file to restore write access across project directories.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill unfreeze-smarmen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/unfreeze
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill unfreeze-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the issue of being unable to modify files in restricted directories after a freeze command has been executed, restoring full write access to your workspace.

Core Features & Use Cases

  • Boundary Removal: Clears the state file that enforces edit restrictions across the repository.
  • Session Continuity: Allows you to regain control over locked directories without needing to restart your current AI session.
  • Use Case: If you previously ran a freeze command to protect specific folders but now need to perform a global refactor, this skill quickly unlocks the entire project structure.

Quick Start

Ask the agent to unfreeze all directories to restore full edit permissions.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove directory edit restrictions after running a freeze command?

To remove directory edit restrictions, you delete the local state file that tracks the freeze boundary. This instantly restores full write access across all project directories without requiring a session restart.

Why does my directory have edit restrictions and how do I unlock it?

Edit restrictions occur when a freeze command protects specific folders by setting a boundary. You can unlock the directory by deleting the state file that enforces these restrictions, which restores your ability to modify files.

How can I regain write access to locked directories without restarting my AI session?

You can regain write access without restarting your AI session by removing the state file that enforces the freeze boundary. This allows continuous session control while unlocking the entire project structure for modifications.

Do I need special permissions to unfreeze all directories and restore edit access?

You need standard shell access to manage state files and verify directory permissions. This standard access is sufficient to delete the freeze boundary state file and restore full edit permissions across the repository.

What is the best way to clear file edit restrictions for a global refactor?

The best way to clear file edit restrictions for a global refactor is to delete the state file tracking the current freeze boundary. This quickly unlocks the entire project structure, enabling comprehensive modifications across all directories.

Why are my file modifications not working in restricted directories?

File modifications are not working because a freeze command previously set an edit restriction boundary. Deleting the local state file that tracks this boundary will remove the restrictions and enable write access again.