ws
Show workspace status table for the current project, or switch the active workspace
Install / Use
npx skills add MikahNiehaus/ClaudeBoostInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubdescription: "Show workspace status table for the current project, or switch the active workspace" allowed-tools: Bash
/ws — Workspace Status
Arguments: $ARGUMENTS
Before running, interpret the user's intent:
- If
$ARGUMENTSis empty or "list" → list mode (no arg to script) - If
$ARGUMENTSisoff→ passoffto clear the active workspace - If
$ARGUMENTSlooks like a workspace ID or partial name (including natural language, slang, or phonetic variants) → extract the key search term and pass that single word/phrase as the argument
For natural language like "set ws for the dispute one" or "switch to disputes", extract the meaningful identifier ("disputes") and pass only that to the script.
Phonetic and slang variants must be normalized before passing to the script. Common examples:
- "pie hole" → "pihole" (Pi-hole, the DNS blocker)
- "pi hole" → "pihole"
- "rust desk" → "rustdesk"
- "space desk" → "spacedesk"
When in doubt, collapse multi-word phrases that sound like a single compound tool or project name into one word.
Run the workspace status script:
"${CLAUDEBOOST_PYTHON}" "${CLAUDEBOOST_HOME}/scripts/workspace-status.py" <extracted-id-or-empty>
Display the output to the user exactly as printed.
Switching: The script accepts exact workspace IDs, partial names (fuzzy match), or
local folder names from ./workspace/ in the current directory. If the match is
ambiguous, it lists what matched. Pass off to clear the active workspace.
After a successful switch: If the script output says "Switched to:", read the
context.md file for that workspace and summarize the current status and next step
for the user. The path is either:
./workspace/<workspace-id>/context.md(project-local), or${CLAUDEBOOST_HOME}/workspace/<workspace-id>/context.md(global)
Check the project-local path first. If neither exists, just tell the user no context file was found yet.
Listing: When no argument is given, shows all workspaces for the current project,
including local folders found in ./workspace/ that aren't in the global registry
(marked with (local)). ✎ marks the most recently edited.
Related Skills
claude-mem
93.7kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
82.1kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Agent-Reach
79.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
72.1k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Sep 11, 2026
