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:init to create a new workspace
  • Navigate to a project directory that's part of a workspace
Installs
1
GitHub Stars
7
First Seen
Mar 27, 2026
workspace-status — patricio0312rev/workspaces