workspace-status
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
Step 2: Display Status
Show a formatted table with information about all projects:
π Workspace: Acme Corp
βββββββββββββββ¬βββββββββββββββ¬ββββββββββββββ¬βββββββββββ¬ββββββββββ
β Project β Branch β Git Status β Service β Port β
βββββββββββββββΌβββββββββββββββΌββββββββββββββΌβββββββββββΌββββββββββ€
β api β main β clean β running β 3000 β
β admin β feature/auth β dirty (+3) β stopped β 3001 β
β homepage β main β clean, β2 β running β 3002 β
β mobile β main β not cloned β - β 8081 β
βββββββββββββββ΄βββββββββββββββ΄ββββββββββββββ΄βββββββββββ΄ββββββββββ
Status Values
Git Status:
clean- No uncommitted changesdirty (+N)- N files changedβN- N commits ahead of remoteβN- N commits behind remotenot cloned- Repository hasn't been cloned yet
Service Status:
running- Port is in usestopped- Port is not in use
Additional Information
Show recent commits and any warnings:
Recent commits:
β’ api: "fix: resolve auth token issue" (2 hours ago)
β’ admin: "feat: add user dashboard" (1 day ago)
β Warning: 'admin' has uncommitted changes
Weekly Installs
1
Repository
patricio0312revβ¦rkspacesGitHub Stars
7
First Seen
8 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
warp1