Studio Help banner
v-i-s-h-a-l v-i-s-h-a-l

Studio Help

Development community

Description

Open the Generic Dev Studio v2 router docs in the browser. Steps: 1. Resolve the docs path via git repo-toplevel: ```bash REPO_ROOT="$(git -C "$(pwd)" rev-parse --show-toplevel 2>/dev/null)" DOCS="$REPO_ROOT/core/v2/skills/dev-studio/docs.html" ``` 2. Run `open "$DOCS"` to open the router docs in the default app. 3. Tell the user: "Studio v2 router docs opened. Path in the repo: `core/v2/skills/dev-studio/docs.html`." 4. If `$DOCS` does not exist, say so — do not guess a path.

Installation

Installs to ~/.claude/commands/v-i-s-h-a-l-generic-dev-studio-studio-help.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/v-i-s-h-a-l/generic-dev-studio/HEAD/.claude/commands/studio-help.md -o ~/.claude/commands/v-i-s-h-a-l-generic-dev-studio-studio-help.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository