unfreeze

Remove the /freeze edit restriction to enable file modifications across all project directories.

11|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ajsai47/holyclaude --skill unfreeze-ajsai47
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/ajsai47/holyclaude/tree/main/skills/team/unfreeze
Command: npx skills add https://github.com/ajsai47/holyclaude --skill unfreeze-ajsai47

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The /freeze command restricts file edits to a specific directory to prevent accidental changes, but there is no built-in way to lift this restriction without ending the entire session, which disrupts workflow.

Core Features & Use Cases

  • Clear Freeze Boundary: Removes the edit restriction set by /freeze, allowing modifications to all project directories again.
  • Session Continuity: Lifts the edit scope without ending your current working session, so you can continue your task without losing context.
  • Use Case: If you previously froze edits to the src/ directory to safely refactor core code, you can run unfreeze to later update related config files and documentation in the same session.

Quick Start

Ask the AI to run the unfreeze skill to remove the edit restriction and allow changes to any directory in your project.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove the edit restriction boundary set by the /freeze command?

To remove the edit restriction boundary, run the unfreeze skill to delete the persistent freeze state files and restore unrestricted file modifications across all project directories.

Can I lift the freeze boundary in Claude Code without ending my current session?

Yes, you can lift the freeze boundary without ending your current session. The unfreeze skill clears the edit scope restriction while preserving your working context and session continuity.

Why does the /freeze command restrict file edits to a specific directory?

The /freeze command restricts file edits to a specific directory to prevent accidental changes during isolated development workflows, such as safely refactoring core code in the src/ directory before expanding modifications.

How do I update related config files after freezing edits to a single directory?

To update related config files after freezing edits, run the unfreeze skill to clear the directory scope restriction, which allows you to modify configuration and documentation files across the entire project again.

What is the best way to restore full project editing access after applying a freeze boundary?

The best way to restore full project editing access is to ask the AI to run the unfreeze skill, which removes the restriction and notifies you of the previously scoped directory.

Does removing a freeze boundary notify me of the previously restricted directories?

Yes, removing a freeze boundary notifies you of the previously restricted directory scope. This notification confirms which specific paths are now open for unrestricted file modifications again.