Switch banner
alexander-vyh alexander-vyh

Switch

AI community

Description

--- description: Switch the active LLM profile for global or current-project scope argument-hint: <profile-name> [--global|--project] [--force] --- Switch the active LLM profile. `$1` is the profile name (required). Optional flags: - `--global` (default if neither scope flag is present) — write to `~/.claude/settings.local.json`. - `--project` — write to `<repo>/.claude/settings.local.json`. Errors if `cwd` is not inside a git repo (exit 2). - `--force` — override a project-scope lock. `--forc

Installation

Installs to ~/.claude/skills/alexander-vyh-claude-profiles-switch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexander-vyh-claude-profiles-switch && curl -fsSL https://raw.githubusercontent.com/alexander-vyh/claude-profiles/HEAD/commands/switch.md -o ~/.claude/skills/alexander-vyh-claude-profiles-switch/SKILL.md

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

Full documentation available on GitHub

View Source Repository