Overview and getting started guide for the workspaces plugin. Use when user asks "how do I use workspaces", "workspaces help", or "getting started with workspaces".
This skill provides an overview of the workspaces plugin and how to use it effectively for managing multi-project/multi-repo workflows.
When the user asks about using the workspaces plugin, provide this overview:
The workspaces plugin helps you manage multiple related repositories that belong to the same company or project. Perfect for teams working with microservices, polyrepos, or any multi-project setup.
Initialize a workspace: /workspaces:init
Clone repositories: /workspaces:clone all
Set up projects: /workspaces:setup all
Verify everything: /workspaces:doctor
Check status: /workspaces:status
Workspace configs are stored in ~/.claude/workspaces/<workspace-name>/:
WORKSPACE.md - Main configuration with projects, relationships, and commands| Command | Description |
|---------|-------------|
| /workspaces:init | Create a new workspace |
| /workspaces:status | Show status across all projects |
| /workspaces:clone | Clone repositories |
| /workspaces:setup | Run setup scripts |
| /workspaces:start | Start services |
| /workspaces:stop | Stop services |
| /workspaces:affected | Show dependency graph |
| /workspaces:search | Search across all projects |
| /workspaces:doctor | Check prerequisites and health |
/workspaces:affected api to see what depends on the API before making breaking changes/workspaces:search "TODO" to find TODOs across all projects/workspaces:doctor when something isn't workingnpx skills add patricio0312rev/using-workspaces下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer