What problem does it solve?
Accidental edits to unrelated files during debugging or module-specific development can introduce bugs, waste time reverting unwanted changes, and disrupt your workflow. This skill eliminates that risk by locking all file edit and write operations to a directory you specify for the entire session.
Core Features & Use Cases
- Edit Scope Locking: Blocks all Edit and Write operations targeting files outside the user-defined allowed directory, with no warnings for out-of-scope edits.
- Debugging Safety: Perfect for debugging sessions where you want to focus changes on a single module without accidentally modifying unrelated code.
- Scoped Development Workflows: Use it when a user requests to "only edit this folder" or "restrict changes to the src/utils directory" to ensure all edits stay within the required boundary.
Quick Start
Use the freeze skill to lock all file edits to your current working project module directory for the duration of this debugging session to avoid accidental changes to unrelated code.