Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:11 +08:00
commit 83b6ddc8ff
5 changed files with 80 additions and 0 deletions

7
commands/analyze.md Normal file
View File

@@ -0,0 +1,7 @@
Check all Claude settings files and show their contents with active settings highlighted.
Run the settings analysis script:
```bash
bash ~/.claude/plugins/marketplaces/cc-plugins/claude-settings/scripts/check-settings.sh
```

9
commands/merge.md Normal file
View File

@@ -0,0 +1,9 @@
Merge settings from overridden files into the active settings file.
This command helps you preserve settings from user or project files that are being overridden by higher-precedence files.
Run the settings merge script:
```bash
bash ~/.claude/plugins/claude-settings/scripts/merge-settings.sh
```