freeze

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Freeze boundary: restricts Edit and Write operations to a set directory.
  • Helpful for debugging and focusing changes to a single module.
  • Suitable for sessions where you want to avoid unintended edits.

Quick Start

Provide the directory path to restrict edits to 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 restrict edits to a specific directory during an active session?

You can restrict edits to a directory by interactively providing the folder path to set a session boundary. This limits Edit and Write operations to prevent unintended file modifications outside the allowed path.

Can I lock file changes to a single folder while debugging?

Yes, you can lock file changes to a single folder while debugging by setting a directory boundary. This focused approach prevents accidental edits to other modules during your troubleshooting session.

What is directory boundary restriction for focused development?

Directory boundary restriction is a mechanism that confines file modifications to an allowed path. It helps developers focus changes on a specific module and avoid unintended edits elsewhere in the project.

Does setting an edit restriction require interactive input?

Yes, setting an edit restriction requires interactive input to define the allowed directory path. Once set, this boundary persists for the duration of the active development session.

What are the limitations of freezing edits to a path for a session?

The limitation of freezing edits to a path is that the restriction applies only to the current session. It blocks all Edit and Write operations outside the allowed directory, requiring a new boundary to change paths.