What problem does it solve?
This Skill solves the common issue of accidentally modifying unrelated files when working on a specific module, debugging, or performing scoped edits, which can introduce unintended bugs, waste time reverting changes, and break unrelated functionality.
Core Features & Use Cases
- Strict Edit Blocking: Automatically blocks all Edit and Write operations targeting files outside the user-specified allowed directory, with no soft warnings.
- Debugging Safety: Prevents accidental "fixes" to unrelated code when troubleshooting a specific issue, reducing the risk of introducing new bugs.
- Scoped Workflows: Ideal for tasks where you only want to modify files within a single module or folder, ensuring all changes stay within the intended boundary.
Quick Start
Freeze all file edits to the /src/authentication directory so I don't accidentally modify unrelated code while debugging the login flow.