freeze

Block file edits outside a defined directory during debugging sessions.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nuurpro/Converza_ai --skill freeze-nuurpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/nuurpro/Converza_ai/tree/main/.claude/skills/freeze
Command: npx skills add https://github.com/nuurpro/Converza_ai --skill freeze-nuurpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Block edits outside a defined directory during a session to prevent accidental changes.

Core Features & Use Cases

  • Restricts file edits to a user-specified directory, helping you debug without risking changes to unrelated code.
  • Provides a simple, temporary boundary that persists for the session and can be reset with a command.

Quick Start

Specify the directory to freeze edits to and run the freeze command to activate 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 file edits to a specific directory during a debugging session?

To restrict file edits to a specific directory during a debugging session, you can set a temporary boundary that denies any edits outside the defined path. This prevents accidental changes to unrelated code while you work.

What is a freeze boundary and how does it prevent accidental code changes?

A freeze boundary is a persistent session constraint that blocks edits outside a user-specified directory. It reads the defined path and denies modification requests to files outside that boundary to prevent accidental code changes.

How do I set up a directory boundary to lock edits for my current session?

To set up a directory boundary, specify the target directory path and activate the freeze command. This establishes a persistent lock for the session that confines all subsequent code edits to that specific directory.

Can I reset or remove the directory edit lock once a debugging session is finished?

Yes, you can reset the directory edit lock once your debugging session is finished by running a specific command. This removes the persistent freeze boundary and restores unconstrained editing capabilities across all directories.

Does restricting edits to a single directory work without additional dependencies?

Restricting edits to a single directory works as a standalone boundary check without requiring additional dependencies. It directly reads the freeze boundary and denies edits outside that path during code editing and debugging workflows.