freeze

Block Edit and Write operations outside a chosen directory.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/akiyoshi/gstack-copilot-jp --skill freeze-akiyoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/akiyoshi/gstack-copilot-jp/tree/main/.github/skills/freeze
Command: npx skills add https://github.com/akiyoshi/gstack-copilot-jp --skill freeze-akiyoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edits to files outside a defined directory can cause accidental changes during debugging or collaboration. This skill locks edits to a specified boundary to prevent unintended modifications.

Core Features & Use Cases

  • Restrict edits to a chosen path, blocking Edit and Write operations outside the boundary
  • Persist the boundary for the session and provide an easy way to change or clear it
  • Ideal for debugging, testing, and collaborative work where scope isolation is critical

Quick Start

Set the freeze boundary to a directory, then edits outside that path will be blocked for the current session.

Frequently Asked Questions about freeze

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

FAQPage Schema
How do I lock edits to a specific directory during debugging?

To lock edits to a specific directory during debugging, you can set an editing boundary that blocks Edit and Write operations outside the chosen path for the current session.

Can I restrict file modifications to a single project scope?

Yes, you can restrict file modifications to a single project scope by setting a boundary path, which prevents accidental changes to files outside that directory.

How does an edit-lock prevent accidental changes during collaboration?

An edit-lock prevents accidental changes during collaboration by monitoring Edit and Write operations and persisting the editing boundary in a state file for the session.

How do I change or clear a directory freeze boundary?

You can change or clear a directory freeze boundary using the provided controls to manage your session scope, removing the restriction when isolation is no longer needed.

Are there limitations to using a state file for workflow guardrails?

A limitation of using a state file for workflow guardrails is that the edit-lock boundary is enforced for the current session only and does not provide persistent protection outside of it.