_gstack-command

Routes gstack requests to the correct planning, review, QA, or shipping skill.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/prabaljainn/my-claude-code-setup --skill gstack-command-prabaljainn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: _gstack-command
Source: https://github.com/prabaljainn/my-claude-code-setup/tree/main/claude/skills/_gstack-command
Command: npx skills add https://github.com/prabaljainn/my-claude-code-setup --skill gstack-command-prabaljainn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you have dozens of gstack skills installed (/ship, /review, /qa, /plan-*, /investigate), it is hard to know which one fits a given request. This router inspects your request and environment, then dispatches to the right skill so you do not have to memorize the command catalog. ## Core Features & Use Cases - Request Routing: Maps natural-language requests (bugs, deploys, code review, brainstorming) to the matching gstack skill via explicit routing rules. - Session Preamble: Detects branch, session kind, plan mode, telemetry, and upgrade state before any skill runs, and handles one-time onboarding prompts. - Artifacts Sync: Checks gbrain configuration and syncs cross-machine artifacts when enabled. - Use Case: You type "something is broken on the deploy" without naming a command; the router matches the bug-report pattern and invokes /investigate with the full workflow and quality gates. ## Quick Start Ask the assistant to route this request with gstack, or simply describe your task and let it pick the right gstack skill for you.

Frequently Asked Questions about _gstack-command

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a request to the right gstack skill?▼

Invoke the gstack router with your request in plain language. It matches patterns like bug reports to /investigate, deploys to /ship, and code review to /review, then invokes that skill via the Skill tool.

What gstack skill should I use for code review?▼

Use /review for pre-landing diff checks and code review. The router sends requests like "look at my changes" or "check the diff" to /review automatically when proactive mode is enabled.

Does the gstack router work without the gstack runtime installed?▼

No. The router is a thin wrapper that calls binaries under ~/.claude/skills/gstack/bin/ such as gstack-config and gstack-telemetry-log. Without the gstack runtime installed, those preamble commands fail silently and routing has nothing to dispatch to.

Can I disable automatic skill suggestions in gstack?▼

Yes. Run gstack-config set proactive false, or answer the one-time proactive prompt with the off option. The router then only runs skills you explicitly invoke and never suggests them.

Why does the gstack router ask about telemetry on first run?▼

It asks once per machine to collect opt-in usage data (skill name, duration, crashes) with no code or file paths. You can choose community, anonymous, or fully off, and the choice persists via gstack-config.