Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-manage
gsd-ns-manage
GitHubGSD管理技能路由,用于根据用户意图分发至配置、工作区、工作流、线程、暂停/恢复、更新、交付、收件箱、PR分支及撤销等具体子技能。
Trigger Scenarios
配置GSD设置
管理工作区
管理工作流
继续或暂停工作
更新安装
交付完成工作
处理收件箱
创建PR分支
撤销操作
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-ns-manage -g -y
SKILL.md
Frontmatter
{
"name": "gsd-ns-manage",
"description": "config workspace | workstreams thread update ship inbox",
"allowed-tools": [
"Read",
"Skill"
]
}
Route to the appropriate management skill based on the user's intent.
gsd-config (settings + advanced + integrations + profile) and gsd-workspace
(new + list + remove) are post-#2790 consolidated entries.
| User wants | Invoke |
|---|---|
| Configure GSD settings (basic / advanced / integrations / profile) | gsd-config |
| Manage workspaces (create / list / remove) | gsd-workspace |
| Manage parallel workstreams | gsd-workstreams |
| Continue work in a fresh context thread | gsd-thread |
| Pause current work | gsd-pause-work |
| Resume paused work | gsd-resume-work |
| Update the GSD installation | gsd-update |
| Ship completed work | gsd-ship |
| Process inbox items | gsd-inbox |
| Create a clean PR branch | gsd-pr-branch |
| Undo the last GSD action | gsd-undo |
Invoke the matched skill directly using the Skill tool.
Version History
- 581d130 Current 2026-07-19 09:10


