gsd-list-workspaces

Scan ~/gsd-workspaces for WORKSPACE.md manifests and summarize workspace statuses.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-list-workspaces
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-list-workspaces
Source: https://github.com/onelee85/my-skills/tree/main/gsd-list-workspaces
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-list-workspaces

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies GSD workspaces with active WORKSPACE.md manifests and surfaces a consolidated status overview to save time on manual audits and status assessments.

Core Features & Use Cases

  • Scan ~/gsd-workspaces for directories containing WORKSPACE.md manifests.
  • Compute per-workspace status and repository counts.
  • Produce a summary table with name, path, repo count, strategy, and project status.

Quick Start

Run the list-workspaces workflow on your local machine to generate the summary.

Frequently Asked Questions about gsd-list-workspaces

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

FAQPage Schema
How do I audit GSD workspace status across multiple directories?

To audit GSD workspace status, scan your local ~/gsd-workspaces directories for active WORKSPACE.md manifests. The workflow computes per-workspace metrics and presents a structured summary table with project status and repository counts for review.

How do I count repositories across multiple GSD workspaces?

Counting repositories across GSD workspaces involves scanning local ~/gsd-workspaces directories. The workflow identifies directories containing WORKSPACE.md manifests, counts the repositories in each, and outputs a summary table with per-workspace metrics.

Can I generate a summary table of all my local GSD workspaces?

You can generate a GSD workspaces summary by running the list-workspaces workflow on your local machine. It scans ~/gsd-workspaces, reads workspace manifests, and produces a structured table with name, path, repo count, strategy, and project status.

What is a WORKSPACE.md manifest used for in GSD project auditing?

A WORKSPACE.md manifest identifies active GSD workspaces during local directory scans. The workflow reads these manifests to compute per-workspace metrics, determine project status, and consolidate the results into a reviewable summary table.

Does the GSD workspace summary workflow require any external dependencies?

The GSD workspace summary workflow requires no external dependencies. It operates entirely on local ~/gsd-workspaces directories by reading WORKSPACE.md manifests to compute repository counts and project status without additional tools.