freeze

Deny Edit or Write operations outside a configured directory path.

46|13|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill freeze-aimasteracc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/aimasteracc/tree-sitter-analyzer/tree/main/.claude/skills/freeze
Command: npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill freeze-aimasteracc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restrict edits to a specific directory for the session, preventing accidental changes outside the target path.

Core Features & Use Cases

  • Lock edits to a chosen directory during a session to prevent cross-project changes.
  • Use for debugging to scope modifications to a module or folder.
  • Persist the boundary for the session and deny edits outside it when triggered.

Quick Start

Set a freeze boundary by providing the directory path to restrict edits to that folder.

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 development session?

Restrict file edits by setting a boundary check that persists for the session, denying any Edit or Write operations outside the configured directory path to confine modifications to a specific folder.

Can I lock changes to a single folder to prevent cross-project modifications?

Yes, locking changes to a single folder prevents cross-project modifications by implementing a session-wide boundary that blocks edit and write operations outside the target directory path.

What is the best way to scope code modifications during module debugging?

Scoping modifications during module debugging is best achieved by confining edits to a defined directory, ensuring changes remain isolated to the target folder and preventing accidental alterations elsewhere.

How do I set up a session boundary to block writes outside a project path?

Set up a session boundary by providing the target directory path to restrict edits, which persists throughout the session and denies any write or edit operations attempted outside that configured path.

Why should I use an edit-restriction boundary for my development workflow?

An edit-restriction boundary safeguards your development workflow by preventing accidental changes outside the target path, ensuring that debugging or module isolation tasks do not impact other project areas.

Does the directory edit lock persist across the entire session?

Yes, the directory edit lock persists across the entire session, continuously applying the boundary check to deny any edit or write operations attempted outside the defined directory until the session concludes.