You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 1.39.0 Runtime: Claude Code Install command:npx get-shit-done-cc@latest --claude --global
Issue
After upgrading from v1.30.0 to v1.39.0, the installer no longer creates slash commands in ~/.claude/commands/gsd/. The installer output says to run /gsd-new-project, but that command doesn't exist.
Expected Behavior
The installer should create slash command wrappers in ~/.claude/commands/gsd/ that invoke the skills.
Actual Behavior
65 skills are correctly installed to ~/.claude/skills/gsd-*/
No slash commands created in ~/.claude/commands/gsd/
Typing /gsd in Claude Code shows no commands
The installer message says "run /gsd-new-project" but that command doesn't exist
What Was Working in v1.30.0
In v1.30.0, slash commands existed in get-shit-done/commands/gsd/ which were available as /gsd-* commands.
Environment
macOS (Darwin 24.6.0)
Claude Code
GSD installed globally to ~/.claude/
Workaround Needed
Users need to either:
Invoke skills through the AI ("run gsd-help")
Manually create slash command wrappers
Downgrade to v1.30.0
Reproduction Steps
npx get-shit-done-cc@latest --claude --global
Restart Claude Code
Type /gsd - no commands appear
Check ls ~/.claude/commands/gsd/ - directory doesn't exist
Request
Either:
Restore slash command generation in the installer, OR
Update documentation/output to reflect skills-only architecture
Bug Report
Version: 1.39.0
Runtime: Claude Code
Install command:
npx get-shit-done-cc@latest --claude --globalIssue
After upgrading from v1.30.0 to v1.39.0, the installer no longer creates slash commands in
~/.claude/commands/gsd/. The installer output says to run/gsd-new-project, but that command doesn't exist.Expected Behavior
The installer should create slash command wrappers in
~/.claude/commands/gsd/that invoke the skills.Actual Behavior
~/.claude/skills/gsd-*/~/.claude/commands/gsd//gsdin Claude Code shows no commandsWhat Was Working in v1.30.0
In v1.30.0, slash commands existed in
get-shit-done/commands/gsd/which were available as/gsd-*commands.Environment
~/.claude/Workaround Needed
Users need to either:
Reproduction Steps
npx get-shit-done-cc@latest --claude --global/gsd- no commands appearls ~/.claude/commands/gsd/- directory doesn't existRequest
Either: