jsuchy

Settings Scopes — Development skill for Claude Code

Development community

Show which Claude Code settings are in effect here and which file each one came from.

How to install Settings Scopes

Installs to ~/.claude/skills/jsuchy-claude-plugin-tour-settings-scopes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jsuchy-claude-plugin-tour-settings-scopes && curl -fsSL https://raw.githubusercontent.com/jsuchy/claude-plugin-tour/HEAD/commands/settings-scopes.md -o ~/.claude/skills/jsuchy-claude-plugin-tour-settings-scopes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Settings Scopes does


description: Show which Claude Code settings are in effect here and which file each one came from. argument-hint: "[optional: a setting key to focus on, e.g. model]" allowed-tools: Read, Bash(ls:*), Bash(cat:*), Bash(git rev-parse:*)

Without this, living in commands/ would NOT stop Claude invoking it on its own.

Directory is presentation; this line is the actual behaviour.

disable-model-invocation: true

Context

  • Enterprise managed settings: !`ls -la /Library/Application\ Suppor

Alternatives in Development

Full documentation available on GitHub

View Source Repository