gsd-list-workspaces

Scan workspace directories for WORKSPACE.md manifests and list active GSD workspaces with statuses.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-list-workspaces-mint-ia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-list-workspaces
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-list-workspaces
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-list-workspaces-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizes and surfaces visibility into GSD workspaces by listing active workspaces and their statuses, reducing manual discovery and status-check effort.

Core Features & Use Cases

  • Workspace discovery: scans ~/gsd-workspaces for WORKSPACE.md manifests and lists valid workspaces with their paths.
  • Status summary: aggregates repository counts and workspace statuses into a concise, tabular overview for quick review.
  • Ideal use cases: helpful for development teams managing multiple workspaces across projects and for CI audits.

Quick Start

Run the gsd-list-workspaces workflow to scan ~/gsd-workspaces for WORKSPACE.md manifests and display a summary table.

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 workspaces and check their status in a local development environment?▼

Scanning the ~/gsd-workspaces directory for WORKSPACE.md manifests lists active workspaces and their statuses. It enumerates valid directories, counts repositories, and aggregates the data into a concise tabular overview for quick review.

What is a WORKSPACE.md manifest used for when managing multiple repositories?▼

A WORKSPACE.md manifest recognizes and validates active GSD workspaces. By scanning for these files, the system identifies valid workspace paths, counts repositories, and aggregates status data into a formatted summary table.

Can I use directory scanning to generate a workspace status report for CI audits?▼

Yes, directory scanning generates a workspace status report for CI audits. The workflow scans ~/gsd-workspaces, aggregates repository counts and statuses, and outputs a formatted summary table suitable for CI workflows.

How do I get a tabular overview of multiple GSD workspaces across different projects?▼

Running a directory scan of ~/gsd-workspaces provides a tabular overview of multiple GSD workspaces. It recognizes WORKSPACE.md files, counts repositories, and displays a formatted summary table showing the status of each workspace.

Does the workspace listing workflow require any external dependencies or components?▼

The workspace listing workflow requires no external dependencies or components. It independently scans the local ~/gsd-workspaces directory to enumerate manifests and produce a status summary without additional setup.