gsd-ns-manage
A central management skill that routes intent to GSD actions like configuring settings, managing workspaces, and handling task lifecycle tasks.
Install
mkdir -p .claude/skills/gsd-ns-manage-rafaelribeiro96 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18956" && unzip -o skill.zip -d .claude/skills/gsd-ns-manage-rafaelribeiro96 && rm skill.zipInstalls to .claude/skills/gsd-ns-manage-rafaelribeiro96
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
config workspace | workstreams thread update ship inboxKey capabilities
- →Route user intent to specific GSD management skills
- →Manage project workspace lifecycle including creation and removal
- →Coordinate parallel workstreams and task thread context
- →Automate shipping of completed work to repositories
- →Process pending inbox items and update GSD installation
How it works
The skill acts as a central router that maps specific user requests to dedicated management tools like gsd-config, gsd-workspace, or gsd-ship based on a predefined lookup table.
Inputs & outputs
When to use gsd-ns-manage
- →Configure GSD integration settings
- →List or delete active workspaces
- →Start a fresh task thread
- →Ship completed work to the repository
- →Process pending inbox items
About this 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.
How it compares
It centralizes command routing for the GSD toolset, replacing the need to manually invoke individual management scripts.
Compared to similar skills
gsd-ns-manage side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-ns-manage (this skill) | 0 | 1mo | No flags | Beginner |
| jira | 11 | 6mo | No flags | Beginner |
| triaging-issues | 5 | 2mo | Review | Intermediate |
| landing | 0 | 3mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
jira
davila7
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
triaging-issues
pytorch
Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.
landing
hoangsonww
End-of-session ritual. Close finished beads, file new ones for remaining work, run verify, commit in logical groupings, push. Work is not complete until git push succeeds.
ck
wanzicong
Claude Code 的每个项目持久化记忆。在会话启动时自动加载项目上下文,通过 git 活动追踪会话,并写入原生记忆。命令运行确定性的 Node.js 脚本——行为在不同模型版本间保持一致。
issue
siculo
>
project-state-init
luck7x
初始化 Codex 项目“项目记忆/状态管理”套件到当前项目根目录:复制 `AGENTS.md` 与 `.codex/skills/*`(handoff / handoff-resume / ops-sync 等)并可选生成 `.codex/state` 骨架。用于新项目快速启用长期项目工作流(ops-sync、handoff、审计)。