freeze

Block file edits outside a configured directory during debugging sessions.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/TobiasPerry/aws-hackathon --skill freeze-tobiasperry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/TobiasPerry/aws-hackathon/tree/main/.claude/skills/gstack/freeze
Command: npx skills add https://github.com/TobiasPerry/aws-hackathon --skill freeze-tobiasperry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blocking edits outside a configured directory during debugging sessions saves time and prevents drift.

Core Features & Use Cases

  • Freeze boundary enforcement during editing sessions.
  • Persists a session-wide directory boundary to limit edits to the allowed path.
  • Use Case: When debugging a module, lock changes to its folder to avoid unintended modifications elsewhere.

Quick Start

Ask the user to specify a directory, then apply and persist the freeze boundary 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 prevent file edits outside a specific directory during debugging?

To prevent file edits outside a specific directory during debugging, you can apply a freeze boundary that restricts Write and Edit operations to a configured path, blocking any out-of-bounds modifications.

What is directory freeze enforcement for development workflows?

Directory freeze enforcement is a safety mechanism that scopes edits to a single configured boundary, preventing unintended changes and drift across your project during a development session.

How do I set up a session-wide directory boundary to block unintended changes?

To set up a session-wide directory boundary, specify the target directory to apply the freeze. The boundary is loaded at runtime and persists across the session using a minimal state file.

Does the freeze boundary apply to both Edit and Write operations?

Yes, the freeze boundary applies to both Edit and Write operations. A pre-tool-check script enforces the boundary and denies any actions attempted outside the allowed directory path.

Can I use directory scoping tools to lock changes to a single module folder?

Yes, you can use directory scoping tools to lock changes to a single module folder. When debugging a module, this prevents unintended modifications elsewhere in the project.