freeze

Restrict Edit and Write operations to a specified directory for a session.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kunalrawat425/conductor-playground --skill freeze-kunalrawat425
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/kunalrawat425/conductor-playground/tree/main/.claude/skills/gstack/freeze
Command: npx skills add https://github.com/kunalrawat425/conductor-playground --skill freeze-kunalrawat425

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restrict edits to a directory for the session to prevent accidental changes outside the allowed path.

Core Features & Use Cases

  • Restricts Edit and Write operations to a user-defined directory, keeping changes scoped to a single folder.
  • Persists the freeze boundary for the session and can be deactivated later to restore full editing access.
  • Useful during debugging, code reviews, or when isolating work to a module to avoid broader unintended edits.

Quick Start

Ask the user which directory to restrict edits to and apply the freeze 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 specific directory during a debugging session?▼

To restrict edits to a specific directory during a debugging session, you can apply a freeze boundary that persists per session and blocks noncompliant Edit and Write operations outside the allowed path.

What is a session boundary for directory edit restrictions?▼

A session boundary for directory edit restrictions is a persistent freeze mechanism that confines file modifications to a single folder, preventing accidental changes outside the allowed path until the boundary is deactivated.

How do I prevent accidental file changes outside a specific folder?▼

You can prevent accidental file changes outside a specific folder by applying a freeze boundary that blocks noncompliant Edit and Write operations, ensuring changes remain scoped to the allowed directory.

Can I unfreeze a directory and restore full editing access later?▼

Yes, you can unfreeze a directory and restore full editing access later by deactivating the freeze boundary that was applied to restrict edits during the session.

When do I need to lock edits to a single directory?▼

You need to lock edits to a single directory when isolating work to a module during debugging or code reviews, ensuring changes remain contained to a specific folder and avoiding broader unintended edits.

Does the freeze boundary block all Write operations outside the allowed path?▼

Yes, the freeze boundary blocks all noncompliant Write and Edit operations outside the allowed path, enforcing the directory restriction and preventing accidental modifications until the session boundary is unfrozen.