ws
Installation
SKILL.md
ws - Workspace Management Utility
The ws module provides tools for managing project workspaces, allowing for isolated command execution and file access within a defined workspace root.
When to Activate
- When the user wants to identify the root directory of the current workspace.
- When executing commands or script files relative to the workspace root.
- When viewing file contents within the workspace environment.
Core Principles & Rules
- Isolation: Commands executed via
wsare contextually aware of the workspace root. - Path Awareness: Uses relative paths from the workspace
.x-cmddirectory for internal operations.