workspace-status
Installation
SKILL.md
Skill: Workspace Status
Description
Show the status of all projects in the current workspace, including git status, running services, and last commits.
Instructions
When the user wants to see the workspace status:
Step 1: Detect Current Workspace
First, detect which workspace the user is in by checking:
- Current directory against project paths in
~/.claude/workspaces/*/WORKSPACE.md - Git remote URL against configured repos
If no workspace is detected, prompt the user to either:
- Run
/workspaces:initto create a new workspace - Navigate to a project directory that's part of a workspace