unfreeze

Remove the freeze marker to enable edits across all directories.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/adityasingh2400/SwarmSell --skill unfreeze-adityasingh2400
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/adityasingh2400/SwarmSell/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/adityasingh2400/SwarmSell --skill unfreeze-adityasingh2400

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Freeze boundaries block edits across directories during a session. Unfreeze lifts that restriction, enabling edits to all directories again.

Core Features & Use Cases

  • Removes the active freeze boundary so you can edit across the full project tree.
  • Supports continuing work without ending the current session, ideal after pauses or when coordinating changes.
  • Use case: you need to update files in multiple subdirectories after a team discussion.

Quick Start

Run the unfreeze command to lift the current freeze boundary and allow edits everywhere.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove a freeze boundary to resume edits across multiple directories?

To remove a freeze boundary and resume edits, you can use a command that manipulates the session state to clear the freeze marker. This lifts the edit restriction across all directories without ending your current session.

Can I unfreeze directory edit restrictions without restarting my shell session?

Yes, you can unfreeze directory edit restrictions without restarting your shell session. The process manipulates the active session state to remove the freeze marker, providing a restart-free workflow for continuing edits.

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

A freeze boundary in session management blocks edits across directories during an active workflow. You need to clear it when you want to widen the scope of edits across multiple subdirectories without terminating the current shell session.

Does clearing the freeze marker alter files in the project tree?

Clearing the freeze marker does not alter files unless the unfreeze command is executed. It simply manipulates the session state to remove the edit restriction, enabling edits across the full project tree.

What's the best way to update files in multiple subdirectories after a freeze is active?

The best way to update files in multiple subdirectories after a freeze is active is to lift the restriction by clearing the freeze marker. This allows you to resume edits everywhere without pausing or ending the session.

Why does my shell session still block edits after a team discussion if I froze boundaries earlier?

Your shell session blocks edits because the freeze boundary remains active in the session state. You need to explicitly remove the freeze marker to lift the restriction and allow collaborative edits across all directories again.