gsd-help

Display GSD command reference content at brief, default, full, or topic-scoped detail tiers.

1|Updated Aug 27, 2025
One-click install
npx skills add https://github.com/IgorGanapolsky/Random-Timer --skill gsd-help-igorganapolsky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-help
Source: https://github.com/IgorGanapolsky/Random-Timer/tree/main/.cursor/skills/gsd-help
Command: npx skills add https://github.com/IgorGanapolsky/Random-Timer --skill gsd-help-igorganapolsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the GSD (Get Stuff Done) command system, users often forget command syntax or need a quick refresher without digging through full documentation. This Skill surfaces the right level of help content on demand. ## Core Features & Use Cases - Tiered Help Output: Shows a one-line refresher (brief), a one-page tour (default), a complete reference (full), or a single topic section depending on the argument passed. - Scoped Topic Lookup: Supports --brief <topic> to return just a command signature plus a one-line summary for fast lookup. - Clean Reference Output: Outputs only the requested reference content with no project analysis, git status, or extra commentary. - Use Case: While working in a GSD-enabled project, you forget the syntax for a specific command. Invoke the skill with the topic name to get its signature and summary instantly. ## Quick Start Ask the assistant to show GSD help for a specific topic, for example by saying "gsd-help --brief plan" to get that command's signature and summary.

Frequently Asked Questions about gsd-help

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

FAQPage Schema
How do I see all available GSD commands?▼

Invoke the gsd-help skill with no arguments to get the default one-page tour of GSD commands. Pass the full tier argument to see the complete reference covering every command in detail.

How to get a quick summary of one GSD command?▼

Use the --brief flag followed by the topic name, such as "gsd-help --brief plan". This returns only that command's signature and a one-line summary instead of the full documentation.

What detail levels does GSD help support?▼

GSD help supports four tiers: brief for a one-line refresher, default for a one-page tour, full for the complete reference, and a single topic section. The --brief <topic> form gives a compact scoped lookup.

Does gsd-help show project-specific information?▼

No. The skill outputs only the reference content for the requested tier. It explicitly excludes project analysis, git status, file context, and next-step suggestions from its output.

When should I use full GSD help versus brief help?▼

Use brief help when you know the command and only need its signature. Use the full tier when learning the GSD system for the first time or when you need complete parameter and workflow details.