What problem does it solve? AI coding agents can drift outside the intended project directory, reading or writing files in sibling repositories, system folders, or user home directories. This Skill enforces workspace boundaries so every file operation stays scoped to the active project. ## Core Features & Use Cases - Path Validation: Rejects path traversal patterns like ../, absolute paths outside the workspace, and references to system directories or user home folders. - Tool-Specific Rules: Applies boundary checks to read_file, write_file, grep, bash, git operations, and symlink resolution. - Empty Workspace Handling: Detects empty or unstructured workspaces and responds with abstract guidance instead of attempting file operations. - Use Case: When an agent is asked to refactor code, it verifies every path against workspace_root before reading or writing, preventing accidental modification of a neighboring project. ## Quick Start Ensure all file reads, writes, and searches in this session stay strictly within the current workspace directory.