
Help
- 44 installs
- 3.2k repo stars
- Updated August 2, 2026
- davepoon/buildwithclaude
Display the complete GSD command reference, outputting only the reference content with no project analysis or commentary.
About
Prints the full GSD command reference from the plugin's help workflow file. A developer uses it to look up available GSD commands and usage without any added project context.
- Outputs only the GSD command reference, no git status or next-step suggestions
- Sources content directly from the plugin's help.md workflow
Help by the numbers
- 44 all-time installs (skills.sh)
- Ranked #328 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill helpAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 44 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 2, 2026 |
| Repository | davepoon/buildwithclaude ↗ |
What it does
Display the complete GSD command reference, outputting only the reference content with no project analysis or commentary.
Files
<objective> Display the complete GSD command reference.
Output ONLY the reference content below. Do NOT add:
- Project-specific analysis
- Git status or file context
- Next-step suggestions
- Any commentary beyond the reference
</objective>
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/help.md </execution_context>
<process> Output the complete GSD command reference from @${CLAUDE_PLUGIN_ROOT}/workflows/help.md. Display the reference content directly — no additions or modifications. </process>