Help us improve
Share bugs, ideas, or general feedback.
From shiiman-claude
Claude Code CLI のバージョン確認・更新、プラグイン一括更新を実行する。「Claude を更新」「Claude Code をアップデート」「claude update」「Claude のバージョン確認」「最新版にして」「Claude を最新に」「Claude 本体更新」「プラグイン更新」「plugin update」「プラグインをアップデート」などで起動。引数があれば優先し、なければ発話内容から version/update/plugin-update を判定。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-claudeHow this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-claude:updateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Claude Code CLI のバージョン確認と更新を行います。
Analyzes Claude Code setup including CLAUDE.md, commands, agents, skills, MCP, and CI/CD; evaluates mastery levels; researches latest trends; suggests prioritized upgrades.
Upgrades Claude Code plugins by aligning skills, hooks, and patterns with latest capabilities and best practices. Use after updates, for modernization, or on user request.
Share bugs, ideas, or general feedback.
Claude Code CLI のバージョン確認と更新を行います。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-claude:update - Claude Code 更新
概要:
Claude Code CLI のバージョン確認・更新、プラグイン一括更新を実行する。
Homebrew 管理の場合は brew upgrade を使用。
使用方法:
/shiiman-claude:update [操作] [オプション]
操作:
version 現在のバージョンを確認
update Claude Code CLI を更新
plugin-update インストール済みプラグインを一括更新
オプション:
--help このヘルプを表示
例:
/shiiman-claude:update # 発話内容から操作を判定
/shiiman-claude:update version # バージョン確認
/shiiman-claude:update update # Claude Code を更新
/shiiman-claude:update plugin-update # プラグインを一括更新
claude --version で現在のバージョンを表示claude update に check 専用オプションがないことを明示update モード実行を案内claude --version で更新前バージョンを取得brew list --versions claude-code が成功する場合: brew upgrade claude-codeclaude updateclaude --version で更新後バージョンを確認# known_marketplaces.json から marketplace 一覧と installLocation を取得
cat ~/.claude/plugins/known_marketplaces.json
各 marketplace の installLocation で git pull を実行:
git -C <installLocation> pull 2>&1
~/.claude/settings.json の enabledPlugins から有効プラグイン一覧を取得:cat ~/.claude/settings.json
enabledPlugins のキーは <plugin>@<marketplace> 形式。値が true のもののみ対象。
~/.claude/plugins/cache/<marketplace>/<plugin>/ 配下のバージョンディレクトリ名から現在のバージョンを特定(最も新しいもの)。
claude plugin install <plugin>@<marketplace> を実行## Claude Code 更新
### 実行モード
- version / update / plugin-update
### 結果
- 更新前: x.y.z
- 更新後: x.y.z(version 時は省略可)
- ステータス: 成功 / 失敗
- 補足: 必要に応じて再起動案内
### plugin-update 時の結果
| プラグイン | 更新前 | 更新後 | ステータス |
| ---------- | ------ | ------ | ---------- |
brew upgrade claude-code を使う