unfreeze

Remove the freeze file to restore edit access across tracked directories.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill unfreeze-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/unfreeze
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill unfreeze-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clearing the freeze boundary restores full edit access across all tracked directories after a temporary restriction, enabling continued work without restarting sessions.

Core Features & Use Cases

  • Clears the edit restriction set by /freeze, restoring write access across all directories.
  • Works across the current session to resume development without ending the session.
  • Logs usage analytics to ~/.gstack/analytics for audit and insights.

Quick Start

Run this skill 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 restore edit access after a session freeze restricts directory writes?

To restore edit access after a session freeze, you need to clear the freeze boundary. This action removes the freeze state marker, instantly restoring write permissions across all tracked directories without restarting your development session.

Why are edits restricted to certain directories during my development session?

Edits are restricted because a temporary freeze boundary was set, narrowing the write scope. Removing the freeze file restores full project access across all folders, allowing you to continue unrestricted modifications within the current session.

Can I resume full project access across multiple directories without ending my current session?

Yes, you can resume full project access without ending your current session. Clearing the freeze boundary removes the temporary edit restriction across all tracked directories, enabling continued development workflow without interruption.

Does clearing the freeze boundary permanently remove session hooks for future restrictions?

Clearing the freeze boundary does not permanently remove session hooks. It removes the freeze file to restore full edit access while preserving the session hooks, allowing you to re-freeze the directory scope later if needed.

Where are edit restriction changes logged for audit and workflow insights?

Edit restriction changes and usage analytics are logged to the ~/.gstack/analytics directory. This ensures that actions like clearing the freeze boundary to restore directory access are tracked for audit purposes and workflow insights.