Skip to content

fix: gstack Cursor skill discovery and naming docs - #24

Draft
praxstack wants to merge 2 commits into
mainfrom
prax/gstack-cursor-discovery-8431
Draft

fix: gstack Cursor skill discovery and naming docs#24
praxstack wants to merge 2 commits into
mainfrom
prax/gstack-cursor-discovery-8431

Conversation

@praxstack

Copy link
Copy Markdown
Owner

Problem

gstack skill markdown was vendored (54 skills under .claude/skills/gstack/), but users don't see slash commands like /plan-ceo-review in Cursor.

Root causes:

  1. Slimmed install — only SOP markdown is in git; Bun runtime (bin/, lib/, browse/) requires bash scripts/setup-gstack-full.sh
  2. Cursor vs Claude Code naming — Cursor uses gstack-plan-ceo-review, not /plan-ceo-review
  3. Discovery path — Cursor expects flat gstack-* dirs; vendored tree is nested gstack/plan-ceo-review/

Changes

  • scripts/setup-gstack-full.sh now links 53 flat gstack-* skill symlinks into .claude/skills/ (visible via .cursor/skills)
  • AGENTS.md documents naming differences + skill routing rules
  • .gitignore ignores generated gstack-* symlinks
  • Skills README updated

How to use gstack in Cursor

bash scripts/setup-gstack-full.sh   # one-time (also runs on Cloud Agent install)

Then invoke skills as gstack-plan-ceo-review, gstack-qa, gstack-ship, etc. — or attach .claude/skills/gstack/plan-ceo-review/SKILL.md manually.

Verification

Ran setup locally:

  • gstack-config: OK
  • 53 gstack-* symlinks created (e.g. .claude/skills/gstack-plan-ceo-review)
Open in Web Open in Cursor 

cursoragent and others added 2 commits August 29, 2026 16:50
- setup-gstack-full.sh now links flat gstack-* skills into .claude/skills/
  so Cursor discovers them via .cursor/skills symlink
- Document Claude Code vs Cursor skill names in AGENTS.md
- Add skill routing rules for gstack workflows
- gitignore generated gstack-* symlinks

Co-authored-by: Prax Lannister <praxstack@users.noreply.github.com>
Co-authored-by: Prax Lannister <praxstack@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 29, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants