gsd-list-workspaces

Scan a directory for GSD workspaces and summarize their status.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/GenproMM/MMLab_TOOLS --skill gsd-list-workspaces-genpromm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-list-workspaces
Source: https://github.com/GenproMM/MMLab_TOOLS/tree/main/.claude/skills/gsd-list-workspaces
Command: npx skills add https://github.com/GenproMM/MMLab_TOOLS --skill gsd-list-workspaces-genpromm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of listing and checking the status of active GSD workspaces, eliminating the need for manual directory scanning.

Core Features & Use Cases

  • Automatic Workspace Scanning: Automatically scans the ~/gsd-workspaces/ directory for workspace directories containing WORKSPACE.md manifests.
  • Summary Table: Provides a summary table with details such as workspace name, path, repository count, strategy, and GSD project status.
  • Workflow Execution: Executes the list-workspaces workflow from a specified reference.

Quick Start

Run the 'gsd-list-workspaces' skill to get a list of all active GSD workspaces with their status.

Frequently Asked Questions about gsd-list-workspaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list active GSD workspaces and check their status?

Workspace status checking works by scanning a designated directory for workspace folders containing WORKSPACE.md manifests, then executing a predefined reference workflow to extract details like repository count and strategy into a summary table.

How do I automate directory scanning for workspace management?

Automated workspace scanning requires Bash and Read tool access to execute the predefined workflow and generate a summary table with workspace name, path, repository count, strategy, and GSD project status.

Do I need Bash and Read tool access to scan GSD workspaces?

Yes, you need Bash and Read tool access to scan GSD workspaces, as the status checking process executes a predefined reference workflow that reads WORKSPACE.md manifests from the ~/gsd-workspaces/ directory.

What is included in the GSD workspace summary table?

The GSD workspace summary table includes the workspace name, file path, repository count, project strategy, and current GSD project status, all extracted automatically from the WORKSPACE.md manifests found during the directory scan.

Why does my workspace status check fail to return project details?

Your workspace status check fails to return project details if the scanned directories do not contain the required WORKSPACE.md manifests, which the predefined workflow reads to extract the repository count and strategy.