Open Claude banner
Taichis-K Taichis-K

Open Claude

Development community

Description

--- description: 新しい Claude Code を「自分と同じ VS Code ウィンドウ」に開く(セッション再開・初期プロンプト指定も可) argument-hint: "[sessionId | 初期プロンプト] ※省略で新規" allowed-tools: Bash, PowerShell --- `~/.claude/scripts/open-claude.*` を呼ぶだけ。自分でコマンドを組み立て直さないこと。 **Windows は `open-claude.ps1` / macOS は `open-claude.sh`** で、引数の名前は揃えてある。 ## 引数の解釈 `$ARGUMENTS` を見て振り分ける。 | `$ARGUMENTS` | 渡し方 | |---|---| | 空 | 引数なし(新規セッション) | | UUID 形式 | `-Session <UUID>` | | それ以外の文字列 | `-Prompt "<文字列>"` | ```powershell # Windows & "$env:USERPROFILE\.c

Installation

Installs to ~/.claude/skills/taichis-k-claude-utility-open-claude/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taichis-k-claude-utility-open-claude && curl -fsSL https://raw.githubusercontent.com/Taichis-K/claude-utility/HEAD/commands/open-claude.md -o ~/.claude/skills/taichis-k-claude-utility-open-claude/SKILL.md

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

Full documentation available on GitHub

View Source Repository