unfreeze

Remove the freeze state file to clear edit restrictions in gstack environments.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/miko06/MedicineSimulator --skill unfreeze-miko06
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/miko06/MedicineSimulator/tree/main/.opencode/skills/gstack-unfreeze
Command: npx skills add https://github.com/miko06/MedicineSimulator --skill unfreeze-miko06

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the restrictions set by the /freeze command, enabling full editing access to all directories.

Core Features & Use Cases

  • Remove Edit Restrictions: Lifts the freeze boundary, allowing edits to all directories.
  • Unlock All Directories: Resets the state to allow any directory to be edited.
  • Remove Edit Restrictions: Clears any previous edit restrictions set by /freeze.
  • Use Case: When the session is paused, and you need to allow all users to edit the files.

Quick Start

Use the unfreeze skill to remove all edit restrictions from the current session.

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 from a frozen gstack session?

To remove edit restrictions from a frozen gstack session, you need to clear the freeze state file set by a previous /freeze command. This action restores full editing access to all directories within the environment.

What happens to directory permissions when I lift a session freeze?

When you lift a session freeze, all directories become editable again. The system resets to an unrestricted state by removing the freeze boundary, allowing any user to modify files across the entire session environment.

How do I unlock all directories for editing after a session pause?

To unlock all directories for editing after a session pause, you apply an unfreeze operation to remove the prior edit restrictions. This clears the freeze state file and allows all users to edit files in the gstack environment.

Does removing edit restrictions require a specific gstack environment?

Removing edit restrictions applies to gstack environments. The process checks for the existence of a specific freeze state file within the environment and deletes it if present to successfully restore full directory editing capabilities.

Why are my directories still read-only after a session freeze?

Directories remain read-only after a session freeze because the freeze state file is still active. You must explicitly remove this edit restriction boundary to clear the previous /freeze command and unlock all directories for full editing access.