One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-ns-manage-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-manage
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-ns-manage
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-ns-manage-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates confusion and extra steps by routing your GSD management request to the correct downstream skill for the job you actually mean to do.

Core Features & Use Cases

  • Settings configuration routing: Handles configuration requests across basic, advanced, integrations, and profile scopes by invoking gsd-config.
  • Workspace management routing: Handles workspace lifecycle actions like creating, listing, and removing by invoking gsd-workspace.
  • Broad GSD thread/workflow control: Directs workstreams, thread continuation, pausing/resuming, updates, shipping, inbox processing, PR branch creation, and undo actions to the matching skill.

Quick Start

Tell the AI exactly what GSD management action you want to perform, and it will invoke the appropriate matching skill directly (for example: "List my workspaces" to route to gsd-workspace).

Frequently Asked Questions about gsd-ns-manage

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

FAQPage Schema
How do I route workspace management requests to the correct workflow orchestration skill?

Workspace management requests are routed by matching your requested action and scope to the correct downstream skill name and invoking it directly via the Skill tool.

What GSD configuration actions can I manage through intent routing?

Intent routing handles configuration requests across basic, advanced, integrations, and profile scopes by directing them to the matching configuration skill.

How do I control workstreams and thread continuation in a GSD workflow?

Workstreams and thread control actions like pausing, resuming, or continuing are directed to the matching skill based on your specified intent without altering underlying commands.

Can I route update, shipping, inbox, and PR branch actions through a single GSD management interface?

Yes, broad GSD workflow control directs updates, inbox processing, shipping, PR branch creation, and undo actions to their matching downstream skills instantly.

Do I need to specify the downstream skill name to manage GSD settings?

No, you only need to state the GSD management action and scope. The routing mechanism matches your intent to the specific downstream skill and invokes it automatically.

Why does my GSD management intent route to the wrong workspace operation?

Routing relies on matching your requested action and scope to a specific downstream skill. Ensure your intent clearly states the exact workspace lifecycle action to avoid misrouting.