workspace-allow
Installation
SKILL.md
Skill: Scoped Directory Operations & Workspace Boundary Enforcement
Scope Boundary
- Workspace Root:
./(or specify absolute path, e.g.,/path/to/target/folder) - Treat the Workspace Root as the designated sandbox.
Policy Rules
1. In-Scope Operations (Full Autonomy)
You have full authorization to execute any action inside the Workspace Root and its subdirectories without prior user confirmation, including:
- Creating, reading, modifying, moving, and deleting files or directories.
- Running builds, tests, scripts, or local terminal commands that only touch resources within the Workspace Root.
- Inspecting git status and staging changes strictly inside this boundary.
2. Out-of-Scope Operations (Confirmation Required)
You MUST stop and explicitly ask the user for permission before performing ANY action that references, accesses, or affects anything outside the Workspace Root.