Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

v1.39.0: Installer doesn't create slash commands for Claude Code #2957

Description

@tyluhow-hatch

Bug Report

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:

  1. Invoke skills through the AI ("run gsd-help")
  2. Manually create slash command wrappers
  3. Downgrade to v1.30.0

Reproduction Steps

  1. npx get-shit-done-cc@latest --claude --global
  2. Restart Claude Code
  3. Type /gsd - no commands appear
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: installerInstallation, CLI setupbugSomething isn't workingconfirmed-bugVerified reproducible bugready-for-reviewSpec meets CONTRIBUTING.md criteria, awaiting maintainer decisionruntime: claude-codeAffects Claude Code runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions