From dev-tools-plugin
Claude Code settings catalog — discover all available settings and env vars from 3 sources (Schema + official docs + env-vars docs)
How this command is triggered — by the user, by Claude, or both
Slash command
/dev-tools-plugin:cc-settingsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /cc-settings `skills/cc-settings/SKILL.md` のワークフローに従って実行すること。 ## クイックリファレンス 1. 3つのソースを並列フェッチ(Schema / 公式設定ドキュメント / 公式環境変数ドキュメント) 2. 現在の settings.json を Read で読み込み 3. settings.json プロパティ(17カテゴリ)+ 環境変数(12カテゴリ)を一覧表示 4. ユーザーが興味を持ったカテゴリの詳細を表示 ## データソース | ソース | URL | |--------|-----| | JSON Schema | `https://json.schemastore.org/claude-code-settings.json` | | 公式設定ドキュメント | `https://code.claude.com/docs/en/settings` | | 公式環境変数ドキュメント | `https://code.claude.com/docs/en/env-vars` | ## 引数 - (なし): カテゴリ一覧を表示 - `<番号>`: 指定カテゴリの詳細(例: `4`, `E5`) - `<キーワード>`: 設定項目を検索 - `--all`: 全項目を一覧表示 - `--env`: 環境...
skills/cc-settings/SKILL.md のワークフローに従って実行すること。
| ソース | URL |
|---|---|
| JSON Schema | https://json.schemastore.org/claude-code-settings.json |
| 公式設定ドキュメント | https://code.claude.com/docs/en/settings |
| 公式環境変数ドキュメント | https://code.claude.com/docs/en/env-vars |
<番号>: 指定カテゴリの詳細(例: 4, E5)<キーワード>: 設定項目を検索--all: 全項目を一覧表示--env: 環境変数のみ表示--diff: 設定済み vs 未設定の差分--admin: 管理者向け設定も表示npx claudepluginhub sizukutamago/dev-tools-plugin --plugin dev-tools-plugin/cc-helpProvides interactive documentation lookup for Claude Code features by topic, or lists available topics if none specified.
/upgrade-claude-codeAnalyzes Claude Code settings against mastery levels and checklists, researches latest trends via web search, and proposes prioritized upgrades with dashboard.
/ai-coding-configInteractively sets up or updates AI coding configurations for Claude Code, Cursor, Aider, and Continue. Detects tools, manages repo, guides plugin installation. Supports update argument.
/cheatDisplays a Korean cheatsheet of Claude Code core commands, covering startup, conversations, project management, code tasks, execution flags, and keyboard shortcuts.
/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.