freeze

Restrict Edit and Write actions to a user-selected directory for a session.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/MissTully/Gstack --skill freeze-misstully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/MissTully/Gstack/tree/main/freeze
Command: npx skills add https://github.com/MissTully/Gstack --skill freeze-misstully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restrict edits to a specific directory for the session. Blocks Edit and Write outside the allowed path to prevent accidental changes during debugging or scoped work.

Core Features & Use Cases

  • Enforces an editable boundary for Edit and Write tool actions in your development session.
  • Guides the user through selecting a freeze directory and persists the boundary for the session.
  • Helps teams maintain focus by preventing edits in unrelated modules during sensitive tasks.

Quick Start

Ask the user for a directory to freeze edits to and then invoke the freeze command to set the boundary.

Frequently Asked Questions about freeze

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

FAQPage Schema
How do I restrict edits to a single directory during a development session?

To restrict edits to a single directory during a development session, you set a designated folder boundary that blocks Edit and Write actions outside that path. This prevents accidental changes to unrelated modules during focused debugging.

How does an edit boundary prevent accidental file modifications during debugging?

An edit boundary prevents accidental file modifications during debugging by enforcing a user-provided directory path via PreToolUse hooks. These hooks intercept Write and Edit actions, blocking any attempts to modify files outside the designated scoped folder.

Can I lock writes to a specific folder path to maintain workflow focus?

Yes, you can lock writes to a specific folder path to maintain workflow focus. The lock persists the selected directory boundary within the session state, ensuring all subsequent edits remain confined to your chosen scope.

What is the best way to prevent accidental edits outside a designated project directory?

The best way to prevent accidental edits outside a designated project directory is to apply session-level workflow controls that enforce an editable boundary. This guides you through selecting a freeze directory and actively blocks external modifications.

Do I need to manually set the directory restriction every time I edit a file?

No, you do not need to manually set the directory restriction every time you edit a file. Once you invoke the freeze command with a chosen directory, the boundary persists in the session state and automatically enforces restrictions for all subsequent actions.

Are there limitations to scoping edits to a single directory for a session?

A limitation of scoping edits to a single directory is that the boundary strictly restricts all Write and Edit tool actions to that specific path. You cannot modify files in parent or sibling directories without changing the persisted session boundary.