What problem does it solve?
When working on code or documents, it's easy to accidentally edit files outside the module or folder you're supposed to modify, leading to unintended bugs or wasted effort. This Skill eliminates that risk by blocking all Edit and Write operations outside a user-specified directory for the entire session.
Core Features & Use Cases
- Scoped Edit Locking: Blocks all Edit and Write tool actions targeting files outside the configured directory, while leaving Read, Bash, Glob, and Grep operations unaffected.
- Session Persistence: The freeze boundary stays active until you run the /unfreeze command or end the session, no need to re-configure it for every task.
- Use Case: Ideal for debugging a single code module without risking changes to unrelated parts of the codebase, or when working on a scoped feature where you only want to modify files in one specific folder.
Quick Start
Ask the AI to restrict all file edits to the /src/features/authentication directory for this session.