From shiiman-claude
Claude Code 設定の表示・更新・ローカル更新を統合管理する。「Claude 設定管理」「設定を表示」「settings を更新」「local settings を更新」「権限設定を変更」「設定ファイル管理」「claude settings」などで起動。引数があれば優先し、なければ発話内容から view/update/local-update を判定。
How this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-claude:settingsThis 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 の設定ファイル表示と更新を一つのスキルで管理します。
Claude Code の設定ファイル表示と更新を一つのスキルで管理します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-claude:settings - Claude 設定管理
概要:
Claude Code 設定の表示・更新・ローカル更新を統合管理する。
引数があれば優先し、なければ発話内容から操作を判定。
使用方法:
/shiiman-claude:settings [操作] [オプション]
操作:
view 設定を表示
update .claude/settings.json を更新
local-update .claude/settings.local.json を更新
オプション:
--help このヘルプを表示
例:
/shiiman-claude:settings # 発話内容から操作を判定
/shiiman-claude:settings view # 設定を表示
/shiiman-claude:settings update # settings.json を更新
/shiiman-claude:settings local-update # settings.local.json を更新
.claude/settings.json を読み込む.claude/settings.local.json が存在する場合は読み込む.claude/settings.json の存在確認(なければ作成フローへ).claude/settings.local.json の存在確認(なければ作成フローへ).claude ディレクトリがない場合は mkdir -p .claude{
"permissions": {
"allow": [],
"deny": []
},
"allowedTools": []
}
{
"permissions": {
"allow": [],
"deny": []
}
}
## Claude Settings 管理
### 実行モード
- view / update / local-update
### 結果
- 対象ファイル: .claude/settings.json or .claude/settings.local.json
- 変更点: 箇条書きで要約
- ステータス: 成功 / 失敗
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-claudeReference every Claude Code setting option from permissions, hooks, and sandbox to models, status line, and MCP servers. Use for config customization and troubleshooting.
Syncs cc-settings with upstream Claude Code changelog (maintainer) or updates local cc-settings install (user).
Explains Claude Code settings hierarchy, permission wildcards, allow/deny patterns, and tool configurations. Use for setting up project permissions, debugging access issues, or understanding tool blocks.