What problem does it solve? When working across multiple Salesforce orgs (scratch orgs, sandboxes, production), CLI commands run against whichever org is set as the default. This Skill changes that default target-org so subsequent sf CLI commands execute against the correct org. ## Core Features & Use Cases - Set Default Org: Runs sf config set target-org <orgIdentifier> to point CLI commands at a specific username or alias. - Scope Control: Uses local (project-level) scope by default, with global scope only when explicitly requested. - Org Discovery: Lists authenticated orgs via sf org list when no identifier is provided, then verifies the result with sf config get target-org --json. - Use Case: You finished testing in a scratch org and need to deploy to a sandbox. Ask to switch the default org to the sandbox alias, and all subsequent CLI commands target it. ## Quick Start Switch my default Salesforce org to the alias 'dev-sandbox' and verify the change.