Lead messaging with Claude Code. Add note that Codex, Cursor, etc.
can also use it since it's just a CLI binary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use plain text ask + wait instead of mcp__conductor__AskUserQuestion.
Makes the skill portable — works with any Claude Code setup, no MCP needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SKILL.md now instructs Claude to check if the binary exists before
any browse command. If missing, asks user permission to run setup
(bun install + build). One-time ~10s setup, then never again.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all paths from ~/.claude/skills/browse/ to
~/.claude/skills/gstack-browse/ in SKILL.md and cli.ts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Teaches Claude Code how to use the browse tool: command reference,
speed rules, decision table, multi-step workflow examples, and
architecture overview.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>