---
name: GSD Help
slug: gsd-help
category: Writing
description: GSD Help shows available GSD commands and usage guides at the tier the user requests, from brief one-line refreshers to full reference. Use it when a user asks for help with GSD commands.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-help"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-help ~/.claude/skills/gsd-help"
installs_to: ~/.claude/skills/gsd-help
source_path: skills/gsd-help/SKILL.md
collection_size: 25
category_size: 1012
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:51:04.145Z
last_synced: 2026-08-15T06:51:04.145Z
canonical_url: "https://dirskills.com/skills/gsd-help"
---

# GSD Help

GSD Help shows available GSD commands and usage guides at the tier the user requests, from brief one-line refreshers to full reference. Use it when a user asks for help with GSD commands.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-help ~/.claude/skills/gsd-help
```

## README

<objective>
Display GSD help at the tier the user asked for: brief (one-line refresher), default (one-page tour), full (complete reference), a single topic section, or a compact scoped lookup of one topic (`--brief <topic>`: signature + one-line summary).

Output ONLY the reference content of the chosen tier. Do NOT add:
- Project-specific analysis
- Git status or file context
- Next-step suggestions
- Any commentary beyond the reference
</objective>

<execution_context>
@~/.claude/gsd-core/workflows/help.md
</execution_context>

<context>
Arguments: $ARGUMENTS
</context>

<process>
Follow ~/.claude/gsd-core/workflows/help.md with $ARGUMENTS.
</process>
