unfreeze

Remove the freeze-state file to clear edit restrictions across all directories.

4|1|Updated Sep 13, 2023
One-click install
npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill unfreeze-louisfghbvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/louisfghbvc/mcp-leetcode-crawler/tree/main/.agent/skills/unfreeze
Command: npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill unfreeze-louisfghbvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the current edit restriction set by /freeze, allowing edits to all directories within the session so you can resume wide-ranging changes without restarting or redefining scope.

Core Features & Use Cases

  • Removes the active freeze boundary to enable edits across all directories.
  • Safely reports the previous boundary and confirms when edits are unrestricted.
  • Ideal for collaborative plugin work when a broader scope is required without ending the session.

Quick Start

Run the unfreeze command to remove the freeze boundary and enable edits across all directories.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I clear edit restrictions in a Claude plugin workspace?

To clear edit restrictions in a Claude plugin workspace, you remove the active freeze boundary set by the /freeze command. This action deletes the freeze-state file, allowing collaborative edits across all directories without restarting the session.

Can I resume collaborative edits across all directories without ending my session?

Yes, you can resume collaborative edits across all directories without ending your session by clearing the edit freeze. Running an unfreeze command removes the boundary file, safely restoring unrestricted edit access.

What is a freeze boundary in state management and when do I need to clear it?

A freeze boundary in state management is an edit restriction applied to a session to limit changes to specific directories. You need to clear it when a broader scope of collaborative edits is required across all directories.

How do I remove the freeze-state file to unlock edits?

To remove the freeze-state file and unlock edits, you execute a shell check that targets and deletes the boundary file. This clears the restriction and confirms the boundary is cleared for unrestricted editing.

Does clearing the edit freeze report the previous boundary before unlocking edits?

Yes, clearing the edit freeze safely reports the previous boundary before unlocking edits. It executes a shell check to remove the freeze-state file and then confirms when edits are unrestricted across all directories.

Why are my edits restricted to certain directories after using a freeze command?

Your edits are restricted to certain directories because a freeze command created a boundary file to limit the edit scope. To unlock edits across all directories, you need to clear this freeze state without restarting your session.