Problem
gstack has 28 skills, but typing /gstack in Claude Code's command search only shows 2-3 results (/gstack, /gstack-upgrade, /connect-chrome). The other 25+ skills (/browse, /qa, /design-review, /ship, /investigate, etc.) don't appear because neither their names nor descriptions contain "gstack".
For users who don't have all 28 commands memorized, there's no way to discover them through search.
Suggested Fix
-
Add "gstack" to each skill's description — this is the minimal change. Claude Code's search already matches against descriptions, so including "gstack" would make all skills discoverable when searching /gstack.
-
Optionally prefix command names (/gstack-browse, /gstack-qa, etc.) — users who already know /browse would still find it since typing "browse" matches /gstack-browse. New users get the benefit of seeing all gstack skills grouped together.
Both changes are backwards-compatible and non-breaking.
Environment
- gstack v0.12.11.0
- Claude Code CLI, macOS
- 28 skills installed
Problem
gstack has 28 skills, but typing
/gstackin Claude Code's command search only shows 2-3 results (/gstack,/gstack-upgrade,/connect-chrome). The other 25+ skills (/browse,/qa,/design-review,/ship,/investigate, etc.) don't appear because neither their names nor descriptions contain "gstack".For users who don't have all 28 commands memorized, there's no way to discover them through search.
Suggested Fix
Add "gstack" to each skill's description — this is the minimal change. Claude Code's search already matches against descriptions, so including "gstack" would make all skills discoverable when searching
/gstack.Optionally prefix command names (
/gstack-browse,/gstack-qa, etc.) — users who already know/browsewould still find it since typing "browse" matches/gstack-browse. New users get the benefit of seeing all gstack skills grouped together.Both changes are backwards-compatible and non-breaking.
Environment