promote-claude-settings
Installation
SKILL.md
promote-claude-settings
Interactively promote entries from .claude/settings.local.json (project) to ~/.claude/settings.json (global).
Workflow
1. Read both files
- Read
.claude/settings.local.jsonfrom the current project root - Read
~/.claude/settings.json - If local file is missing or empty (
{}), tell the user and stop
2. Diff
Compare every top-level key in local against global. For array values (e.g. permissions.allow), compare per-element, not the whole array.
Classify each entry: