What problem does it solve?
When working on code changes, it is easy to accidentally edit files outside the module or folder you are supposed to be modifying, leading to unintended bugs, broken functionality, or wasted time reverting unwanted changes.
Core Features & Use Cases
- Edit Boundary Enforcement: Blocks all Edit and Write operations outside the user-specified directory, preventing accidental modifications to unrelated code.
- Scoped Development Workflows: Ideal for debugging specific modules, working on isolated features, or ensuring all changes stay within a designated project folder during code reviews.
- Use Case: If you are fixing a bug in the src/auth module, use this skill to lock edits to that folder so you do not accidentally modify src/api files while testing your fix.
Quick Start
Use the freeze skill to restrict all file edits to the src/auth directory for the current session.