gsd-workspace-manager

Organize GSD workspace structures and clean stale artifacts across single and multi-repo projects.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/da-moon/manus-skills --skill gsd-workspace-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-workspace-manager
Source: https://github.com/da-moon/manus-skills/tree/main/skills/gsd-workspace-manager
Command: npx skills add https://github.com/da-moon/manus-skills --skill gsd-workspace-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage and organize GSD workspace structures across single and multi-repo projects to keep configurations, state, and cleanup coordinated.

Core Features & Use Cases

  • Sub-repo detection and per-workspace configuration for multi-repo setups.
  • Centralized management of .gsd state and settings with automatic cleanup workflows.
  • Use case: streamline governance for large codebases with multiple repositories under a single project.

Quick Start

Initialize, inspect, and tidy the current project workspace.

Frequently Asked Questions about gsd-workspace-manager

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

FAQPage Schema
How do I manage multi-repo workspace configurations for a large codebase?

Multi-repo workspace configurations are managed by orchestrating state and settings in a central .gsd directory, providing coordinated configuration and governance across all sub-repos under a single project.

What is the best way to detect sub-repos within a project workspace?

Sub-repo detection is handled automatically by the workspace manager, identifying nested repositories within a project to apply per-workspace configuration and centralized state management.

How do I clean up stale workspace artifacts and state files safely?

Workspace artifact cleanup is executed safely through automatic workflows that target the .gsd directory, tidying stale configurations and state files to maintain workspace hygiene without risking active project data.

Does this workspace manager work for single-repo projects or only multi-repo setups?

The workspace manager supports both single-repo and multi-repo projects, applying state management and configuration orchestration to scale from isolated repositories to complex codebases with multiple sub-repos.

How do I initialize and inspect a GSD workspace state directory?

Workspace initialization creates a .gsd directory to store state and settings, which can then be inspected to view current workspace configuration and verify orchestrated multi-repo structures.

Why do I need a centralized .gsd directory for multi-repo governance?

A centralized .gsd directory is needed to coordinate state management, apply consistent configurations across sub-repos, and automate cleanup workflows across large codebases with multiple repositories.