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 ws are contextually aware of the workspace root.
  • Path Awareness: Uses relative paths from the workspace .x-cmd directory for internal operations.

Patterns & Examples

Installs
3
Repository
x-cmd/skill
GitHub Stars
21
First Seen
Apr 10, 2026
ws — x-cmd/skill