settings-management
Installation
SKILL.md
Settings Management
Manage configuration for coding agents.
IMPORTANT: After modifying settings, always inform the user that they need to restart the agent for changes to take effect. Most settings are only loaded at startup.
Settings File Locations
| Scope | Location | Shared with team? |
|---|---|---|
| User | ~/.claude/settings.json |
No |
| Project | .claude/settings.json |
Yes (committed) |
| Local | .claude/settings.local.json |
No (gitignored) |
| Managed | System-level managed-settings.json |
IT-deployed |
Precedence (highest to lowest): Managed → Command line → Local → Project → User