Skip to content

Add gstack runtime installer so /plan-ceo-review and peers work fully - #5

Merged
cursor[bot] merged 4 commits into
mainfrom
prax/gstack-setup-533e
Aug 29, 2026
Merged

Add gstack runtime installer so /plan-ceo-review and peers work fully#5
cursor[bot] merged 4 commits into
mainfrom
prax/gstack-setup-533e

Conversation

@praxstack

@praxstack praxstack commented Aug 29, 2026

Copy link
Copy Markdown
Owner

Problem

./scripts/install-agent-skills.sh copied gstack skill markdown into .agents/skills/ but not the gstack runtime at ~/.claude/skills/gstack/. Without gstack-skill-start, browse, and Playwright, skills like /plan-ceo-review run in degraded mode.

Solution

  • Add scripts/install-gstack-runtime.sh — clone garrytan/gstack, run ./setup --host cursor
  • Call it from install-agent-skills.sh and cloud-agent-install.sh (quiet -q on cloud boot)
  • Document two-part install, skill inventory, and verify command in .agents/skills/README.md and AGENTS.md

Verify

./scripts/install-gstack-runtime.sh
~/.claude/skills/gstack/bin/gstack-skill-start --skill plan-ceo-review --model claude --parent-pid $$
# expect SKILL_START_PROTO: 1

Follow-up

Re-save the Cloud Agent environment after merge so new pods install the runtime during cloud-agent-install.sh.

Open in Web Open in Cursor 

cursoragent and others added 2 commits August 29, 2026 16:49
Skill markdown from npx skills add is not enough: gstack skills depend on
~/.claude/skills/gstack/bin (gstack-skill-start, browse, telemetry). Without
that runtime, /plan-ceo-review and peers run in degraded mode.

- Add scripts/install-gstack-runtime.sh (clone + ./setup --host cursor)
- Call it from install-agent-skills.sh and cloud-agent-install.sh
- Document the two-part install in .agents/skills/README.md

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

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c6054039-ea4d-4173-94e3-35051c50304c


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.

cursoragent and others added 2 commits August 29, 2026 16:52
Cloud agents had flattened gstack SKILL.md files but no native runtime
(~/.claude/skills/gstack/bin). Add -q to install-gstack-runtime.sh and
expand README with skill inventory and verification steps.

Co-authored-by: Prax Lannister <praxstack@users.noreply.github.com>
Co-authored-by: Prax Lannister <praxstack@users.noreply.github.com>
@cursor
cursor Bot marked this pull request as ready for review August 29, 2026 18:12
@cursor
cursor Bot merged commit 175fd9a into main Aug 29, 2026
@cursor
cursor Bot deleted the prax/gstack-setup-533e branch August 29, 2026 18:12
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