Agent skill
settings-viewer
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/settings-viewer
SKILL.md
Settings Viewer
プロジェクトの Claude Code 設定を表示するスキル。「設定を見せて」「現在の設定」「settings 確認」「設定情報」「Claude の設定を表示」「設定を確認」「settings を見たい」などで起動。
スキル情報
name: settings-viewer
description: プロジェクトの Claude Code 設定を表示するスキル。「設定を見せて」「現在の設定」「settings 確認」「設定情報」「Claude の設定を表示」「設定を確認」「settings を見たい」などで起動。
allowedTools:
- Read
- Glob
Claude への指示
実行手順
-
以下のファイルを読み込む:
.claude/settings.json(プロジェクト設定).claude/settings.local.json(ローカル設定、存在する場合のみ)
-
設定内容をセクション別に整形して表示
出力フォーマット
## 現在の設定
### ソース
| ファイル | 状態 |
|----------|------|
| .claude/settings.json | ✅ 存在 |
| .claude/settings.local.json | ❌ なし |
### Permissions
**Allow:**
- Bash(git status:*)
- Bash(npm:*)
**Deny:**
- Bash(rm -rf:*)
### Hooks
| イベント | 件数 |
|----------|------|
| PreToolUse | 2 |
| PostToolUse | 1 |
### 環境変数(env)
| 変数名 | 値 |
|--------|-----|
| NODE_ENV | development |
### マーケットプレイス(extraKnownMarketplaces)
| 名前 | ソース |
|------|--------|
| shiiman-claude-code-plugins | directory: . |
### プラグイン(enabledPlugins)
| プラグイン | 状態 |
|------------|------|
| shiiman-plugin@shiiman-claude-code-plugins | ✅ 有効 |
### その他の設定
| 設定 | 値 |
|------|-----|
| model | opus |
表示項目
| 項目 | 説明 |
|---|---|
| permissions | allow/deny リスト |
| hooks | イベント別の件数サマリ |
| env | 環境変数 |
| extraKnownMarketplaces | 追加マーケットプレイス |
| enabledPlugins | 有効なプラグイン |
| model | 使用モデル |
| その他 | 上記以外の設定 |
重要な注意事項
- ✅ settings.json と settings.local.json の両方を確認
- ✅ 存在しないファイルは「なし」と表示
- ✅ 空のセクションは省略
- ✅ 機密情報(API キーなど)がある場合はマスク表示
- ❌ 設定の変更は行わない(表示のみ)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?