freeze

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

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/makyua-san/usecase-agent --skill freeze-makyua-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/makyua-san/usecase-agent/tree/main/.claude/skills/freeze
Command: npx skills add https://github.com/makyua-san/usecase-agent --skill freeze-makyua-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restrict edits to a specific directory for the session to prevent accidental changes outside the target workspace.

Core Features & Use Cases

  • Persists a boundary for the session to block Edit and Write operations outside the allowed path.
  • Useful during debugging to ensure changes stay within a module or feature scope.
  • Works across editors and tools by enforcing a runtime directory restriction.

Quick Start

Ask the user to specify the directory to freeze, then enforce the boundary for the session.

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 debugging?

You can lock edits to a specific directory by providing a target path to establish an absolute boundary, which then blocks Write and Edit operations outside that folder for the current session.

What is directory boundary enforcement for workspace safety?

Workspace safety via directory boundaries involves persisting a specific folder path to prevent accidental modifications outside that scope during focused development or debugging sessions.

Can I restrict write permissions to a single folder for my current session?

Yes, you can restrict write permissions to a single folder by persisting a directory boundary that blocks Edit and Write operations outside the allowed path for the current session.

How do I prevent accidental changes outside my target workspace folder?

To prevent accidental changes outside your target workspace, you establish a persisted directory boundary that blocks Edit and Write operations outside the allowed path for the current session.

Does directory edit restriction work across different editors and tools?

Yes, directory edit restriction works across different editors and tools by enforcing a runtime directory restriction that blocks Edit and Write operations outside the allowed path.

When should I lock edits to a designated folder?

You should lock edits to a designated folder during debugging or focused development where changes must stay within a defined module scope, preventing unintended modifications to files outside the target workspace.