freeze

Blocks file edits outside a user-specified directory for the current session.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jm199seo/lostark-accessory-viewer --skill freeze-jm199seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/jm199seo/lostark-accessory-viewer/tree/main/.claude/skills/gstack/freeze
Command: npx skills add https://github.com/jm199seo/lostark-accessory-viewer --skill freeze-jm199seo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restrict edits to a designated directory for the current session to prevent accidental changes outside the intended scope.

Core Features & Use Cases

  • Enforces a runtime boundary that blocks edits outside a user-specified directory during debugging or experiments.
  • Persists the boundary for the session and checks edits in real time against the allowed path.

Quick Start

Ask the user for a directory to restrict 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 coding session?

To block edits outside a designated directory during interactive development, you can activate a session boundary that validates file paths from tool inputs in real time. This prevents accidental modifications to files outside your intended scope.

What is a session boundary for blocking file modifications?

A session boundary for blocking file modifications is a runtime constraint that persists during development and validates edit attempts against an allowed directory path. It denies any tool input attempting to write files outside the configured boundary.

How do I activate a directory edit lock for debugging workflows?

To activate a directory edit lock for debugging workflows, specify the target folder path and run the activation command to enable the boundary. The lock then persists for the current session and checks subsequent edits in real time.

Can I confine code changes to a single folder without affecting other files?

Yes, you can confine code changes to a single folder without affecting other files by applying a runtime boundary that intercepts edit tool inputs. It validates the file path against the allowed directory and denies any edits outside that scope.

Does the edit boundary persist automatically across different sessions?

No, the edit boundary does not persist automatically across different sessions; it is applied for the current session only. You need to reactivate the directory lock each time you start a new interactive development or debugging workflow.