用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/open-gsd/gsd-core --skill gsd-workspace命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | gsd-workspace |
| description | Manage GSD workspaces — create, list, or remove isolated workspace environments |
| argument-hint | [--new | --list | --remove] [name] |
| allowed-tools | ["Read","Write","Bash","Grep","AskUserQuestion"] |
Mode routing:
| Flag | Action | Workflow |
|---|---|---|
| --new | Create workspace with worktree/clone strategy | new-workspace |
| --list | Scan ~/gsd-workspaces/, show summary table | list-workspaces |
| --remove | Confirm and remove workspace directory | remove-workspace |
<execution_context>
@/.claude/gsd-core/workflows/new-workspace.md
@/.claude/gsd-core/workflows/list-workspaces.md
@/.claude/gsd-core/workflows/remove-workspace.md
@/.claude/gsd-core/references/ui-brand.md
</execution_context>
Parse the first token of $ARGUMENTS:
--new: strip the flag, pass remainder (--name, --repos, --path, --strategy, --branch, --auto flags) to new-workspace workflow--list: execute list-workspaces workflow (no argument needed)--remove: strip the flag, pass remainder (workspace-name) to remove-workspace workflow